Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 892 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 892 Bytes

About

This is an app launcher written in ReactJS as a PWA

Apps

  • workout app
  • hacker news reader

Demo video

youtube thumbnail

Note memory

Everytime you push micropython code into the monocle it uses up ram/storage on the monocle.

Eventually the monocle will reboot itself.

Note about state

Ideally you design your apps where they are not tied to the phone (except say for data transfer). So that you don't continuously push micropython code into the monocle, that's not a bad thing but you can optimize your apps by planning the design around static python code vs. dynamically generated by JS.

JS to micropython/monocle

I'm building on top of the bluetooth via JS capability (Chrome) provided by this library.