I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
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 have run into a problem using the nRF Connect extension for VSCode. I have restarted the program, my computer, removed and recreated the application and nothing has worked...
Hello, I'm trying to figure out how to use the settings subsystem to store bonding information on my central device. I'm confused on how the settings subsystem works. I'm...
Hi,
I have some questions regarding QSPI flash and XIP on the nrf52840. We are exploring the possibility to use this feature by storing graphical content on the external...
hi support team,
1. customer asks about one question about hash in our dfu init packet.
our dfu lib will send init packet to our 52 device, how to use this hash in init...
I am creating a farm using nRF5340 Audio.
I am building and debugging using VSCODE, but suddenly the debugging behavior has become strange.
The symptom is that when step...
I'm having trouble figuring what hex update to flash to my card. I downloaded and unzipped the nrf9160dk_fw_2024-03-13_af2b60d2 file. I opened up the "Programmer" in nRF connect...
Hi Everyone,
I'm currently working on a project where I want to connect a input pin with a hardware counter using PPI. It used to work but I moved from a older nrf connect...
Hello,
While I was handling GPIO interrupts using Zephyr GPIO Driver in an sample that already uses the DK Buttons and LEDs driver, I get that the interrupt callback is...
Hello,
I work on custom device with custom FW, SDK16 S132 7.0.1 and NRF52832.
I have a custom service that have some custom characteristics.
my configuration:
CHAR...
Hello I am using the ST25R3911B on a board with the nrf5340 and the customer is asking for both reader and tag support. Would it be possible to use the same antenna for both...
According
sdk-nrf/subsys/nrf_security/Kconfig.tls - config MBEDTLS_SSL_DTLS_CONNECTION_ID
"The Connection ID extension is still in draft state."
Since March 2022 it...
I believe that the Nordic fork of hostap ( https://github.com/nrfconnect/sdk-hostap ) has a bug in os.h:
typedef uint64_t os_time_t;
The upstream has that defined as long...
I know how to set the TX power on an individual bluetooth handle basis per connection/advertisement. This is fine for advertising because I can create the advertising set...