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...
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...
Trying to set up UART/UART0 for async. I cannot get the uart interrupt config to shut off.
CONFIG_UART_INTERRUPT_DRIVEN =n is set in the prj.conf
In config output...
Hello Nordic team and community,
I’m exploring the possibility of creating a mobile application (potentially using Flutter or native frameworks) that would act as a Distributor...
NCS 2.4.1 nRF52840
My project is a battery powered SED based on the coap_client example. It is configured to autojoin using a hard coded pksd. I see on Wireshark that my...
Hello folks, I am new to Thingy 52 PCA 20020 model and I have downloaded nRF SDK 15.2 and I am using a Segger J-Link programmer/debugger. The thing is I would like to get...
In acces.h there is the publish period format definition, which is
/** * Model publish period structure. */ typedef struct { /** Step resolution. */ uint8_t step_res : ACCESS_PUBLISH_STEP_RES_BITS;...
Hello,
I was surprised that gcc did not optimized my strlen("FOO") construct (worse, in a code review, I argued that the compiler would do the optimization…)
It seems...
Hey there,
I am trying to develop with the Bluetooth Mesh SDK for NRF5.
We have two chips, NRF52840 and NRF52840/NRF52832and are using the light_switch example from the...
I need to save energy for my ble application. So I turned off the sensor when there was no ble connection. A ble connection is a condition for me to turn on the sensor, but...
How exactly are the UART pins selected for the nRF9160? I've searched and am unable to find a file to configure pins. I need to change to pins from the development board to...
Hi,
I'm working with the SAADC on an NRF52832. I'm using the SAADC driver from SDK15.2.
I have a problem with the calibration routine because it's generating DONE events...
Hello,
I am developing an application on the 52840 and so far find the SDK documentation quite confusing and somewhat contradictory. I need to write a simple TWI (I2c) master...
Hi, I’m located in Liège, BELGIUM.
Using the nRF9160DK, an orange SIM card, MODEM firmware mfw_nrf9160_0.7.0-15.alpha I managed to make run some sample code:
mqtt_simple...
Hi. I'm using nRF52832, SDK13.0.0.
The roll is peripheral.
And I'm using Oberon to use ECDH.
I think you have the result or document for random generator's performance...
The nRF9160 DK I'm working on does not seem to be able to connect to nRF Cloud after following the tutorial:
https://www.nordicsemi.com/Software-and-Tools/Development-Kits...
Apologies, I accidentally closed and opened my previous ticket: https://devzone.nordicsemi.com/f/nordic-q-a/53073/unable-to-add-lte-device-on-nrf-cloud , can I check that...
The new SDK has no documentation on this functionality: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v12.0.0%2Fgroup__ble__radio__notification...