Hello,
I've an issue that I can't find clear instructions for the nRF5340 serial recovery for the network core.
Being able to update both cores from the bootloader level...
Hi , am developing the st7789v_minimal_sample application using Nrf52840. after creating minimal application am facing some unrecognisable issue. which am stuck can you please...
When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
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...
I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
Hello I am new to this platform, can anybody tell me how to write the value on serial in NRF51822
and what is the command through which i can write the value on serial. getch...
My application uses ble_radio_notification_init. Every time I switch from my application to the DFU bootloader it drops the connection about 10 seconds after starting the...
Trying to follow
devzone.nordicsemi.com/.../
but whatever I do, I am unable to make Eclipse discover the include paths or the source file paths from the makefile. I've...
Hi,
My Nordic kit just stopped detecting from last two days.
I have also check this in other PC also.
It detects some times some times not.
I am using Windows 8.
I...
Hi all,
I would like to know if it is possible to use the uart before the actual bootloader runs... I need to communicate with the master uploading the firmware before...
Hi All,
I need to implement a kinda a mesh network of Nordic device nodes placed nearby to act as a relay, for that I have a use case where following requirement.
...
I'm porting a nrf51 project to nrf52. I'm using softdevice s132 1.0.0.3 alpha. When compiling I get a lot of L6406E errors and a L6407E error. Do you know what's causing this...
hi,
I should how to transplant the official DMP mpu6050 library to nrf51822 above?I don't know how to transplant it and could you tell me how to transplant it?
I have combined to programs Ble_uart and Spi_Master into one. However, after uploading the file the GPIOs do not work (No clock is generated). Meanwhile when I erase the softdevice...
hi,
I downloaded the master control panel(mastercontrolpanel.3.4.0.8098.x64) from Nordic website, but it can't install it in my PC becuse of my 32 bit windows XP system ...
Hi,
Here is the piece of code that is bugging me.
The code algo is at every 500ms timer2 interrupts, and the adc captures 1500 samples and stores it in an array .I always...
I'm using nRF 51822 to develop a proprietary wireless protocol.
At Rx side, every 500ms have a listening window with 10ms to listen if there is package to receive. So 10ms...
I am testing with SDK6.1 S110 7.1. I've noticed that when I try and update the Bootloader image using the Android MCP app, everything updates fine. I have logic in place that...
Hello fellow developers,
I am new to BLE applications and I am trying to do a very simple device with three buttons that informs a Android smartphone when one has been...