Skip to content

Release v23.160.1421

Compare
Choose a tag to compare
@siliconwitch siliconwitch released this 09 Jun 14:35
· 101 commits to main since this release
f019e7b

Microphone support! 🎙️

  • Microphone module now working with record(), read() and compress() functions.
  • Added checks and delays in device.reset(), device.force_sleep() and update.micropython() to prevent locking out the user if the calls are used within a main.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.