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...
Conditions in www.nordicsemi.com/.../Why-can-Master-Control-Panel-not-find-my-Master-Emulator-Dongle have been met, ie all components of PCA10031 have installed successfully...
in the answer of this question it said that :
You are also not allowed to send a new
indication until the previous one is
confirmed. This is signaled by the
reception...
I found this: github.com/.../nordic-nrf52832-gcc and tried to add it (and its dependency to the nordic-nrf52832-gcc 0.1.0 target to yotta with no luck. Is there a description...
Is there a maximum consecutive receive time similar to the maximum consecutive transmit time? I am operating in 1 Mb/s ESB mode. I am seeing the Rx get disabled approximately...
I am developing a ble program for the nrf51 DK using mbeds api and it is supposed to send 11 packets (notifications) when written to a specific handle. So far it works, but...
I'm receiveing this error 7 on line error 296. the only APP_ERROR_CHECK on line 296 is hci_slip_rx_buffer_register . this documentation doesn't not give any description of...
HI,EVERYONE,
in the document 'nRF51422_PS_v3.0.pdf' ,Page 167, there is such statement
'The selected analog pin will be acquired by the ADC when it is enabled through...
Hi !
According to application requirement, we need to minimize the RSSI variance of the BLE beacon as small as possible. Our RF team has tried to minimize the 37/38/39...
Hi,
I am trying to bond the nrf51-DK with the android smartphone. I want to display the passkey to the user which would be done using BLE_GAP_IO_DISPLAY_ONLY. After which...
Hi, would there be any drawback in setting TIMER_PPI_CH_START to 11 to maximize the number of free PPI for application. 14->15 should be free to use in timeslot and ppis are...
hi, i am new to embedded system.
I am using SPI interface to collect data from the slave(imu) and transmitted it to nrf52 DK,previously,I just used RTT to show the received...