radiobit icon indicating copy to clipboard operation
radiobit copied to clipboard

Micro:Bit Radio framework

Results 8 radiobit issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/virtualabs/radiobit/assets/42938517/f7c286be-2669-458b-b915-bdd5252b5861) any workarounds as the service is not unavailable for the url?

when i do uflash to program my Micro:Bit ![image](https://user-images.githubusercontent.com/42938517/233459760-fe6a2d94-6460-4a4d-9554-5191e382fabe.png) i use the command and it says "the 'runtime' flag is no longer supported" ![image](https://user-images.githubusercontent.com/42938517/233460134-1dae98f2-7dd2-41a3-8adc-995cf912b156.png)

``` uint8_t channel_resolver_get_frequency(uint8_t channel) { // ... freq = channel + (channel < 11 ? 2 : 3) * 2; // Spec Vol. 6, Part B, 1.4.1 return freq; }...

![image](https://user-images.githubusercontent.com/5863477/51649825-fa15f380-1f53-11e9-875c-965997dadb27.png) as you can see even trying to run the helloworld results in a failed flash. any thoughts or help would be great. love the projects!

Hi, i'm searching for a way to identify the header of a ble package. I need the header to distinguish between public and random addresses (TxAdd 1 or 0). Is...

I just bought myself a microbit (model V1.3B) and are fortunate enough to come across radiobit. But after following the instructions and flashed your tools into my microbit (using uflash...

I'm trying to use the ubit-sniffer tool When I uflash using the following command from the readme $ uflash -r precompiled/radiobit.hex tools/ubit-sniffer/middleware/ubit-sniffer-mw.py If I connect to the serial port with...

Just some thanks for this. And some notes, hopefully helpful to anyone else trying to use this. Took me some time to figure out that: - radio.esb() mode seems to...