Hi.
I'm trying to get Apple notifications to nrf52. And specifically to listen both regular ANS (for android) and ANCS (for iOS) events depending what sort of phone is...
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,
We are using the nRF52832 in a battery such that we have a 3V3 LDO configured to turn off under a certain battery voltage. Now during testing we have discovered that...
Hi,
I have made my own custom board with the nrf52811. Therefore I was using the nrf52dk.
I have made connection with my custom board and simply want to blink an led....
Hi,
I am using nRF54L15 DK and nRF21540 EK together. I am using the GPIO FEM mode. Below is my projconfig:
I notice that I cannot use 21540 EK in 54L15, the overlay...
Hi,
I am trying to pull up P0.08 as an enable pin for this switch TPS7A0518
I use the following code and verified on development board
However, when I move to...
Hi, we have a product in production and we are using the HWID which is accessible via this API https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/libraries/others/hw_id...
Hi Nordic teams,
There is have issue when I compile the V2.9.0. For more details
C:\ncs\v2.9.0\nrf\applications\nrf5340_audio>west build -b nrf5340_audio_dk_nrf5340_cpuapp...
Hi,
I m using SDK 2.9.0. After building and flashing my target board based on nRF5340, I get the above kernal panic error.
This is my .config.
and my prj.conf
Are...
Hello Everyone,
I am using nrf52832 and sdk 15.2 for BLE scanning and advertising. scanning and advertising is working parallel. this is controlled by other MCU over serial...
Hello,
I was able many times to download nrf52-ble-image-transfer-demo-master in to nRF52840 DK (PCA100156) and run a mobile application successfully.
Today I downloaded...
Hi ! I'm using nrf52 + SDK 17.1.0.
I found sd_mutex_acquire/ sd_mutex_release, which is great for locking variables that are set/get asynchronously. Next, I'd like to use...
Hi, I'm using nrf52840DK.
I set the selective_auto_ack as true. It should be able to adopt dynamic ack (or ack payload).
I have two data packets, which are ch_pkt and...
Hello,
I try to figure out, why a certain IO pin shows some pattern at startup. After using JLinkExe to set a watchpoint at the configuration register of the pin (GDB was...
I am trying to update my firmware using IOS-nRF-Connect-Device-Manager and am getting an invalidHeaderMagic error when calling: I am using version 1.7.3 (last version to still...