Microbit's radio module

Questions and discussion about running MicroPython on a micro:bit board.
Target audience: MicroPython users with a micro:bit.
Post Reply
Jim.S
Posts: 84
Joined: Fri Dec 18, 2015 7:36 pm

Microbit's radio module

Post by Jim.S » Sat Aug 20, 2016 9:06 pm

I am intrigued by the Microbit's radio module. I can understand how one microbit can communicate with another microbit, but is it possible to communicate with other computer hardware. Can standard bluetooth hardware be reconfigured in software to communicate with a microbit?

User avatar
deshipu
Posts: 1388
Joined: Thu May 28, 2015 5:54 pm

Re: Microbit's radio module

Post by deshipu » Sat Aug 20, 2016 9:25 pm

I don't know about bluetooth modules, but I've heard that you can communicate with the micro:bit using an nrf24l01 module. But don't ask me about the detail of the protocol -- that can be probably gleaned from the radio module's source code, though.

User avatar
mikethebee
Posts: 2
Joined: Mon Aug 22, 2016 12:19 pm
Location: Reading UK
Contact:

Re: Microbit's radio module

Post by mikethebee » Mon Aug 22, 2016 12:53 pm

Hello Deshipu
I am working with the MicroBit (M:B) and a Hat I call the rThingBit1, produced by member Richard I. at our local hackspace. (htp://rlab.org.uk) It has a MicroChip RN2483 LoRaWAN chip on board. Using uPython allows us to send data to The Things Network (http://thethingsnetwork.org) and poweroff the M:B to save power. We haven't got enough memory to run the BT stack and uPython code, but should be able to use the Radio in peer to peer mode. I will be doing this for a project shortly.

I have used BT with the Android app and been able to control the M:B as intended : http://bluetooth-mdw.blogspot.ie/

It is also discussed here:
https://github.com/bbcmicrobit/micropython/issues/71

Hope that helps,
-Mike (newbie)

Post Reply