Difference between revisions of "Micropython"
| Line 19: | Line 19: | ||
{{:Templateimpl:geninfo | initials=BS | title=Micropython | desc=The following page can be used to get familiarized with Micropython on EMAC products. | project=OE 5.0 }}  | {{:Templateimpl:geninfo | initials=BS | title=Micropython | desc=The following page can be used to get familiarized with Micropython on EMAC products. | project=OE 5.0 }}  | ||
=== Tools Required ===  | === Tools Required ===  | ||
| + | * Desktop PC  | ||
| + | * USB to mini-USB cable  | ||
| + | * Serial to USB converter (optional, may be required if board does not have USB)  | ||
| + | * STLink programmer (optional, may be required if board does not have USB)  | ||
=== Setup ===    | === Setup ===    | ||
| − | * USB  | + | * USB (needs link)  | 
| − | * STLink  | + | * STLink (needs link)  | 
<!-- /*********************************************************************************************************/ -->  | <!-- /*********************************************************************************************************/ -->  | ||
<!-- /*****************************************  Using/Working With  ******************************************/ -->  | <!-- /*****************************************  Using/Working With  ******************************************/ -->  | ||
Revision as of 13:29, 24 May 2018
Micropython is an implementation of the Python 3 programming langauge optimized to run on microcontrollers in a constrained environment.
Micropython requires only 256k of code space and 16k RAM and aims to be as compatible as possible with normal Python 3 to allow for easy portability from desktop to microcontroller.
Contents
General Information
Tools Required
- Desktop PC
 - USB to mini-USB cable
 - Serial to USB converter (optional, may be required if board does not have USB)
 - STLink programmer (optional, may be required if board does not have USB)
 
Setup
- USB (needs link)
 - STLink (needs link)
 
EMAC Micropython
Pages with Related Content
- add link here for Mitipy
 - add link here for Cutipy