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'm using my custom board with NordicSemi nRF51822-QFAA and J-Link.
(Softdevice S110 7.1, SDK 7.2, and using IAR for ARM 7.1)
I was testing the NUS example using...
Hi,
The examples provided seem to indicate that the NRF51822 needs to be attached to an application processor / CPU (e.g. - Raspberry Pi). How much resources (CPU cycles...
hardware:pca1001
software:s120 v2.0.0 sdk 6.1.0
i will get rssi value by connected by s120.so i update the s120 to v2.0.0. but when the app run, an error occur.[APPL...
Hello,
I am using the Sd130 (v0.9 alpha-1) and do experience a reboot with NRF_ERROR_INVALID_STATE.
I start advertising, then use another device to connect to it. After...
Hello,
where do the SD130 limitations come from. Is it the Bluetooth standard that limits a device to 3 connections as a master and one connection as a slave or is it a...
I am using latest (v 0.9) S130 and experiencing the following problem, the code below is located in the function which is called directly by the main():
uint32_t err_code;...
I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
hi,i am working on a bootloader for an application using s120.i start up with the bootloader example in sdk of 5.2 and 6.0. i build the single_bank_hci target, and find that...
Hi all,
I'm trying to use the Sniffer to debug issues we are experiencing with Connection Stability on the iPhone 6 and HTC One M8. So I've trying to use the Sniffer to...
Hi, I use the nRFgo Studio to download the softdevice.
Recently I learned how to convert a hex file when I work with IAR.
So I tried my hex file with the nRFgo Studio...
I want to send images to my arduino from an app to nrf8001 and then display it on my device. Is nrf8001 made to only work in 20-byte wide receive buffer? Can it receive more...
Hello everybody,
In the SD_EVT_IRQn ISR I check for BLE and SoC events and set flags for each so my application can fetch and dispatch the events in the main context. ...
Hello all,
after a long period of trial and error I come for advice. I use the NRF24L01+ module with a slightly modified NRF24-library based on the work of MikeM ( www...