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...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I am attempting to create an SPI communication to an ancillary circuit through an intermediary board and the nRF52840 USB dongle. If I start with the zephyr sample spi_flash...
Hi, I am starting from the following example: "Bluetooth Low Energy UART service sample", sdk version v2.6.0 I am trying to add a custom board (using VSCode NRF CONNECT extension...
ncs v2.9.0
peripheral_uart (nRF52840) modified code
central_uart (nRF52832) unmodified code
using power monitor for current consumption
When I send the packet from...
I want to update some data stored in UICR CUSTOMER area on an nrf52832.
Code to do this works fine, as long as the areas are already erased (0xFFFFFFFF).
However, if they...
Hi,
I'm doing a test with a test harness. An error occurs in test case TC-CNET-4.16. I would like to know how to solve this problem.
environment
・TH raspberry pi 4 Version...
Hello everyone,
I am currently facing the issue that migrating to NCS 2.9.0 is not possible as I get the following compile error:
Someone else had the same issue: Unfortunately...
Hello,
This morning I thought I would investigate the current consumption of some of the examples in the nRF connect SDK Fundamentals using the nRF9151DK and the PPK II...
Hi there,
Can you please help me with setup Platform independent driver from ST with Zephyr?
STMicroelectronics/lis2dh12-pid: lis2dh12 platform independent driver based...
Dear devzone, nRF54L15 runs private 2.4g, and needs to switch from 2400MHz to 2500MHz. How long is this period? How long is it to switch from 2400MHz to 2410MHz? I see from...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
The chip I am using is 54l15, and the NCS version is 2.8.0
I used the peripheral_uart example for modification and got my own program, but I forgot which time this problem...