Projects

  1. Arduino Blink: Turns the built-in LED on for five second, then off for one second, repeatedly.

  2. Arduino Serial:

  3. Arduino Serial Input:

  4. LED Arduino Interface: Turns an external LED on for five second, then off for one second, repeatedly.

  5. LED Arduino Fade:

  1. ESP32 MicroPython Blink: Load MicroPython firmware in ESP32 and turns the built-in LED on and off by using python command.

  2. ESP32 MicroPython .py File: Run the python program from a .py file.

Case 1: .py file is inside ESP32.

Case 2: .py file is inside ESP32/Folder.

Case 3: Autorun the .py file whenever ESP32 start/reset.

  1. ESP32 MicroPython WiFi: Connect ESP32 to home WiFi with userName & password.

  2. ESP32 MicroPython Socket: Control the built-in led on ESP32 dev board, via webpage remotely.

  3. ESP32 MicroWebSrv: Setup MicroWebSrv and test the built-in web page examples.

  4. ESP32 MicroWebSrv HTML, CSS, JS: Link .html, .css, & .js files for a beautiful and functional web page.

  5. ESP32 MicroWebSrv Ajax: Transfer data between Web Page and Python Server.

1. Python Server to Web Page: To display the sensor reading and saved configuration data on web page.

  1. ESP32 MicroWebSrv Ajax 2: Transfer data between Web Page and Python Server.

2. Web Page to Python Server: To control the motors, actuators, switches etc, attached to ESP32, on user command in the Web Page.

  1. ESP32 LoBo Blink: Load MicroPython LoBo firmware in ESP32 and turns the built-in LED on and off by using python command.

  2. ESP32 LoBo .py File: Run the python program from a .py file.

Case 1: .py file is inside ESP32/Folder.

Case 2: Autorun the .py file whenever ESP32 start/reset.

  1. ESP32 LoBo WiFi: Connect ESP32 to home WiFi with userName & password.

  2. ESP32 LoBo Server: Start and Test ESP32 LoBo FTP Server and Telnet Server.