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
- Host: GitHub
- URL: https://github.com/romenrg/upython-exercises
- Owner: romenrg
- License: mit
- Created: 2018-06-09T11:32:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-10T11:05:00.000Z (over 7 years ago)
- Last Synced: 2025-04-23T16:06:54.685Z (6 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Micropython exercises
> Introductory excercises using micropython with Node MCU, an open source IoT platform
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:[](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:[](http://www.youtube.com/watch?v=hoi-3nQAj70)