before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi,
I am currently working with the channel_sounding/connected_cs sample for nrf54l15 and I keep getting the error: Not enough memory to store step data (530 > 512). I tried...
I can flash the chip. I can run the debugger. I can go to the connected devices, select the device, go to the little "plug" symbol on the RTT, and select it. That brings up...
I procurred two NRF52DK boards and in both the boards I am facing the similar issue of "Failed to Connect the Target". When I am running the nrfutil device recover command...
What is the insertion impedance when using the PPK2 to monitor power consumption? My project uses a CR2450 battery and runs fine directly from that power source. It also runs...
Hi,
I am power profiling an application on the NRF52 DK. The application uses SPI to communicate with the BMA400 accelerometer:
The program initializes the accelerometer...
We are currently working on a project based on Enhanced ShockBurst (ESB) and would like to use Front-End Module (FEM) support with the nRF21540.
In your Enhanced ShockBurst...
I currently have an nrf9151dk set up on a breadboard along with some peripherals intended for some evaluative testing. Part of the purpose of this testing is to assess the...
Hi,
We developed a custom board based on the nRF54L15 SoC. We realized many current consumption tests with regulator configured in DC/DC mode. These measurements are in...
Hello everyone.
WE're trying to make a https connection with google.com and execute a GET request.
Wifi connection is working; DHCP seems to be working (my personal assumption...
Hello I have a custom board with LR1110 Lora radio I'm getting errors that driver is not supported when I define the spi1 for it
lora0: lora @ 0 {
compatible = "semtech...
Hi Nordic team,
I'm using the nRF9160 DK with nRF Connect SDK v2.9.1, and trying to run the coap_client sample to send a GET request to the public CoAP test server at coap...
Bonjour, J'ai récemment eu le besoin d'ajouter le bluetooth dans un de mes projet et j'ai opté pour le BL54L15 de chez Ezurio que je programme avec une nRF54L15-DK. Mon soucis...
Hi, I'm working with the nRF9151 DK and currently going through the Cellular IoT Fundamentals course. In Lesson 4 , it states that we should see a message indicating a successful...
I want to add nrf21540 fem support in our nrf54l15 based application. I am currently using nrf54l15dk and nrf21540EK to achieve this.
Below is the .overlay and prj.config...