diff --git a/README.md b/README.md
index eaddd0f8ba4bd20f6e7c1971d8f2ce67b6fa5c83..acd057e054efbc6f5e3df5fc9bf949f2bfc27a7d 100644
--- a/README.md
+++ b/README.md
@@ -17,9 +17,9 @@ This repo provides a pure-rust board support crate / runtime + drivers for the h
 - [x] LEDs
 - [x] Port expanders
 - [x] Input rockers
-- [ ] IMU: most probably working, could not fully test due to broken IMU on my prototype -> HELP WANTED FOR TESTING!
+- [ ] IMU: most probably working, could not fully test due to broken IMU on my prototype -> HELP APPRECIATED FOR TESTING!
 - [x] Captouch: driver ~~partially~~ mostly implemented, ~~however currently broken~~, working again, API needs some love though
-- [ ] BadgeLink/BadgeNet: partially implemented, UART/SLIP driver for embassy-net implemented, interop with C/MicroPython Firmware not tested yet, currently no switching implemented
+- [x] BadgeLink/BadgeNet: should be mostly working now, interoperability with MicroPython FW not tested -> HELP APPRECIATED FOR TESTING!
 - [ ] SD-Card: not implemented yet
 - [ ] Barometer: should come mostly for free with IMU, but could not test that yet
 - [ ] Audio: not implemented yet