|
|
|
|
|
by theoutfield
5 days ago
|
|
I’ve used Pi’s quite a bit and probably could have used something else for a lot of applications. When the Pi Pico came out that was an absolute dream for a lot more projects but still lacked the amount of RAM and Flash memory for some projects. Recently I came across the Waveshare ESP32-P4-Module Basic Kit that has 16MB of Flash and 8MB of PSRAM. The board comes in a Pi form factor with the 40 header and MIPI connections for camera and LCD. I’ve been able to port a Linux app by using the ESP IDF port of FreeRTOS and Vuejs/Tailwind for a web UI. The ESP32 P4 has dual core 360/400MHz RISC 5 with a Ethernet port. Waveshare added the C6 to the SOM if you want WiFi. That device is now my go to for anything that used to be done on a Pi. For a lot of other things the ESP32 S3 with the slower flash and PSRAM is the lowest cost that you can find. |
|