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, Our customer use 52840 transmit voice data, they use long range mode , the actual speed is 50-60Kbit/s in 10m distace. but when the distance is more than 50m, the speed...
Hi all,
I understand from the forum that we are not supposed use the nRF52DK board for production programming.
Hence, we are looking for a programmer (not gang programmer...
Hi,
I saw that the problem i am experiencing has already been described and reproduced in this ticket:
https://devzone.nordicsemi.com/f/nordic-q-a/87295/busfault-when...
1,We put LC3 folder in NCS_ 1.9.99_ dev\ncs\nrf\applications\nrf5340_ Under audio\src, modify the makefile and compile it.
2,Migrate the LC3 library to NRF audio and set...
Hi!
I'm looking into making my own casing with a bigger battery pack for my Thingy:91.
It seems like the included battery has some circuitry which enables it to deliver...
Hi all,
We want to evaluate nRF9160. We want to start with nB-IoT and currently looking for a service provider in UK. Vodafone seems to be supporting nB-IoT, but information...
Hello,
Could you please tell us the functionality or use of four buttons and LEDs on the nRF52840 DK(development kit).
Also could you tell us the which interface have...
Hi, I am exploring the nRF connect SDK v1.9.1. along with that i have my own custom build nRF52840 board (custom board) . in that i have enabled LED,Buttons, ADC sensors,...
Hi,
I would like to set up an L2CAP channel using an nRF52832 DK with pc-ble-driver+connectivity firmware but I have a link issue with nrf-ble-driver-sd_api_v6-mt-static...
Hello,
I am developing a product using the nRF52805. Various functions such as OTA-DFU, FDS, and 6-axis sensor have been implemented. However, the flash memory capacity...
Hello, im trying to send Data from one Devkit to another (nrf9160 from nrf52840) the Problem is that if i enable Bluetooth on the nRF52 i get an error when receving/transmitting...
I'm working on a BLE application based on the Zephyr RTOS. I need to read a SPI device at fixed time intervals and, as already suggested me here at point 3, I'm trying to...
Hi,
I am new to the thingy91 and quite unexperienced with nordic microcontrollers in general. I am trying to figure out how to connect the thingy91/nrf9160 with LTE to my...
I added bms_module.c file modues folder and included in CMakeLists. Corresponding bms_events.c and bms_events.h files are placed in events folder. The project working well...