Hi All,
Sorry to ask this question, I just learned a little about cmake.
Now I wanted to add a few src files based on the light switch example in SES. Do I have to create...
Hi,
I have tried to use central_uart example on SDK v1.91 using nRF52832. I modified the central_uart file to send hardcoded value rather data from uart. It seems there...
Hi Nordic ,
My product is working fine but i'm focusing on improving consumption at maximum because it is working on small battery ( evoluated tpms application)
It uses...
This is my first time developing for Nordic processors. I am using Zephyr 3.0.99 with the nrf52810 on a ublox BMD-330 eval board. I connected a W25X20CL 2M-bit chip via the...
Hi,
I am testing NFC read/ write examples . in nRF 5 SDK 17.1.0
I am trying to write the tag using PN532 using the adafruit tag reader example but i receive error like...
Hi everyone,
I'm wondering on which plateform / app and how is it possible to read and retrieve the data sent from a nRF52833 Slave to a Mobile Phone (Master) ?
We have...
Hi,
I recently started with nRF52840-DK, Zephyr and nRF Connect SDK (v. 1.9.1). I want to test extended advertising, that's why I use the periodic_adv example coming with...
Hello,
I am using the vl53l5cx TOF sensor and implementing the ULD using zephyr. My setup is a bl654 board using zephyr on sdk 1.9.1. However I am running into an issue...
(replica as the previous post was archived by accident...)
Hi,
I'm trying to incorporate LittleFS into our development. We are relying on services provided by TF-M....
Hello,
first of all i am a new user of NRF microcontrolers and embedded systems. I ve been searching on this forum for a simple PDM microphone example and although there...
I want to Enable and Disable Application and network core at some point in the mid of the code. What configuration would i be required to switch the cores or Enable/Disable...
hello,
i am using nrf52832 with sdk 15.2 i want to store signed int values in to nvs (like rssi and tx power) so that i can change these in run time
i can able to...
We are trying to achieve automatic scan and join in both LTE-M and NB-IoT network modes. We are using SICA B1 -SiP with modem FW 1.3.1, and %XSYSTEMMODE=1,1,0,0 setting. ...
Hello,
I am trying to figure out which example is the closest fit for our design. We are using a 2 processor solution in our product, and the firmware for the NRF52832 has...
I am developing a product that I have going into SYSTEM_SOFT_OFF to maximise battery life. I have a bunch of GPIOs (these are currently just buttons on the nRF52-DK) that...
Hello,
I want to test the throughput of Isochronous Channel using ncs sample code "iso_connected_benchmark". So far I can successfully build the code and run in central...
Hi,
I'm trying to save system uptime when the watchdog callback occurs.
The NVS functionality works when calling nvs_write elsewhere in code.
Calling nvs_write inside...
Other Configurations:
prj.conf
# General config
CONFIG_LOG = y
CONFIG_LOG_DEFAULT_LEVEL = 4
CONFIG_STACK_SENTINEL = y
CONFIG_NEWLIB_LIBC = y
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF...