An open API service indexing awesome lists of open source software.

https://github.com/romenrg/upython-exercises

Introductory excercises using micropython with Node MCU, an open source IoT platform
https://github.com/romenrg/upython-exercises

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Micropython exercises
> Introductory excercises using micropython with Node MCU, an open source IoT platform

![Image of the second exercise, press button](https://s3-us-west-2.amazonaws.com/minor-projects/upython_course_picture_800px.jpg "Image of the second exercise, press button")

This repository contains my accomplishments following a [course on Mycropython](https://github.com/pythoncanarias/upython) at Python Canarias, by [Zerasul](https://github.com/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](http://img.youtube.com/vi/iDSAnmPhJn0/0.jpg)](http://www.youtube.com/watch?v=iDSAnmPhJn0)

## 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](http://img.youtube.com/vi/hoi-3nQAj70/0.jpg)](http://www.youtube.com/watch?v=hoi-3nQAj70)