Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
when i program the code firstly , the device is not broadcast,But the other is running well. the output log is correctly.
when i reset the device several times , the device...
Hi, I have done some developing for nRF51822 with Keil before and now I have started out with a new project using Segger so of course I wanted to use the lastest SDK with...
While writing a hardware (I2S) assisted software UART I have noticed that the SDK 14.2 seems to be missing two enums for 32MDIV30 and 32MDIV32
Below is a diff from my private...
Currently I am scanning with a window of ~23ms and an interval of ~33ms. I am also advertising with an advertising interval of ~330ms. Using radio events, I notice that the...
Hi,
I am seeing a couple of issues in my Android mobile app while doing a DFU:
1. The DFU stops in the middle with this log on the debugger
I/art: Starting a blocking...
now i use nRF52832 and my using paccage is SDK14.0.0
i could send data from phone to nRF52832.
next i wanna send data from nRF52832 to phone.
but i don't know where to...
nrf52832
SDK 14.2
NVMC and SD backend both
Hi,
I had a question about the nrf_fstorage_read function. In a previous answer , it was mentioned that fstorage_read function...
Hello,
on GitHub I foudn an out of the box example for bluetooth mesh with multiple Thingy-boards ( https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo ). The...
Dear Nordic Team,
Thanks for supporting.
If any possible to add manufacturer data in example experimental_ble_app_blinky in advertisement. i am using SDk11 and my hardware...
Hello,
I have been trying to read the temp , hum and pressure value using BME280. The problem i face is i get the same value constantly and it doesn´t change.
I am trying...
My SDK version is NRF51_9.00, softdeive 130, board nrf51822.
We want to confirm some questions about BLE muti connection
1. When NRF51 is scanning, could it connect with...
Hello everyone,
This is the second time that I've had the problem I am about to describe. I fixed it, and now it is broken again. I am fairly certain that it is not (only...
Hello Nordic team,
i am using Nrf52DK and s132 softdevice
i tried to add manufacturer data .code snippet is
static void advertising_init(void) { ret_code_t err_code;...
I have problems getting the beaconing example in the new mesh SDK v1.0.1 working.
I can not see the beacon broadcast "Nordic Semi Mesh" in the lightblue app.
mesh SDK...