chaos-adept / iot-dipstick

esp8266 firmware for basic IoT operations with cloud integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Device - Check ESP32 as replacement for ESP8266

chaos-adept opened this issue · comments

  • try to send mqtt tls messages to yandex cloud
  • try to read values from dht12
  • make a conditional compilation to include old wifi secure module for esp32

the result so far esp32 can be used, it was possible to configure it to send message to the cloud and read i2c sensors

there were several attempts to rewrite code to support conditions in a6ae447

it doesn't work under arduino ide from the scratch. it seems like an exploration of esp-idf makes sense but it is really time-consuming

so far this issue is considered as resolved, try attempt was performed for MVP it doesn't make sense to use ESP32 because of difficulties to get started.

  1. esp-idf exploration is going to be a separate task.
  2. esp8266 is considered as the board for MVP