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...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
Dear nodic engineer:
i want test environment temperature with NRF51822 inner temperature module.
any information for reference?
any temp graph?
if need calibration?...
Hi,
I have an evaluation kit and I have custom boards that has nRF51822 chip on them.
I am trying to update the firmware(Application) of the custom boards from evaluation...
Hi,
I need to drive a piezo buzzer. Just need to make a simple beep function(s) that one call will start generating a specified frequency on specified pin and other call...
there is no sample code in nrf5188 sdk to use BLE_GAP_CONN_SEC_MODE_SET_SIGNED_NO_MITM,
what's the difference between the two settings?
for BLE_GAP_CONN_SEC_MODE_SET_SIGNED_NO_MITM...
Hi,
I am using IAR Workbench for ARM to develop my application and I'm experiencing a very frustrating issue with my debugger (J-Link that came with the development kit)...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hi,
it happened that we have some hardware boards populated with older chips rev. QFAACA and some with newer rev. QFAAG0 but we need to share same software. As I read newer...
by set a char with BLE_GAP_CONN_SEC_MODE_SET_NO_ACCESS, means it can't be read and write, if so, why not remove the char?
any reason behind BLE_GAP_CONN_SEC_MODE_SET_NO_ACCESS...
Is there anyway to limit the number of channels a device is advertising on?
I'm using an nrf51822 with the S110 stack and want to limit my device to a single advertising...
Hi,
We want a throughput between a BLE link 12KBytes/s.
In our application there is a peripheral (in Nordic starter kit), running S110 and we have configured connection...