I have customed my own nrf54L15 board and it would run on button battery. I managed to measure the battery level through ADC, but I don't know how to use ADC with nrf54L15...
I want to use a switch in the overlay file, like:
To do so, I try to add a config statement in a custom KConfig file. (mp_Kconfig.conf):
Adding the file to the build configuration...
Project (NCS v2.7.0):
We are working on an application that requires time synchronized sampling of sensor data from 4 nRF52840 devices. The sensor data is then streamed...
Dear Nordic Team,
I am working on a project using the nRF7002DK and require guidance on implementing the following functionality:
Acquire data from a sensor using the...
We are currently working on a project based on nrf52840 and using connect sdk v17.0.0.
It is currently in development phase but eventually we are planning to use nrf5340...
Hi, recently I started migrating my company's firmware from nRF5 SDK to nRF Connect SDK. I have been following the devAcademy courses and so far 1. I have created my custom...
Dear Devzone, Dear Devzone, I got the v0.8.1 nRF54L15-PDK. To verify the power consumption of system off, I used the Board configurator to set the development board voltage...
Hi,
I've seen the results of the power profiler, but I'd like to confirm this - with no other concurrent user CPU processes (standby/sleep), is the S132 softdevice guaranteed...
HI ,
I need the nrfutil commands used to generate the following zip file
softdevice only
bootloader only
softdevice + bootloader
softdevice + bootloader + application...
Hi,
I am using nordic semiconductor nrf52840 development board and segger embedded studio. I want to write a code to switch on led when button is pressed. Is there an example...
Hi at all,
nice to join the community
At the moment I'll try to initialize the ble_stack_init(). I use the Keil v5 with the Softdevice s132 on the nrf52832.
So the problem...
When make calls
with the intention of flashing the 10040 device, I get the following:
ERROR: The --family option given with the command does not match the device connected...
on nrf52810 datasheet current consumption:1.5 µA at 3 V in System ON mode, with full 24 kB RAM retention, wake on RTC,But Online Power Profiler,Idle current 1.1µA.Idle current...
I am following the "get started reference of nRF52840"
https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK/GetStarted#infotabs
I cannot explore...
Hello,
I have two quastions
(1)
I am trying to run nrf5-mpu-simple written by , but there are just Keil's examples on Github and I am working in SES. There is written...
Hello,
I have developed an application that transmits a string as a notification to the phone app whenever there is a corresponding command received from the phone app....
Hi
nRF52 dongle as beacon---- Code used ble pheripheral/ble_app_beacon/pca 10056/s140
nRF52840 DK as scanner ----Code used ble_app_uart_c_pca10056_s140
what changes...
Simple question:
Is possible a central to evaluate RSSI before connecting to a peripheral?
The idea is to make central device connect and bond to a peripheral only if...
I'm writing some DVT tests what I'd like to see the output from the test display in real time on a RTT log. By real time I mean that if a log statement prints something, I...
I've been running into an issue when running examples from SDK 15.2 (S132 6.1.0) on a custom board that uses a Fanstel BC832 (uses 52832 soc) module.
At the moment I have...
I'm migrating a project from SDK 14.2.0 to SDK 15.3.0, using gcc. I only just got it to link and flash. I'm using the RTT logging and the flashlog. The RTT logging is working...