Hello!
I have a microbit device broadcasting a sensor value over the radio very often. This device has mains power.
My second device is going to be low power, and run on a battery. This device needs to utilize deep sleep and have the radio off most of the time.
I am using the uBit framework with the mBed IDE / Compiler ecosystem. I am using the uBit.radio functionality, which seems like a very basic and simple way of sending data. Things seem to work fine on the broadcaster end, but i am really uncertain how the receiving functionality is implemented.
What i need is functionality which allows me to turn on the radio in RX mode for short amounts of time, and sleep the rest of the time.
I have considered BLE, but i need a 1->many system with some mesh features. I do not think the uBit BLE API lets me control advertising and scanning manually.
It might look like i must bypass the Microbit stuff and program this like a normal nRF51.
Any thoughts would be greatly appreciated!
-Anders
Hello! I have a microbit device broadcasting a sensor value over the radio very often. This device has mains power. My second device is going to be low power, and run on a battery. This device needs to utilize deep sleep and have the radio off most of the time.
I am using the uBit framework with the mBed IDE / Compiler ecosystem. I am using the uBit.radio functionality, which seems like a very basic and simple way of sending data. Things seem to work fine on the broadcaster end, but i am really uncertain how the receiving functionality is implemented.
What i need is functionality which allows me to turn on the radio in RX mode for short amounts of time, and sleep the rest of the time.
I have considered BLE, but i need a 1->many system with some mesh features. I do not think the uBit BLE API lets me control advertising and scanning manually.
It might look like i must bypass the Microbit stuff and program this like a normal nRF51.
Any thoughts would be greatly appreciated!
-Anders