smallest, basic devices

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
loboris
Posts: 344
Joined: Fri Oct 02, 2015 6:19 pm

Re: smallest, basic devices

Post by loboris » Mon Oct 22, 2018 6:53 am

You can use ESP32-PICO-D4 packaged on a small 13x19mm module as a general purpose microcontroller running MicroPython.
WiFi and BT are not enabled until you enable them explicitly and you can even fully disable WiFi/BT at build time.
There is also a TinyPICO MicroPython board project using ESP32-PICO-D4.

Post Reply