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 wish to combine nRF Connect IPSP sample project for nRF52 DK (v1.4.2\zephyr\samples\bluetooth\ipsp) and add MQTT on top of 6lowpan. If yes, any guidance to change...
I have a 9160 project, users hope to display on the screen as soon as possible in the boot of operators NB signal value, actual test when I found this problem, on the product...
Hi, can you assist please....
I am using the Hrs example in SDK 17.0.2 as the basis for an application.
Using an unmodified code by loading the supplied hex file ble_app_hrs_pca10040_s132...
Hi, I'm using nRF52 DK (nRF52832) to detect my sensor. The sensor I2C address is 0x21 (verified by Arduino UNO).
My nRF52 DK (master) could detect the slave sensor before...
Hi,
nRF9160 examples in NCS, the MQTT publish payload now with a pre allocated buffer, is it possible to support streaming payload to save memory usage for large payload...
Hi
I need to know the RSSI but I don´t know how do that, I have a nRF9160DK kit with onboard gps antenna and I have proved the gps sample but it don't show information about...
Hi,
I have a custom PCB with the nrf9610. I have confirmed that https over LTE works fine. I want to enable agps, so I need to get nrfcloud connected.
I made a new device...
I'm developing an audio application which requires Bluetooth connectivity, using an nRF52833. Bluetooth will only be used for control, not for streaming audio in any way....
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
We use our own board with both nRF52840 and nRF9160. We run into a problem trying to implement a circuit that enables the nRF9160 to reset the nRF52840. Things work fine if...
Any suggestions for the simplest lightest way to add basic printf to a debug uart?
nRF52840, SDK 17.0.2, Nordic SES 5.30a, using nrfx_* drivers
I've looked at app_uart_fifo...
Hi Dev Team,
I am facing a strange issue in which my code stops after a random time without any error messages. I currently have 5 timers running for different tasks and...
I'm having a hard time understanding the control flow in the Python implementation of pc-ble-driver. I've looked at the example and I can somewhat understand each step, but...