We are having a slight issue when we are trying to update the DFU. The original version had this setting for the data reserve:
#ifndef DFU_APP_DATA_RESERVED
#define DFU_APP_DATA_RESERVED...
Hello!
I am working with the example mpu interface projects located at the following repo:
github.com/.../nrf5-mpu-examples
After converting the Keil projects to...
I'm using S332 0.9.1 with freertos. nRF52.
BLE and ANT are both active. I would like to run the ANT continuos wave (CW) test after a specific trigger (a command over a console...
I want to encrypt advertisements using aes-ccm peripheral present on the nrf51 board. I am not using softdevice, instead I am generating my own packets and transmitting them...
Currently, it using the I2S at nRF52832.
I want to play the wave file,But can not play well.
So, I ask you for a check because there is the following question.
[Question...
We love the radio range of the Nordic bluetooth chips. I am looking to see if anyone is developing a long-range bluetooth pendant or wearable? if so, I interested in perhaps...
I'm trying to read 8 adc channels using SPI, but then if I dont put some nrf_delay_ms the MISO return nothing and the CS is being driven low by default, high or a period of...
Hi.
I am trying to disable the RESET pin (P0.21) on the nRF52810 microcontroller (custom board) and set it up as a normal I/O pin.
I'm using the SDK v2.6.0.
I don't...
Hi, my device is central device( Central UART ) and I couldn't get stable pairing with peripheral device with display which provides passkey code. The scenario: 1. From the...
Following instruction here for setting up NRF52840-Dongle as a radio coprocessor for use with OpenThread Border Router.
The error is at the second step when executing "...
I'm alter the overlay file to adapt my board.
In my board,I try to use pin 9,10 as uart_tx and uart_rx,without cts and rts.
I wirte it in my app.overlay as follow:
...
I am currently working on a project where I need to connect my nRF52833 microcontroller to other devices using the Nordic UART Service (NUS). I am using the nRF SDK and Segger...
Hi,
I created a custom board following the instructions from https://www.youtube.com/watch?v=V_dVKgWKILM . Everything is ok and with the "Hello world" example builds without...
Hi,
We have our custom PCB with an nRF9160 SIP that is connected to a nRF9161-DK via P20. I have a couple questions about this setup.
Is it fine for us to program...
Hello,
I want to play a .wav audio file on nRF5340 audio dk.
I convert the wav file into raw data and store it in an array.
After that, I play it using nrfx_i2s_start...
Unable to write to flash memory using direct memory access functions like sd_flash_page_erase & sd_flash_write (nrf52840 nrf SDK 17.1.0) Also attached application and bootloader...
Hi,
I realise this is now quite an old version of the SDK and this particular library is no longer supported, but we have not yet migrated our project (I did try once...
I'm working on porting an existing product based on NRF5 which uses the nrf_twi_mngr with asynchronous calls in its drivers. The drivers takes advantage of the non-blocking...
I‘m a rookie for the matter.I use nrf52840 In the matter lock case,when i press button 4,it will start adv.But it did't start.
so i want to add config log to debug,But...
I am attempting to stream data in chunks of 65535 bytes from the nRF9160 using data mode from the 2.6.1 version of serial_lte_modem sample code. The nRF9160 receives AT commands...
I followed the MacOS command line installation instructions at docs.nordicsemi.com/.../install_ncs.html
After running `west update`, it says the tree structure should be...