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 want to use Zephyr OS with openthread (I use Linux as a dev platform) and I thus have tried to modify the socket echo server to my needs (I am a noob with zephyr...
Hello,
I currently designing fault handling for a firmware for nrf52840 in SES for SDK16.
At line number 68 in the hardfault_handler_gcc.c, assuming a stack overflow happened...
Hello, i have a custom board with lot of CRC ERRORS the same code, of course, works on the PDK. The spectrum transmission seems the same of the PDK.
Is it possible that...
Hi Team,
We are using the UARTE(UARTE1) module with DMA for our application with nRF52840 board, for that we are using the " libuarte " example project. For testing purpose...
Is there an example that shows the "Nordic way" of "continuous" conversions using DMA? I think a timer and PPI are needed to generate a conversion task for each timer compare...
Hello, guys!
We are using nRF52840 SoC together with the 15.3.0 version of SDK.
In our project, we basically want to combine BLE_NUS services together with the ability...
Hello!
DFU works correctly.
I try to enter chip in dfu mode from application by receiving command from SPI.
When command is received:
{ sd_softdevice_disable(); /...
Hi,
I'm using Zephyr with nrf52 and want to setup watchdog support with multiple channels (different timer settings for separate different threads).
I can add 1 channel...
Hi,
I have bought a Thingy 91 and have connected to the nRF cloud etc. and I am getting the sensor data OK.
The GPS is still not working, I have followed the instructions...
Hello,
I would like to calculate maximum range between two devices equipped with nRF52840 transceivers working in the IEEE 802.15.4 radio mode. Can I assume that -100 dBm...
Hello,
I have a question about Bluetooth connectivity issues. The BLE code I'm trying to make will be connected to the smartphone (Android). If phone out of the Bluetooth...
I'm developing a bluetooth device that only advertises data, it's set to BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE and BLE_GAP_ADV_TYPE_NONCONNECTABLE_SCANNABLE_UNDIRECTED...
Hello everyone,
Can I use the latest nrfutil 6.1.0 tool to generate the DFU zip file for the dual_bank_bootloader in SDK11?
If yes, do I need to keep the --hw-version...
Hi, I wanna enter the system on sleep to save the power up to 10uA(about tens of A). I am using nrf52840-dk with SPI LCD and some GPIOs in zephyr. Also I want to do DEVICE_POWER_MANAGEMENT...
Hi, I would like to run an nrf53 example project. I got the devkit, and after some struggle I am now able to compile and run a project.
I need to run an Bluetooth example...