Skip to Content
Hands-On Edge Analytics with Azure IoT
book

Hands-On Edge Analytics with Azure IoT

by Colin Dow
May 2020
Intermediate to advanced
262 pages
6h 48m
English
Packt Publishing
Content preview from Hands-On Edge Analytics with Azure IoT

Developing with MicroPython

MicroPython is designed to be installed on various microcontrollers. The following is an architectural diagram of MicroPython:

The main difference between Arduino and MicroPython is the place where the code is compiled and run. With Arduino, the code is compiled on the PC before it is uploaded to the Arduino microcontroller. With MicroPython, the code is stored and then executed on the microcontroller.

MicroPython also differs from Arduino in the way code is written. Indents are used in MicroPython instead of curly braces and semi-colons are not required at the end of each line, as they are for C. Here is the MicroPython ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Beginning Azure IoT Edge Computing: Extending the Cloud to the Intelligent Edge

Beginning Azure IoT Edge Computing: Extending the Cloud to the Intelligent Edge

David Jensen

Publisher Resources

ISBN: 9781838829902Supplemental Content