My task is to mount a littleFS system on the external flash memory, so I can save files.
I am using the littlefs filesystem sample from
zephyr/samples/subsys/fs/littlefs...
Hello.
How often are the LQI and RSSI values in the coordinator updated for a child?
Preferably I would have liked to get some kind of notification every time LQI and...
Hi Nordic team,
I’ve been working with the nrf_dm sample from NCS 2.9 to perform distance measurements using multiple nRF52840 devices. The sample works well, and I've made...
Hello
I'm working on a custom electronics board with an nrf54L15 (QFAA). This MCU is interfaced with an EEPROM memory (24FC16T) via an I2C bus connected on P1.03(SCL) and...
Hello everyone,
I am currently working on implementing the flash protection feature for the 54L05 chip. My objective is to safeguard the code storage area from unintended...
Hello Team,
i am trying to read multiple mcp9600 on the nrf9151 on my thingy 91x. I connected 3 of the mcp9600 to my stemma QT connector and it all works fine.
However...
I'm using SDK_11 on nRF51-dk. I'm trying to use pstorage to store configuration settings. There are threads providing examples for pstorage but none for SDK_11. Which is an...
Hello,
I have include stdio.h library file and configure uart . Used printf to print data over uart to terminal.
Now I wants same thing reverse get data(scanf) from terminal...
i have ble running perfect in nrf51422 until i turn timer 2 on and this is code for init timer2
void timer2_init(void)
{
NRF_TIMER2->MODE = TIMER_MODE_MODE_Timer;
...
I am running ble_uart_app in SDK_11 s130 on nRF51-dk
I am trying to detect certain pattern received in the UART Rx.
Here is my code.
void uart_event_handle(app_uart_evt_t...
I'm running SPI master (spi_master_tx_rx) at 4MHz for multi byte burst reads. As seen in the attached screenshot there are 5.5µs delays between the bytes. The delays increase...
hello there ,I am writing spi code for slave which has 19 bytes of data. my nrf51 is master.
now my slave has clock polarity =1, clock phase =1. i am uploading project...
Hi All,
I'm trying to test the ble_app_hrs_rscs_relay example on an nRF51822 (256 Ko flash / 16 Ko RAM) with the softdevice s130 but unfortunately the program is not being...
I am using ble_uart_app on SDK_11 nRF51-dk s130.
I would like to send binary hex data instead of ASCII. Looking at ble_nus_string_send(), it seems that sending binary hex...
Hi ,
Recently started working on nRF52832 and tried implementing its various applications for NFC, which includes URL, android application, name tags. Can anyone suggest...
As part of some testing, I downloaded some wrong files and seem to have contaminated the default boot files. So now when I try to download the NORDIC hex files, i get an error...
Hi ,
We are using NRF52, S132 softdevice ... Whenever we do hard reset everything works fine .. But if I do flash from my IDE (using eclipse,this is a soft reset) and it...
I have a hard time to initial a twi ,I reference the example in the SDK11.0,and I used the board is 10040,I copy the example twi sensor code in my project ,but there is an...
I'm getting the error code 0x4001 from sd_clock_hfclk_request and I can't find where the error codes are defined/explained for this function. Can someone point me in the right...
Hi,
With the following program running, how can I achieve the lowest power consumption between timer events:
nRF Timer is running with the HF crystal requested
...