summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPratik-Nemane2024-08-13 17:38:23 +0530
committerGitHub2024-08-13 17:38:23 +0530
commita7adf1aeca8a950b3819b41a061fe6272b9d6a6c (patch)
treef874211bddc2682f67c01944312563cf37edec73
parentde6b20393e879bb18081a77108adeea7fa608ab9 (diff)
downloadFLOSS-Arduino-Book-a7adf1aeca8a950b3819b41a061fe6272b9d6a6c.tar.gz
FLOSS-Arduino-Book-a7adf1aeca8a950b3819b41a061fe6272b9d6a6c.tar.bz2
FLOSS-Arduino-Book-a7adf1aeca8a950b3819b41a061fe6272b9d6a6c.zip
Update README.md
-rw-r--r--Jupyter-notebook/Physical computing with ESP32 and Micropython/README.md18
1 files changed, 17 insertions, 1 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 b472cfe..ca63c8a 100644
--- a/Jupyter-notebook/Physical computing with ESP32 and Micropython/README.md
+++ b/Jupyter-notebook/Physical computing with ESP32 and Micropython/README.md
@@ -1 +1,17 @@
-Physical computing with ESP32 and Micropython
+# Physical Computing with ESP32, MicroPython, and Jupyter Notebook
+
+This repository contains a collection of projects and examples for physical computing using the ESP32 microcontroller with MicroPython, managed and executed through Jupyter Notebook. These examples demonstrate how to connect and control various sensors and actuators, enabling you to create interactive and connected devices.
+Introduction
+
+This repository is designed for enthusiasts and developers who want to explore physical computing with the ESP32 microcontroller. Using MicroPython and Jupyter Notebook, you can write and execute code interactively, making it easier to develop and test your projects.
+Hardware Requirements
+
+ ESP32 development board
+ USB cable
+ Various sensors and actuators (e.g., LEDs, DHT11 sensor, DC motor, etc.)
+ Breadboard and jumper wires
+
+Software Requirements
+
+ MicroPython Kernel.
+ Jupyter Notebook.