[Microbit-Python] Using micro-python to send simple radio commands?

Nevil Hunt nevil.hunt at hotmail.co.uk
Thu Jul 7 05:20:40 EDT 2016


Hi,
 
Whilst I understand that currently Bluetooth can't be used with micro-python due to memory constraints, can micro-python be used to send simple radio commands between a pair of micro:bits?
 
The underlying mbed 'C' programming supports this using
 
uBit.radio.enable
uBit.radio.datagram.send
&
uBit.radio.datagram.recv
 
but to do so in 'C' it is necessary to disable the Bluetooth stack so maybe simple radio commands could be supported from micro-python without running into the memory constraints of using the Bluetooth stack. It would certainly be quite neat if it could be supported!
 
 
Cheers,
 
Nevil
 
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/microbit/attachments/20160707/521c17b8/attachment.html>


More information about the Microbit mailing list