blessed icon indicating copy to clipboard operation
blessed copied to clipboard

Bluetooth Low Energy Software Stack for Embedded Devices

Results 4 blessed issues
Sort by recently updated
recently updated
newest added

i fixed a problem in building openhaystack

Error: identifier "RADIO_CRCCNF_SKIP_ADDR_Skip" is undefined ..\Blessed\platform\nrf51822\radio.c 305 Error: identifier "RADIO_CRCCNF_SKIP_ADDR_Pos" is undefined ..\Blessed\platform\nrf51822\radio.c 305 Error while running C/C++ Compiler For fix this: #include to radio.c

How this project may be used? Is it possible to make this project visible to Android app, like Master Control Panel, nRF UART or others? I need to establish communication...

Hello ! Here is my implementation of the connected state in Master role. The provided example works for me in communication with a custom nRF51822 device (using Nordic S110). This...