I buld my own 12V to 230VAC inverter. I would like to put the inverter information onto the IoT cloud. Information like battery voltage. Charging current or current to the inverter. AC out voltage and current. Frequincy measuremnt Low battery protection and so on.
I see that there is the Nano IoT 33 and the Nano ESP32. What is the diffrence between the two? In your opnion which one would work better for an aplication such as mine.
I have read through both specifications and it seems on paper the IoT 33 seems to be right. I just want to put the inverter information on the cloud and control a few importand items like low battery, over temperature. Nothing too complicated.
Just wanted to know what you guys take on this is.
the Nano Esp32 is a plain Esp32-S3 and you will use the Espressif's Arduino core for the esp32 and the Esp32 native WiFi library
the Nano 33 Iot has an Atmel SAMD21G MCU like Arduino Zero and all Arduino MKR boards. and it has a small esp32 module nicknamed NINA as network adapter with Arduino's nina firmware. the SAMD will use the WiFiNINA library .