How do I produce a signed file to flash to the network core for firmware update? I am using a child image/parent concept with the \nrf\samples\ipc\ipc_service\ project, When...
Hi,
I’m working with the Wi-Fi station example on the nRF54H20 using SDK v3.0.0, and I’m encountering a critical issue when trying to bring up the nRF7002EK Wi-Fi module...
Hi Nordic team,
I'm trying to configure the GPIOs to operate at 3.3V using the nRF Connect for Desktop's Board Configurator tool (v0.3.10). The tool works as expected...
Hi,
I succeeded in implementing Channel sounding for multiple devices (based on previous samples). But now there is a little difference in how the data gets collected (buffer...
I have a project using BLE as a central on an nRF5340 to connect to several devices. For factory test I am being asked to implement something that can be used in the factory...
Hi, my code will return ATT error code: 0x0E cyclically
I have check some tickets and try to update my central device to
Hoever, it still cannot, the error is like...
Hi,
I have designed a custom board, and I cannot get coexistence interface to work reliably. I don't get any errors, but I'm not able to connect to my board with BLE. WiFi...
Hi Everyone
I was trying to get the BLE Uart working with the nrf52840.
Everything works fine, all files are compiling and running, but when i debug the code using segger...
Hi,
I use the peripheral ble_app_uart with nRF52832 (Murata module). The nRF52832 is connected to another MCU, STM32L476, via UART.
P0.5 - RTS
P0.6 - TX
P0.7 - CTS...
Hi.
I am developing a FW for nrf52832 and am using the nrf51 dongle as a testing tool using nrfconnect.
However, this is not working good because the dongle misses notification...
i need use flashwrite in my code, but i found sometims when i write data in flash, the BLE connecting sometimes is borken, i used this funciton flash_word_write(uint32_t ...
I am looking for help in doing a hardware reset. How can this be done? Do I need to make P0.21 active low so that P0.18 is enabled to be in RESET mode? This is for hardware...
To ship custom sensor data generated at 200 Hz from a BLE peripheral to a BLE Central over a GATT service I chose to start with template project in peripheral directory of...
Hi,
I'm using the nRF52 dev kit and try to use it as an Eddystone beacon. More precisely I want to use Eddystone EID and I would like to register the beacon using ECDH....
Hi, I have following issue and need some help. I am using SEGGER Embedded studio for ARM Release 3.4 build 2018052200 36079 with latest SDK on window 10 (64). Most of the...
Dear Support,
I’m working on uVision V5.25.2.0, using nRF5_SDK_15.0.0_a53641a.
My evaluation board is Rigado BMD-300.
Target: nrf52832_xxaa.
I tried using the printf...
The nRF52832 documentation has sections both for SPIM/SPIS (SPI peripheral using EasyDMA) and SPI (raw, direct write to the TXD register).
Indeed the nRF52832 does support...
Hi, There are some codes donot want to be interrupted. Before the execution of those codes, I want to close the all interrupts, after the execution, I want to open the all...
We have recently completed the design for a product prototype using the 0.4 mm pitch nRF52832 WLCSP. When we sent it to the board production house, the cost to produce it...
Hello,
i am searching for the possibility to get the information of the number of retransmissions which are needed, to get an ACK from the receiver. The legacy chip nRF24L01...
Good afternoon,
I'm running advertising with a uint16_t service data associated with a 16-bit service UUID.
I would like to update the service data regularly without...