Node-App: Create Web Apps with Blocks

Drag-and-drop block programming (like Scratch) is commonly used for beginners and typically doesn’t produce directly executable applications. Some extended platforms allow building code for Arduino or MicroPython, enabling the generated programs to run on hardware. Node-App is different, it generates web applications that run directly in the browser. Here’s an…

Camera-M: A Compact ESP32 Camera

Camera-M is another ESP32 camera module that uses the same pinout as Camera-1, with the same GPIO ports exposed (although their positions differ). The firmware is interchangeable between the two. The key difference is that Camera-M has a simplified design and is half the size of the latter. The USB…

Camera-1: Another ESP32 Camera

There are numerous camera modules built around the ESP32 chip, including the ESP-EYE, ESP32-CAM, and M5 Camera Module. However, when integrating these modules into real-world projects, the limited number of available GPIO pins often becomes a challenge. To overcome this, developers typically resort to adding external Arduino boards or other…