Release v23.160.1421
siliconwitch
released this
09 Jun 14:35
·
101 commits
to main
since this release
Microphone support! 🎙️
- Microphone module now working with
record()
,read()
andcompress()
functions. - Added checks and delays in
device.reset()
,device.force_sleep()
andupdate.micropython()
to prevent locking out the user if the calls are used within amain.py
that runs on bootup. - Bumped the MicroPython version to the latest master branch.
- Updated all unit tests to include better display tests and microphone tests.
This firmware should be used with the v23.154.0806 FPGA image.
Update your Monocle automatically via the Brilliant REPL
Want to update manually?
Flash your Monocle via J-Link using the command:
nrfjprog --program monocle-micropython-*.hex --chiperase --verify --reset
Or use the .zip
file for over-the-air updating with nRF Connect.