Tag: Arduino

Arduino is an open-source hardware and software platform. Hobbyists and makers use this platform to create any kind of electronic projects. With an Arduino microcontroller users can easily program and control devices such as sensors, motors, lights and others.

  • ESP32: how to read and write the partition table of an ESP device?

    ESP32: how to read and write the partition table of an ESP device?

    Written by

    in

    To communicate with an ESP32 the ESP-IDF (Espressif IoT Development Framework) can be used. This framework provides a collection of useful scripts to communicate with your ESP device. The framework is supported on Windows, Linux and macOS. You can download the ESP-IDF repository and extract the contents into a folder. Note that you need to…

    Read more