Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 976 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 976 Bytes

ESP32/ESP8266 HTTP(S) channel sender

Simple example of how to send data from ESP32/ESP8266 boards to the flespi channel via http/https (with root CA/fingerprint).

Prerequisites:

Build Setup

install additional board to Arduino IDE

Arduino board project Howto

Official Arduino IDE info on how to install additional cores

Select board

Arduino IDE: Tools -> Board -> Your board type (ESP32 Dev Module in my case ESP32 Wrover-B)

Test

  • change credentials (credentials.h)
  • compile the project and flash the board

License

MIT license.