kittengineering / Omgevingsmonitor_Software

9 stars 12 forks source link

Which binary for the ESP? #6

Open matthijsfh opened 5 days ago

matthijsfh commented 5 days ago

Hello,

Just got my gadget to work. Now looking at the sources.

Greetings Matthijs

FransKITTnl commented 3 days ago

There is no need to program the ESP as the default firmware is used, which makes the ESP run as a modem over WiFi.

From the STM32 AT-commando's are send to activate the WiFi and sent the data by sending a HTTP POST command with a JSON message as content.

matthijsfh commented 3 days ago

Oke, thanks for the update.

I see the default firmware supports MQTT messages, so that is the way forward (or make the opensensor thing work).