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.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Issue Summary
fds_record_update() in SDK 13.0.0 creates permanent duplicate records instead of replacing old records. This causes:
Valid record count to grow indefinitely...
Hi Nordic support:
Our project uses the nRF9151 and QM13545 MIPI RF SWITCH. We have a question about AT%XMIPIRFFECTRL command's frequency: If the frequency switching point...
Hello,
I encountered a very strange problem. This problem originated from my development of RGB color lights using the NRF52840. Due to the limitations of RGB color lights...
If anyone has successfully stored and retrieved settings on the nRF52840 dongle using any method, please share your approach.
I'm trying to store and retrieve settings...
We are testing SPI communication with the nrf5340 Board as the mater and the nrf52840 board as the slave.
The FW applied to nrf5340 is a FW whose normal operation was confirmed...
I have a problem understanding notifications/subscriptions in the BLE context.
I have two devices, Central (nRF5340) and Peripheral (nRF52832). My peripheral provides a...
This not a question. It is for your information (FYI). I've seen many questions about flashing the nRF53 using CMSIS-DAP. Anyone interested see attached instructions.
The...
Using an approach similar to what's in the ble_app_att_mtu_throughput example, my goal is to transfer data as fast as possible. (I.e. call sd_ble_gatts_hvx() on the same characteristic...
I'm building the nrf/samples/openthread/cli sample with the nrf54l15dk/nrf54l15/cpuapp/ns board. The only change I'm making is enabling CONFIG_DEBUG_THREAD_INFO.
The app...
Hello,
I am using an LE audio code "nrf5340_audio" code from nRF SDK v2.8.0 to play a beep tone. I want to play a tone from a temporary memory, so I have created a logic...
I'm following the dev academy lessons and I'm having a bit of an issue where VS Code intellisense isn't picking up on the include paths from zephyr (e.g. #include <zephyr...
Hi, while working with the nRF9160DK i get this Error a lot of times, I can't say "Yes" or something else and have to wait until the progress bar fills completely. Even if...
Hello
Our 52840-based device has a functionality of playing one of 10 pre-recorded phrases via I2S interface. We'd like to be able to update the wording or load a different...
When integrating DTM into my main app, I have to comment out the macro CONFIG_BT=y to ensure the DTM test can run properly after the build. Are there alternative ways to include...