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...
Edit 1
To narrow down I did this... Below is ble_dfu_init() from ble_dfu.c.
uint32_t ble_dfu_init(ble_dfu_t * p_dfu, const ble_dfu_init_t * p_dfu_init)
{
uint32_t...
I am running NUS and a custom service.
I have updated vs_uuid_count = 2 in softdevice_handler.c
Following other posts on the forum, I have stepped through the code using...
Hi,
I would like to receive some suggestion about finding a CHEAP smartwatch / wristband already available that has these minimal features: BLE (with SDK / GATT profiles...
Hello everyone
I was not able to find any explicit statement regarding the use of the TWI_APP with easyDMA on the nRF52 series and SDK13.0.0.
I checked the examples...
Hello guys,
I am currently looking at the recommended schematic QFN48 with internal LDO setup and I have a few questions (sorry, if they are silly, I am a newbie).
...
Hi, I'm working on an extremely space-tight design and need some clarifications. It is an nRF52832 QFAA chip with a Johanson 2450AT18B100 chip antenna.
Up to this point...
Hi,
I would like to use higher dBi antenna instead of the DK pcb antenna. Can I say the pi-network before J1 (measurement point) probe is 50ohm? Hence I can just remove...
I am trying to control another BLE device with nRF52xx. For controlling the device I need a terminal for connecting, disconnecting and switching on & off a sensor. I have...
I am using NRF52DK and trying to debug an SPI transfer, using SEGGER_RTT.h to print. However, printing of the logs are not consistent. Some debug lines do no appear in the...
Hello,
The only semi-official information that I can find regarding the differences between PCA10040 1.1.0 and 1.1.1 DK boards is this post . It suggests that there are...
I recently ordered two NRF52840-PDK and a Segger J-Link Base to program/debug the boards.
Then I just read that the development kit have a J-Link OB included, or I could...
Hi.
I wonder that how to setting continuous modulated output mode for nRF24L01P.
I see Appendix C - Constant carrier wave output for testing in datasheet.
But there is...
I see in the SDK 13.0.0 release notes that the NFC type 4 library was updated to "production ready", but I couldn't find a summary of the changes made to the NFC Type 4 library...