My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
Hi,
We have two services, apple ANCS and Alert Notification on iOS. We try to connect it with 51822. There is an exception case the the alert notification function not...
Hi,
Sorry, it looks like a ios question. We found that when connected ~10 or more 51822 devices, the iOS BLE will malfunction. We can no longer connect new device to the...
Hello,
I'm using the nRF8001, and I'm trying to max out the bandwidth between itself and an iPhone. The iPhone's connection interval is 30ms (minimum). I'm sending 20 bytes...
As title, does nRF24LU1+ have updated version(16 bit or 32 bit MCU )?
We need to process audio signal in conjunction with nRF51822(device side), but the current nRF24LU1...
I got a question to upgrade firmware in keil and after that I can´t program the device and in nRFStudio I tryed recovery but it does not work. In "keil/Config flash tool"...
Hi, I am working my way through the Nan 36 document and everything seems to be working fine. Have a question regarding Button Pullup.
Little confused on this piece of code...
hi nordic team,
i am creating a custom profile with one characteristic, where it will read data from sensor and send it to the usb dongle for every 200ms.
i created...
Dear Nordic,
Can nRF8001 to provide the iBeacon adv. data on air ? (with broadcast pies ?)
If yes, could you please provide an example for iBeacon?
Cheers,
JASO...
I use a S120 central to test a multi link connection.
\Nordic\nrf51822\Board\nrf6310\s120\experimental\ble_app_multilink_central
when the connection is established , the...
Hello,
I have taken a pre-generated XML config for nRFgo and modified it by adding some services
Here is what my config looks like
gyazo.com/bc330e7590afaa22533c200ff17eb902...
I can't figure out why but my build cannot locate files that are included in the makefile.common
I'm using SDK 5.1.0 and the ble_app_hrs project. It seems it can't find one...
My device is smart watch. We transfer some data to phone and receive notification from phone over BLE.
My question is those two functions(connect_params_init and sec_params_init...