Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
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.
...
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...
Hi,
when i try making a new connection with a new device using my for loop (reconnecting using the adresses that i stored in an array), i sometimes can get a warning which...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
Hi all,
I'm trying to integrate joiner into my project, here's my goal:
We will start a device as our commissioner, and while it is active, we will start the other devices...
Hi DevZone Engineers,
As I am unable to access my board (Xiao BLE Sense (embedded form) with Nordic 52840 SoC) through the "Connected Devices" tab in nRF Connect, I am trying...
I'm developing a small IoT device that needs to retrieve and transmit its location upon pressing a button. While testing the modem using AT commands, I can consistently retrieve...
Hi,
I developed a custom board with nRF52810. Here is my schematic:
Layout:
I can succesfully upload the "ble_app_beacon" example in SDK17.1.0 with softdevice112...
Hello, I am following the instruction on dev academy - nrf connect sdk intermediate lesson 2 excercise 1, but I can't select data tab on memory explorer.
I can select only...
Hi,
I am almost done with my code for channel sounding with multiconnections. It all works, but somethimes i get this after a certain period of time: This Warning pops...
I'm using these devices for a personal project, I'm an experienced software engineer but relatively new to MCUs, I know this is a legacy product from Nordic's standpoint but...
Hello,
I have designed this schematic according to reference designs provided by Nordic Semi, however I might have failed as I am unable to flash the main module. I should...
Hello,
I am trying to use an sdcard with the nrf54l15 DK board with the 2.9.1 sdk. However I encounter "<err> fatfs: Storage init ERROR! error: -134" when calling the disk_access_init...
I am using LVGL for simple Eink display UI, and trying to implement a simple if condition to check if the passed string argument is null as below:
If I only have btn1...
Dear Nordic,
I have a Thingy91x. I tried flashing the nRF9151 SoC on the device but ran into error messages. I realized that the nRF53/nRF91 switch was in the nRF53 position...
I am having issues programming my nrf5340dk through VSCode or the nrfjprog tools. I have tried as many remedies I can find on the DevZone but not of them seem to correct my...
Hello,
I've been working on a project involving an IMU and bluetooth for a while, and had been using the IMU (LSM6DSO) on polling mode. Unfortunately, I found out that I...