Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.13 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.13 KB

Micropython exercises

Introductory excercises using micropython with Node MCU, an open source IoT platform

Image of the second exercise, press button

This repository contains my accomplishments following a course on Mycropython at Python Canarias, by Zerasul.

Exercise 1: Blink

This simple exercise consists on making a LED blink, using our Node MCU platform, a LED and a resistance. The code is in the "ex1-blink" folder and the result can be seen in the following video:

Micropython, Node MCU. Ex1: Blink

Exercise 2: Push-button

In this case, we are introducing a push-button to make the LED blink on demand. The code is in the "ex2-push-button" folder and the result can be seen in the following video:

Micropython, Node MCU. Ex2: Push-button