Hello, I'm programing my project while using the nrf52840 chip. I'm using segger embedded studio for the programming part because with the nrfconnect I have error code 9 ...
Hi All,
For our project we need to keep data about devices in sort of a backend service so they can be shared by several mobile phones, including some iOS devices.
iOS...
I have a test application which uses the "Azure IoT Hub" library. I have set up the IoT Hub, Update Account, update instance, etc. The device does successfully connect to...
Hello,
I get "data_len_update failed (err -5)" error message in lesson 3 exercise 2 of Bluetooth course. I have posted the output log below. Any idea why this is happening...
Hello,
We’re testing the nRF9160 GNSS performance on our custom PCB and have noticed that, even with A-GPS, the first fix after powering on the device takes significantly...
I am migrating from a child_image type project to the newer sysbuild system used in ncs v2.9.0.
My application is based on the ncs nrf5340_audio application, but my application...
Hi everyone,
I'm using the nRF54L15-DK and trying to implement a simple low-power cycle where the board:
Measures sensor values
Sends them via CoAP over OpenThread...
Hi !
I'm running the ble_app_hrs_freertos example from SDK11 on the nRF52 dev. kit.
I would like to toggle some GPIOs to monitor the CPU activity and the FreeRTOS context...
According to this advertising blog: "The advertiser can use a whitelist to limit the interaction to a number of scanner/central device. The whitelist contains an array of...
I'm developing a custom board with nRF52832. We developed a flexible circuit for NFC antenna, and tuned following the indications on this post on the Nordic blog. Actually...
Hi,
I'm a beginner. I downloaded nRF5 IoT SDK, and tried to run and debug the application "publisher" on nRF52 platform. And each time, I got a message "no source available...
This is what we get from JLinkExe:
Found SWD-DP with ID 0x2BA01477
Could not power-up debug power domain.
Can not connect to target.
This all happens when we use P19...
Hi, i use softdevice 9.0 and s110 8.0.
I want to make 38kHz pulse.
so i tried to use nrf_drv_timer and gpio.
if i try to make 200us, it worked not bad.
but when...
Hi, everyone.
I have read the nRF5 SDK --> GPIOTE part in the infocenter. However, I have not get anything useful.
I just want to recieve a interrupt from an external...
Hi all,
I have installed the 1.21.1.3 nrfgo stdio from nordic site.
in device manger nordic board is not detecting( both nrf51 and nrf52) only in my lap.
any setting...
Hi
I am working on customization of proximity device with nrf51822 and I need to lock it to first connected device (so after first pairing I have to make blocking connections...
I took the reference of your example and instructions hear -
devzone.nordicsemi.com/.../
The program runs but get struck at sending the I2c write command .
Do I need...
Hi,
just want to make sure: is it possible to merge UICR values into hex so that I can load some values there during production in a single flashing stage?
thanks
best...
I now have my app.hex and bootloader is running at nRF51822 and yet, the nRF Toolbox finds "DfuTarg" as expected. However, after selecting my file the UI surprisingly starts...
Hi.
I'm using nRF51822, SDK10.0.0, S130.
I made "radio test" program as below at the first.
void radio_tx_carrier_test(unsigned char freq_ch)
{
NRF_RNG->TASKS_START...