blessed
blessed copied to clipboard
Bluetooth Low Energy Software Stack for Embedded Devices
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...