Skip to content

A small Micropython docker container based on LEDE

Notifications You must be signed in to change notification settings

zoobab/micropython-lede

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

noswpatv3 About

A small micropython docker image based on LEDE.

Usage

$ docker run -it zoobab/micropython-lede
MicroPython v1.8.6 on 2017-12-16; linux version
Use Ctrl-D to exit, Ctrl-E for paste mode
>>> 
>>> import sys
>>> sys.version_info
(3, 4, 0)
>>> sys.version
'3.4.0'
>>> sys.implementation
(name='micropython', version=(1, 8, 6))
>>> sys.byteorder
'little'

Screenshot

micropython docker container

Todo

  • Add upip to be install packages
  • Export USB GPIOs from the host machine inside the container
  • Export I2C bus from the host machine inside the container
  • Export SPI bus from the host machine inside the container
  • Add more examples that does not require extra hardware

Links

About

A small Micropython docker container based on LEDE

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages