“Cooking Recipes” means small, reusable IoT code snippets — ready to mix, modify, and combine for your own projects.
A collection of ESP32 example projects and “recipes” for IoT applications.
Each folder contains self-contained sketches and explanations to help you learn, build, and prototype faster.
00_Fundamentals– core setup and environment basics04_Getting_Started– first steps and test sketches05_Basics_of_Electronics– resistors, sensors, circuits06_Transducers– sensor and actuator examples07_Digital_Fabrication– case designs and fabrication ideas08_Communication– WiFi, BLE, and serial communication
-
Clone this repository:
git clone https://github.com/gabriel-rausch/IoT_Cooking_Recipes.git cd IoT_Cooking_Recipes -
Open a folder in Arduino IDE or PlatformIO.
-
Install required libraries (see sketch comments).
-
Upload to your ESP32 and start experimenting!
Feel free to:
- Add new “recipes”
- Improve existing code
- Submit issues or pull requests
Happy hacking & enjoy your IoT cooking! 🧪🔧