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...
Setup -
1. Zephyr 2.7.0 for firmware build .bin file and signed using imgtool.
2. Working phones - iPhone, Custom Android ROM (Android 12).
3. Not working phones - Xiaomi...
I following description of https://github.com/NordicSemiconductor/pc-ble-driver#Compiling-pc-ble-driver-from-source to build pc-ble-driver
pc-ble-driver\build> cmake -G...
Hello,
I'm trying to determine the actual used data rate for the coded PHY but cannot find the corresponding API / data structure / enums.
Am I missing something? Can...
Hi!
I have the Actinius Icarus board pre-loaded with the Actinius asset tracker firmware.
Lets say I instead want to load the Nordicsemi asset tracker firmware on the...
Hello,
We have been having strange issues with the watchdog on some of our development devices. The issue is that it seems the watchdog will sometimes not properly reset...
Hello,
I'm currently trying to convert the SPI example project for NRF52811 for the EVK BMD-360 and ran into an issue.
I'm using segger embedded studio 5.42a and nrf sdk...
Hello Nordic Dev Zone,
I have been developing on the nrf5340pdk and recently switched to the nrf5340dk.
I utilized the COM console output for app/net cores via the `minicom...
Good day,
I have successfully implemented exercise steps 1 to 5 of Exercise 2, Lesson 3 of the DevAcademy "nRF Connect SDK fundamentals" course, that deal with "adding custom...
Hi,
As i2c communication + computation takes 45ms in my timer interrupt that happen each 100ms and gave issue with SD, I decided to set a flag in the interrupt and execute...
Is there a configuration / sample available of mqtt simple to talk to the mosquitto server using an authenticated client on port 8884? I saw a message on here that was about...
Hi,
I want to get the GPS value from A- GPS continuously.
Meanwhile, if there is any new application firmware version update,
I would like to download the image with...
I see the problem here. use the dfu-util command in the window system
and i tried many methods and failed The following is my reference website
http://zadig.akeo.ie...
I've been playing around with some code that puts my hardware into System OFF mode to save power, and then will exit this mode and start up when one of three different GPIO...
Hi,
https://github.com/NordicPlayground/nrf52-ble-app-uart-c-multilink
I have tried the example you modified. It works fine. However, I get ERROR 17 NRF_BUSY when 2-3...