While using the nRF9151 DK , after inserting the onomondo sim and connecting, the Cellular Monitor SIM sections appears the Wireless Logic ICCID number instead of onomondo...
I am currently trying to get LLEXTs to work on the nRF5340 Audio DK. I was able to compile an llext and load it successfully, using the cmake features, However, I would like...
Hi all,
We've followed the reference EVK designs closely and are now in the Pre-Production phase.
The initial development board was intentionally large to accommodate...
I have followed the instructions in the DevAcademy Cellular IoT Fundamentals Lesson 3 Exercise 1 exactly, (whilist filling in the gaps from the cloned cell-fund repo) and...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
Hello, just like the title indicated, I need help with setting up the nRF21540 EK with the nRF9160 DK.
For my application, since the nRF9160 DK has the nRF52840 on it, I...
Hello ,
I'm using nRF52810 with SDK 14.1 base on ble_app_uart example. where i am continously receiving the GPS data via UART. i am putting my GPS module in sleep mode...
Hello,
My setup is: ble_uart_app example, custom board with nrf51822, sdk 6, s110, nrf connect for pc.
I am advertising with my peripheral device. Whitelist is being...
Hello,
I am trying to merge the code of ble_app_buttonless_dfu with the code of ble_app_uart,
because I starts all implementation with the code of ble_app_uart at first...
Hello,
I am using SDK9.0 and testing the LED_Blinky project with IAR tool, Evaluation kit. The application is executing and leds are blinking but I am not able to set a...
Hi, and thanks ahead for the help. I am working on receiving ble packets without using the soft device. I am able to transmit an advertisement with raw radio and pick it up...
Hi,
I am trying to write and update a record in flash but not receiving event callbacks FDS_EVT_WRITE and FDS_EVT_UPDATE. I found that i need to add the following code...
Hi there
Is there any PCA10040 simple demo IAR project? Just like print out "hello world" from any debugging uart? Base on this I can add in more functions gradually. ...
I am using clock signal from external RTC chip to clock NRF52832 at 32768 Hz through XL1 leaving XL2 floating. I have verified the waveform by the oscilloscope and set SRC...
2.4g ble work in 2 mode(not same time) when reset.
when I init 2.4g clock
void esb_clocks_start( void )
{
NRF_CLOCK->EVENTS_HFCLKSTARTED = 0;
NRF_CLOCK->TASKS_HFCLKSTART...
Hello everyone!
I have peripheral device with notify characteristic with 20 bytes length of value and connection time interval - 7.5 ms. So, I want to increase throughput...
Hi,
from the nRF52840's datasheet: Up to 4x SPI masters/3x SPI slaves with EasyDMA .
Is it possible to connect the nRF52840 as a slave with another microcontroller and simultaneously...
Hello,
do I need to do anything to accept new Connection Parameters as a Peripheral when the Central updates them?
I am seeing 'BLE_GAP_EVT_CONN_PARAM_UPDATE' events,...
Hi, guys.
I am meeting a terrible problem when using the SDK14.2 -> BLE\nRF5_SDK_14.2.0_17b948a1\examples\ble_central_and_peripheral
experimental\ble_app_hrs_rscs_relay...