diff options
author | Pratik-Nemane | 2024-11-25 14:58:04 +0530 |
---|---|---|
committer | GitHub | 2024-11-25 14:58:04 +0530 |
commit | 94bb118411675f5b9f73321ef56d2ce262cd738c (patch) | |
tree | 39dd2bcdf67c47d4c87b28b0cb9e7e2efebe5d82 | |
parent | e2f62bc8d785e0285025e8cae6cb0fdbcd9cf160 (diff) | |
download | FLOSS-Arduino-Book-94bb118411675f5b9f73321ef56d2ce262cd738c.tar.gz FLOSS-Arduino-Book-94bb118411675f5b9f73321ef56d2ce262cd738c.tar.bz2 FLOSS-Arduino-Book-94bb118411675f5b9f73321ef56d2ce262cd738c.zip |
Update README.md
-rw-r--r-- | Jupyter-notebook/Physical computing with ESP32 and Micropython/README.md | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/Jupyter-notebook/Physical computing with ESP32 and Micropython/README.md b/Jupyter-notebook/Physical computing with ESP32 and Micropython/README.md index ca63c8a..25053ad 100644 --- a/Jupyter-notebook/Physical computing with ESP32 and Micropython/README.md +++ b/Jupyter-notebook/Physical computing with ESP32 and Micropython/README.md @@ -15,3 +15,94 @@ Software Requirements MicroPython Kernel. Jupyter Notebook. + + +## Table of Content + +<div style="text-align: left; color: black; font-size: 1.5em;"> +1. Exploring LED Blinking with ESP32 Board +</div> + +<div style="text-align: left; color: black; font-size: 1.5em;"> +2. Reading Digital Input +</div> + +<div style="text-align: left; color: black; font-size: 1.5em;"> +3. Control LED with Push Button +</div> + +<div style="text-align: left; color: black; font-size: 1.5em;"> +4. Discover the Functionality of a Tricolor LED and a Push Button +</div> + +<div style="text-align: left; color: black; font-size: 1.5em;"> +5. Explore DHT11 Sensor to Reading the Temperature and Humidity +</div> + +<div style="text-align: left; color: black; font-size: 1.5em;"> +6. PWM using ESP32 +</div> + +<div style="text-align: left; color: black; font-size: 1.5em;"> +7. Seven Segment Display with ESP32 Board +</div> + +<div style="text-align: left; color: black; font-size: 1.5em;"> +8. ESP32 and ADXL335 Accelerometer +</div> + +<div style="text-align: left; color: black; font-size: 1.5em;"> +9. Light Dependent Resistor (LDR) with ESP32 +</div> + +<div style="text-align: left; color: black; font-size: 1.5em;"> +10. Control Servomotor with Push Button +</div> + +<div style="text-align: left; color: black; font-size: 1.5em;"> +11. Interfacing with Thermistor +</div> + +<div style="text-align: left; color: black; font-size: 1.5em;"> +12. Read Analog Values using Potentiometer and ESP32 +</div> + +<div style="text-align: left; color: black; font-size: 1.5em;"> +13. Controlling LED Brightness with Potentiometer +</div> + +<div style="text-align: left; color: black; font-size: 1.5em;"> +14. Control RGB LED using Potentiometer +</div> + +<div style="text-align: left; color: black; font-size: 1.5em;"> +15. Control Buzzer using Potentiometer +</div> + +<div style="text-align: left; color: black; font-size: 1.5em;"> +16. ESP32 Internal RTC +</div> + +<div style="text-align: left; color: black; font-size: 1.5em;"> +17. Explore Sleep Modes in ESP32 +</div> + +<div style="text-align: left; color: black; font-size: 1.5em;"> +18. Explore the ESP32 Built-In Touch Sensor +</div> + +<div style="text-align: left; color: black; font-size: 1.5em;"> +19. Explore the Touch Sensitive LED +</div> + +<div style="text-align: left; color: black; font-size: 1.5em;"> +20. Sending DHT11 Sensor Data to the Cloud using ESP32 Board and ThingSpeak Server +</div> + +<div style="text-align: left; color: black; font-size: 1.5em;"> +21. Introducing pulse oximeter using esp32 +</div> + +<div style="text-align: left; color: black; font-size: 1.5em;"> +22. Introducing DS18B20 Temperature Sensor +</div> |