Skip to content

Run the Monocle firmware on the nRF52-dk stand-alone.

Notifications You must be signed in to change notification settings

josuah/monocle-nrf52dk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monocle-nrf52dk

This repo holds extra firmware that can be added to monocle-micropython to make it run on the nRF52-DK.

cd monocle-micropython
git clone https://github.com/josuah/monocle-nrf52dk
sed -i.s s/monocle-core/monocle-nrf52dk/g Makefile
cp modules/_mountramfs.py modules/_mountfs.py
make flash
  • [DONE] Red LED -> LED 1
  • [DONE] Green LED -> LED 2
  • [DONE] Touch button A -> Physical button 1
  • [DONE] Touch button B -> Physical button 2
  • [DONE] Touch button interrupt
  • [DONE] RAM-based filesystem
  • [TODO] Power events -> Physical button 3

About

Run the Monocle firmware on the nRF52-dk stand-alone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages