Getting started
-
What is the best course / instruction site to use to start learning micropython?
I need to build a water sensor that triggers a shut off valve and sends a message via Sigfox to notifyAny help getting me started will be fantastic.
I have a Sipy Sigfox board
-
When I started I first read this tutorial to understand the Python language. Not everything is available in Micropython, but you get the concept:
https://docs.python.org/3/tutorial/I looked up details uniqe to Micropython here when I found something from Python that was not working:
http://docs.micropython.org/en/latest/pyboard/For Pycom functionality documentation and examples are available here:
https://docs.pycom.io/Johan