Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Greetings,
Apologies if this question has been asked previously but I recently received my Nordic Thingy 53 device and for the life of me the device will not connect to...
Hello,
I have a custom application for a custom board developed using the nRF52832. This applications includes the nordic UART and DFU services. In the case of the DFU ia...
I am trying to understand the output of the Power Profiler App used with PPK2 and nrf9160dk.
Below is a screenshot of periodic modem power consumption with my application...
Our system was running out of external peripherals and we decided to switch over the external SPI NOR flash to a bit bang driver however this resulted in odd behaviour when...
I am running on bluetooth demo: peripheral_uart, and enabled BT SMP DFU feature so that I can upgrade my firmware through bluetooth.
Everything went fine, and now I want...
We're been making use of CMakePresets.json and the "Pre-fill from preset" feature in the VS Code nRF Connect extension "Add Build Configuration" workflow with an earlier SDK...
Hi !
May I ask if the NFC function of the nRF54L15 needs to be powered when it is used as an NFC tag? Because ordinary NFC cards have no power supply and their operation...
Hi,
I am using the NVS to store my application data in the defined partition starting from a flash address of 0xFC000 to 0x100000.
I have 3 structures with variable sizes...
Interfacing mpu6050 with 52832 DK worked fine .
But when I used same sample code for 5340DK it produced errors .I configured device overlay file as below and build configuration...
Hi! I'm currently working on a project containing an nrf9160 as well as an nrf7002. I found the Nordic Distance Measurement Library, which is very exciting, and I was wondering...
I am currently struggling with the issue of the Bluetooth board disconnecting in irregular intervals ranging from 30 seconds to 10 minutes. The disconnection message is reason...
I kept getting the compile error when trying to build `sample/subsys/fs/fs_sample` ( github.com/.../fs_sample) to `nrf52840dk/nrf52840`.
```
C:/ncs/v2.8.0/zephyr/drivers...
Hi there,
I am working with NCS 2.9.0 and the nRF54L15-DK, running the radio test example with the RSSI Viewer, but it doesn't seem to be working.
Here are some error...
Dear nordic:
There is a problem while debugging the nrf52820 based on ncs v2.6.0
I wanna see the log via debug but failed, the circuitry is as the pic.How I can config...
HI,
We want to use NRF9151 to realize the DECT NR function. Now I have an NRF9151-DK in my hand, how to test the performance of DECT NR?
I used AT command to control NRF9151...