Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
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...