Difference between revisions of "Micropython"

From wiki.emacinc.com
Jump to: navigation, search
Line 31: Line 31:
 
{{:Templateimpl:using | initials=BS | title=EMAC Micropython | desc=The following page can be used to get familiarized with Micropython on EMAC products. | project=OE 5.0 }}
 
{{:Templateimpl:using | initials=BS | title=EMAC Micropython | desc=The following page can be used to get familiarized with Micropython on EMAC products. | project=OE 5.0 }}
 
EMAC has developed multiple drivers and features for our products running Micropython.
 
EMAC has developed multiple drivers and features for our products running Micropython.
 +
 
Documentation on specific features is listed below:  
 
Documentation on specific features is listed below:  
 +
 +
* Micropython with IBM Bluemix
 +
* MQTT on the RS9113
 +
* Wifi on the RS9113
  
 
<!-- /*********************************************************************************************************/ -->
 
<!-- /*********************************************************************************************************/ -->

Revision as of 16:59, 30 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.

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

EMAC has developed multiple drivers and features for our products running Micropython.

Documentation on specific features is listed below:

  • Micropython with IBM Bluemix
  • MQTT on the RS9113
  • Wifi on the RS9113


Pages with Related Content
  • add link here for Mitipy
  • add link here for Cutipy