Arduino has introduced a Nano shaped board with a Wi-Fi and Bluetooth LE capable Espressif’s ESP32-S3 microcontroller, supporting it with the Arduino IDE and MicroPython. “Beginners can explore in an ...
Last time, I talked about how MicroPython is powerful and deserving of a place in your toolkit, and it made for a lively discussion. I’m glad to see that overall, MicroPython has indeed been getting ...
Most ESP32 microcontrollers are blessed with both Bluetooth and Wi-Fi, which means they can be used in a vast number of wireless projects. These could be some of the most useful DIY projects that you ...
Using Bluetooth on a desktop computer is now such a seamless process; it’s something built-in and just works. Behind that ubiquity is a protocol layer called HCI, or Host Controller Interface, a set ...
I’ve worked with hardware before, so the electronics themselves were never the problem. What consistently slowed me down was the software side. C, C++, and the Arduino ecosystem always felt like too ...
The cheap WLAN and Bluetooth chips from the manufacturer Espressif, ESP32, contain undocumented commands in the Bluetooth hardware communication in current firmware versions. This opens up a security ...