Tag: ESP-IDF
-

OpenStreetMap on an M5STACK CORE2 SoC
—
In my blog post Satellite Navigation Data on a Small Display I presented how to display data from an LC76G Satellite receiver. In this post I show how the solution was extended to show the actual position on a map. The map data is taken from OpenStreetMap and it is stored on an SD card.…
-

generic_uart
—
An ESP-IDF component for Physical Computing Purpose Generic UART functionality for ESP32 systems. How it is done To use a UART to communicate with another device, you have to In the class constructor you state Currently there are only two methods implemented: Method getUartNum() returns the UART port used in the constructor. It can be…
-

How to save the initial contents of an ESP32 SoC
—
I have bought an M5STACK CORE2 V1.1 system and now I want to start experimenting with it. Before flashing something on the system I would like to save the initial contents of the flash, so that I’m able to restore it to the system after my experiments. The result of a short internet search was…
-

Physical Computing
—
in OSSHow to program an ESP32 system This is an M5 Atom Lite ESP32 processor and an ultrasonic distance sensor to measure the water level in a water can. That’s all the hardware you need, except the programming environment. I did the programming on my MacBook, but you could also use a Windows or Linux computer…

