Skip to content

Releases: microbit-foundation/sensor-radio-bridge

v0.2.1

09 Feb 15:35
890442f
Compare
Choose a tag to compare
  • Fix: Stale sensor data from remote micro:bit is discarded when a START command is received
  • Internal improvements to the radio comms between the bridge and remote micro:bits
  • More test scripts added

Full Changelog: v0.2.0...v0.2.1

v0.2.0

07 Feb 12:18
b705dfa
Compare
Choose a tag to compare
  • New command: Added protocol command to store the remote micro:bit unique ID
  • Automatically calculate the radio frequency to used based on the remote micro:bit unique ID
  • Updated the "radio frequency" command to no longer be stored in flash
    • This command still needs to be updated to correctly switch bridge and remote micro:bit radio frequencies
  • All command numerical values are now unsigned
  • In bridge dev mode, touching the face logo purposely causes a panic (useful for testing)

Full Changelog: v0.1.0...v0.2.0

v0.1.0

31 Jan 16:18
15622e9
Compare
Choose a tag to compare

Initial release with basic implementation.