ESP32: Simple web server using micropython.

Setup Micropython for ESP32: ESP32 is a low cost microcontroller that comes with Wi-Fi and Bluetooth connectivity interfaces. We can develop programs for ESP32 using Arduino and ESP-IDF frameworks. We have explained how to develop a simple LED blink program using ESP-IDF in our previous blog https://c2plabs.com/blog/2021/12/31/esp32-led-blink-tutorial-using-esp-idf-freertos-framework/. In addition to these frameworks ESP32 also supports […]

Introduction to micropython

The use of C/C++ programming language for controlling hardware, development of system software is common practice over the years. Now due to wide acceptance of Python as common language for AI and machine learning domains, the popularity of python has increased tremendously. With increased popularity and user base hardware platforms like Raspberry Pi started giving […]