We are now ready to start building our Android-controlled sensor node using the ESP32. In this section, we are going to build the sensor node. This will require us to do the following:
- Install MicroPython on the ESP32.
- Set up the sensor node as a Wi-Fi access point.
- Install uasyncio.
- Set up an Anaconda environment.
- Write your application code.
There's a fair amount of work to do, so let's get started!