Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
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,
I had an issue which the other BLE tools can connect to my BT121 module, but NCF Master Control Panel keeps looping at the connection content page. FYI, it is bonded...
As the picture shows! I have changed some Option of target and some forbidden sign appears.
I guass it means the file is not available,if so, how can I delete it. Why It...
I use bootloader example of SDK8.1.0, when I begin OTA, I got GATT error.
I use nRF Toolbox Version1.16.2
here is application upload:
dfu_test_app_hrm.bin
here...
Hi
We are using the SDK files in our hardware projects and in our simulation environments to verify the functionality of our platform. While doing tests with the new SDK...
Hi All:
I'm working on ios ble midi proj. I have modified ble_nus code for my proj, I was modified the correct service uuid ,characteristic uuid , connection_interval ,latency...
Hello
I have recently downloaded SDK v10 for nRF51822 development using Keil uVision 5.14 IDE.
I am wishing to combine SPI slave function with custom BLE services/characteristics...
We are trying to find a way to send the High Frequency Clock directly out to a gpio pin. The reference manuals don't seem to have anything obvious.
Is there a way to do...
Hi,
I am trying to use PStorage to save simply 40 bytes of data onto a flash drive but for some reason the PStorage handler never gets called when I try to store and clear...
Dear all,
I need to measure a pulse width on a GPIO pin which is in between 100mseconds and 7.2 seconds long without the use of "regular" timers due to low power requirements...
I have migrated a new project from SDK 9 to 10, and now I seem to be having issues.
I'm using the uart_fifo to read data from a GPS, so the data shows up every 1 Second...
I would like to use pstorage to store some data.
From the developer zone I know, that the softdevice has to be used for pstorage.
I'm asking me, what will happen with...
i downloaded source code from github.com/.../nrf51-ble-app-lbs . and i am getting error like C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.2.0\Device\Include...
my issue is that when I use the bootloader to get DFU working it advertise DfuTarg and doenst show my services. I searched for hours, I found many answers and none worked...
Hi,
I am developing an application on nrf51822 chip. I have set
#define SEC_PARAM_MITM 0
#define SEC_PARAM_IO_CAPABILITIES BLE_GAP_IO_CAPS_NONE
Also i am developing...
Hi Nordic support,
I want to use the OOB key pairing and I found the below discussion:
Set OOB key on Master Control Panel?
This means I need to implement the application...