103 liens privés
Building a community around a cheap ESP32 Display with a touch screen
The installation is made up out of two connected spaces. The first space, the physical one, was in the cafe next to Art Center Nabi. 60 Cameras were placed in this space, all in a different location and pointing in different directions. For each of these physical cameras the precise location and orientation was recorded, meaning we know exactly where each camera is in relation to the others.
How to use ESP32 Dual Core with Arduino IDE
The ESP32 comes with 2 Xtensa 32-bit LX6 microprocessors: core 0 and core 1. So, it is dual core. When we run code on Arduino IDE, by default, it runs on core 1. In this post we’ll show you how to run code on the ESP32 second core by creating tasks. You can run pieces of code simultaneously on both cores, and make your ESP32 multitasking.