Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
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 have nrf52840 based BMD340 evolution board. I am able to run beacon transmission example.
ble_app_beacon.
Now I want to receive beacons and see the list of it...
I use nrf_fstorage_write() to write data to fstorage. And then I use nrf_fstorage_read() to read data. But data of fstorage written data and reading back are not the same...
Hi,
I have been stuck on this issue for a long time, I have created a buetooth mesh network using NRF52832 IC, which I have completed perfectly.
But the issue is I...
I have seen webinar on YouTube where NordicSemiconductor demonstrated a peripheral_hr that send simulated heart rate data from nrf52833 to nrf android app. But now I want...
I'm using two nRf52833 DKs as BLE Central and peripheral and I Used "Zephyr/Samples/bluetooth/central uart" and "Z ephyr/Samples/bluetooth/Peripheral uart" to start with....
Hi,
I am testing NRF CTS and ANCS examples using iOS 14.7 (iPhone 6s) and 14.8(iPhone 10) and Zephyr 1.9.1. The peripheral (target) is a custom wearable running on nrf52840...
Hello Group,
I'm trying to send I2C data from nRF52832 using the Nordic development board. I have a problem with TWI when I build/copy the TWI code from the example twi_sensor...
I am currently expanding on the https_client example project using the NRF9160 and I am successful in connecting to my cloud instance and executing commands with my HTTPS...
HI All!
I am having an issue when I add the SAADC to my working project . I added all the required files and enabled the sdk_config.h file exactly the same as of original...
I have a custom model that subscribes to messages from other devices. I'd like to detect if a mesh message that is received, is the original or a retransmission so I can filter...
Hi,
I am developing a function based on NCS 1.9.1 that periodically sends customized messages to bluetooth-connected phones using the BLE of nrf52840.
I've checked DevZone...
Hello Support,
We are using a nRF52840 based module-BT840F used dongle USB840F from Fanstel and facing Vdd setting to 3.3V failed issue.
The nRF52840 is used in High...
Hello,
I am using an nrf5340-DK board and the SDK 1.9.0.
I want integrate the FOTA functionality into the example which was provided by Nordic Semi:
nRF Connect SDK...
In order to use "psa_" crypto functions I use "CONFIG_NRF_SECUIRTY=y". I am also using mbedtls for TLS1.2 networking via external WiFi module
By using NRF Security, the...
Hi Team,
I'm installing nRF connect SDK in my PC and i'm using ubuntu for Zephyr RTOS.
When i'm run this command that time error is coming "west init - m https : // github...