I²C smartWiFi Smart Device
This project is shared with the fischertechnik Corner website, as the first smart sensor is intended for the fischertechnik Robo TX controller.
This part in more technical oriented. |
Selecting WiFi and MCU
One major criteria is power consumption.
Albeit popular, the ESP8266 requires too much power, up to 400 mA. Additionally, it is poorly documented and lacks WiFi stability. More advanced radios, like the CC3100 or WINC1500 radios, or all-in-one CC3200 MCU, offer a better power management and a more stable WiFi connection. |
Selecting the Framework and IoT Service
Blynk is a great choice, especially with the end-user interface displayed on an Android or iOS smartphone.
For optimised response time, a local server is recommended, like a Raspberry Pi or a BeagleBone. |