/SensorApi-esp8266

A project that using the esp8266 and the arduino IDE to post sensor data to an IOT service.

Primary LanguageArduino

SensorApi-esp8266

This sketch sends data via HTTP POST requests to an API data service.

  • The device logs into the api with username & password. Then retrieves a JWT
  • and then uses the JWT for subsquent posting of data.