News

In the original HTTPS CLient ESP32 project, the Arduino sketch connects to a remote host (the Bacon Ipsum service) and retrieves a paragraph of text. For this version, I created a cloud function that ...
Arduino library for parsing potentially huge json streams on devices with scarce memory. Parses a HTTP stream character by character... but requires you to write a customer FSM (finite state machine) ...