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...
We are looking to understand the internal working of the nRF51822 firmware (MEFW_nRF51822_0.9.0_firmware.hex). If someone can share the original code or the basic block diagram...
Hi folks,
I want to match my IFA PCB antenna to the nRF8001. As Harald recommended a couple times, I am going to measure the antenna of the final PCB with a Vector Network...
Hi All,
I use the 51822 DK to do the current measurement and do as the DK user guide 5.1.8 current measurement.
I just use the __WFI() to make the 51822 get into idle...
Hi!
I must match NRF24L01 to 40+j48 ohm antenna. This is not my design, so
no possibility to change. I have PCB antenna, that was measured to be 40+j48 inside
enclosure...
I have some non-volatile storage routines that I have written before, but the new SDK V5.0.0 has this pstorage module that is supposed to replace it, right? How do I migrate...
I use 51822 nrf6130 "device_firmware_updates" example to update AP. When I build "dfu_dual_bank",the update will success. But when I use "dfu_single_bank",the update will...
Hi,
Do the nrf_temp functions, nrf_temp_init() and nrf_temp_read() only work for the nrf6310 board? Are there equivalent functions for the EK?
Thanks,
Mike
I have been trying to connect a nrf8001 device to a Android 4.3 device and it is discovered ok but fails when it tries to do a service discovery. After some deep digging I...
I am having the same basic issue that is described here:
https://devzone.nordicsemi.com/index.php/setting-advertisement-parameter-s-for-custom-profile
Including the error...
hi,
first of all i need to say, i am very happy to found the s120 softdevice where we can implement the client role also
i downloaded new alpha version of s120 softdevice...
hello,
i am using s120 softdevice along with nrf6310 mother board, the problem is i am dumping the code into the device, but i am having doubt how to verify that it is...
Hi, I am creating a PCB design and am not sure if I should connect the pad under the nRF24L01+ to the ground plane with a couple of vias.
The data sheet says it should...
Is there a plan to support the BLE central role in the software stack?
As it is now, I absolutely cannot use the nRF51822 since the S110 stack does not support operating...
The attached test program and logic analyzer displays shows that the function twi_master_transfer() returns to the calling program before the transfer is complete, if TWI_hw_master...