I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hi,
I am able to set up uart async receive, but when I try to set the call back using uart_callback_set() so that i can call the uart_tx() routine to push the data out,...
Hello,
I am working on nRF9160DK. I am using SES for ARM (Nordic edition).
How can I import new libraries for any project? Let's say I want to import SD card libraries...
Hi!
A little backstory on my project: Currently I have merged the saadc and peripheral ble_app_uart example. The value from a potentiometer is then sent over ble to the...
Hi,
I'm developing a project with nrf52832 sdk 16.0.0. I have some issue about the fds. peer_manager had used the fds modul, as we knew. And I would call fds_record_write...
I am looking at the APP_ERROR_CHECK and find out it finally goes to the app_error_save_and_stop method. I couldn't understand from the code, that where the error info saved...
I need the NRF58240 chip on my NRF52840 DK to operate at 1.8V (because I have some 1.8V only peripherals to connect to it) while I'm still debugging the NRF58240 using the...
Hello,
I am trying to run a sample program to setup the SDK and IDE with Segger embeeded studio.
I am getting this error. The Pathlenght is lesser than the 256character...
Hi, I have a Nordic 52810/PCA10040 DEV board with the latest zephyr.
In Zephyr configuration I using hardware clock option -> 32KHz clock source (RC oscillator)
I...
Hello, I'm getting started with my nRF52833 DK and have downloaded and licensed Segger embedded studio, and nrfConnect.
I believe I want to use the s140 softdevice. I'm...
I am just starting with the Nordic DK52. I am following the beginners tutorial for a custom service . But I am encountering 2 problems:
1) In step 4 it displays a RTT debug...
Hello,
I am trying to convert the twi_scanner into a PCA10056e project following the conversion doc from nordic . This was the downloaded example for the TWI scanner and...