Dear ,
Just wondering whether the above file operation functions can be directly called and used with the nRF connect SDK, as I am integrating an existing lib to my nRF...
Hi all!
I'm testing the new development branch about wireless syncronization project.
This is my issue:
https://github.com/nordic-auko/nRF5-ble-timesync-demo/issues...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
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...