/Esp32IotKata

A series of katas for learning Internet of Things using the ESP32

Primary LanguagePython

Esp32IotKata

A series of katas for learning Internet of Things using the ESP32

Start in the 'katas' folder. If you get stuck, feel free to look at the 'solutions' folder or use your hacking skills to find solutions on the web.

Katas:

  • 01.fizzbuzz: Test-drive a simple Python method to verify your have your tools and dependancies together.
  • 02.micropythonRepl: Explore the ESP32 through the MicroPython REPL on-chip. Requires connected LEDs.
  • 03.testLed: Test-drive a MicroPython program on your computer by mocking hardware.