Skip to content

cheops/Badge2020_micropython

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre-compiled binaries

You don't have to buid this firmware yourself to run it. Download from:

https://github.com/Fri3dCamp/badge-2020/tree/master/firmware

App development

Connect to your badge

mpremote /dev/ttyUSB0

Ctrl+C to stop the current App

Enable REPL as the default App

BADGE.settings().set('apps.autorun', 'frozen_apps.repl')
BADGE.settings().store()

Mount a directory on your computer to the badge using mpremote.

mpremote /dev/ttyUSB0 mount <local_directory>

This will open a python terminal (REPL) and your <local_directory> is in /remote

To run your app:

import <app_name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Other 0.3%