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,
When I plug in my NRF51 Dongle it shows up in Windows explorer as additional drive (JLINK). Can I use this medium to configure my application? Can I read a file pun...
Hi,
I have a small pcb project with low power bluetooth IC NRF52832. There is a limited space on PCB so i decided use the 2.4 GHz chip antenna. İs there recomended chip...
we have deploy the serialization libraries in our host to communicate with nrf52840, but it seems the serialization libraries don't handle pairing/bonding event, so we can...
So I am doing a number of crypto operations. One of which for example is an ECDSA signing operation. I do that through mbedtls_ecdsa_write_signature which is using the CC310...
Hello,
We're currently evaluating the feasibility for leveraging our existing NRF51840 as host/system processor that runs all of our application code and runs the BLE...
Hi,
I am having some trouble. For a project, I need GPS, 9 axis IMU (accelerometer, gyroscope, and magnetometer), a microphone, and LTE connectivity in a small form factor...
Hi Team,
I am using nRF Connect SDK v1.3.0 tag for nRF52840 DK.
I am trying to integrate BLE HCI UART project files into Zigbee light switch project.
I have attached...
SDK : nRF5_SDK_for_Thread_and_Zigbee_v4.1.0
Hardware : 2x nRF52840 (PCA10059) + 1x generic overflow sensor.
This is an attempt to gather complete information regarding...
Hi,
I am using nRF52832 along with Softdevice 6.0.0, SDK 15.0.0, Chip Revision 2 (QFAA-EX0).
I am using nRF52832 as central device.
I see from sniffer that LL_VERSION_IND...
I have Power profiler kit 1 which was working fine. I have updated my nrfconnect app and since then on my power profiler kit, I am unable to perform battery power profiling...
Hi
I am trying to build the BLE Secure DFU Bootloader example using SDK 17.02 and the PCA10040 Dev board. Following various threads in the forum, I have been successful...
Hello, I'm trying to merge NFC writeable example " writable_ndef_msg " with BLE Beacon " ble_app_beacon ". My aim is to start BLE Beacon after the scanning of NFC. I have...
Hi.
I have implemented the Central and Peripheral NUS service on two devices(nRF52). Since the central knows the characteristic values, I would like to bypass service discovery...
Hi, I've a timer configured by gpiote to capture with a second 'overflow' capture should the signal stop. I'm not using an interrupt instead the CC[0] value is being used...