hello
i am using the Nrf52dk with Visualgdb.
i try to run the example project (tcp/IP -> client).
i am using the Nrf5 IoT sdk v0.9
Project complied successfully but i...
I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
Hi,I'm glad you can see my post.
Now, I am in a program to read and write FLASH such as the screenshot in the attachment.
Then I update with DFU service for the equipment...
Hi,
I am trying to implement a ble module in a fall detection application. I added a ble_service based on the BLE fundamentals course lesson 3, which works just fine alone...
Description:
Hello,
I want to measure the distance between two BLE devices with high accuracy . I have already tried using nRF52840 modules , but the results are not very...
Hello,
I'm trying to detect a UART_ERROR_BREAK on an USB ACM CDC interface of the nRF5340 using NCS2.7.
The returned error code is always 0xffffffa8. How do I clear...
Hi
I have a simple application which is comprised of a notification from peripheral to central , and a write without reponse from Central to peripheral.
In windows every...
Greetings,
We are using a nrf54L15 and trying to use the GRTC Clock output functionality as described in 8.10.4 of the datasheet.
We need the most accurate clock output...
In the next step, I compiled the “Serial LTE Modem” firmware example from the examples folder and flashed it onto the nrf9160DK.
The “Serial LTE Modem” application works...
Hi,
I use the nRF9160dk and I want to use nRF9160's internal flash which has 1MB flash to store a few data. But I cannot find any guideline about using nRF9160's internal...
Good evening, I have recently purchased an nRF52 development kit which I would like to use for my project. Currenty, I would like to provision external devices using this...
Hello, I have a custom board that was designed for me, but based off of the Acconeer XM126. It is very similar with a few minor differences. The person who designed it has...
I'm developing based on the Nordic Academy example here, but I noticed that when transmitting a large amount of data, something is limiting the amount sent by the NRF52832...
Hi,
It seems that CONFIG_IEEE802154_NRF5_UICR_EUI64_ENABLE is not supported on NRF54l15.
Where should be the custom vendor EUI64 value stored?
Only the FICR?
Thanks...
Hello, I recently installed nrf sdk but I have trouble getting through getting started phase. I'm using ubuntu 24.04 and created workspace environment using CLI. Below is...
Hi I'm encountering an error while building Lesson 8, Exercise 1, Step 3 using the nrf7002dk/nrf5340/cpuapp target board. Below is the error message I received:
The same...
Hi, I have a BLE device in Observer role - it will constantly scan for Broadcasters broadcasting our unique UUID and put these scanned devices into a Ring Buffer.
The reason...
Hello,
I've encountered a condition where k_sleep(K_SECONDS(1)) never returns. Here is minimal example, reproduces both on nrf9160 and nrf9161:
Hangs up after printing...