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...
Hi,
I just found the following example:
infocenter.nordicsemi.com/index.jsp
There the baudrate 115200 is set by default. If I calculate the bit rate (8 data bits one...
Hello,
I use two NRF24LE1 emission and reception when I use a simple ACK is good but with ACK payload, there is a problem,
I do not really see where you can help me,
Thank...
In an answer to this question about current usage of pull-ups here , RK and Vidar comment:
Is the GPIO you have configured as a pull up, being pulled down? If so you...
How to save data persistently(non-volatile) to nRF51 core not effected by powering off and on?
(How to save static data persistently without deleted when the core is turned...
Hi,
I have just used some code from your flash_write example in the SDK, it works ok but i have a couple of issues, the code is from sdk 12.7, and the chip is an nrf51422...
I have a question about using the "Radio" peripheral on the NR51422 Dongle development ki
I am putting together a fairly simple prototype device that needs to transmit...
Hello,
I started development on a NRF52832 board couple of days ago. I want to get sensor's data via SPI (with the NRF52 as a master). However I've got weird linking issue...
when creating a pairing with a peripheral, the application fails to exhange keys to allow for random private addressing so the peripheral cannot reconnect because the address...
Hello,
on your product info page, the operating temperature range for the nrf81522 is indicated as -40..+105C, while on the datasheet the same value is -25..+75.
nrf81524...
Hey,
I`m experimenting with the blinky ble example in SDK 12.
Everything works fine with the Android nRF Blinky app.
But I noticed a weird behavior when using nRF Connect...
I have tried extracting Bluetooth address of connected device by using "ble_gap_addr_t" ,
by this i am able to get some address but that address is being changed after re...
Hello,
I've managed to get the change to DFU working from my app, but now I'm stuck with the buttonless DFU BLE operation. I've added extensive logging to the <nRF5_SDK...
Hi, I'm working on porting my application from SDK 11.0 to 12.2.0 and I have a problem initializing the buttonless DFU service. I've flashed the secure bootloader and appropriate...