Hello,
I have a BLE peripheral device that becomes the server once a connection is established. The BLE services and characteristics are all custom, I will include the defines...
Hello,
I am working on developing a BLE peripheral FW (Reader) with NRF52840 using nRF Connect SDK 2.0.0. The Reader has two MCU, one is BLE MCU and other is the main...
Hello, I am developing a custom board based on nRF52832 that should spend most of it's time in SystemOFF mode. Eventually, it will wake up on an GPIO event caused by the external...
This ticket is related to an old unanswered case ( Openthread otUdpSend transmit finish ). I need to send a large UDP message in chunks and therefore need to be able to tell...
Hi,
I am working on setting up multiple ADC channels in the device tree. My starting point is here , which seemed to be an unofficial ADC example that many ADC-related...
Im building a wireless sensor network for farming applications and the issue I face is that when I supply the nrf52840dk from the external supply pins (P21) I get like 25μA...
We have a device that works correctly on iOS, Android, mac, but disconnects on some Windows machines. We use nRF5 SDK 17.1.0 and s132 7.2.0. The disconnect occurs after the...
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...