From 1b382bd87bf7df0848eb0ca28bfd2097e9775dda Mon Sep 17 00:00:00 2001 From: Pratik-Nemane Date: Fri, 2 Aug 2024 11:09:29 +0530 Subject: update file --- Jupyter Notebook/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Jupyter Notebook/README.md diff --git a/Jupyter Notebook/README.md b/Jupyter Notebook/README.md new file mode 100644 index 0000000..ca63c8a --- /dev/null +++ b/Jupyter Notebook/README.md @@ -0,0 +1,17 @@ +# 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. -- cgit