Release v23.166.1424
siliconwitch
released this
15 Jun 14:48
·
84 commits
to main
since this release
Faster Bluetooth ๐
- Increase the BLE GAP length to 300 bytes, and reduced the peripheral latency to 0. Now achieving around a 4x improvement in Bluetooth speed.
- Fixed a bug in
microphone.read()
which would cause an exception on the last read data. - Added a safe mode.
Ctrl-\
(Hex0x1C
) can be issued to reboot Monocle without executing main.py. This can help to break out of stubborn loops that aren't able to catch aKeyboardInterrupt
event. - Added a hidden
_mountramfs
for debugging using the ram as a filesystem - Added a hidden
_rtt
module for sending strings to the segger RTT console when the nRF is being debugged with a programmer.
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.