The workaround says:
" Trigger TASKS_PLLSTART before TASKS_XOSTART is triggered and trigger TASKS_PLLSTOP after TASKS_XOSTOP is triggered."
I would like to start HFXO...
I have been working on a project using a nrf52832 and currently have the firmware developed on nrf5sdk. I have been testing out Zephyr with this example https://docs.nordicsemi...
Hello,
I'm currently trying to integrate the Android-nRF-Mesh-Library in our App.
Identifying works fine but when the library tries to send the public keys to the node...
Description:
I encountered an issue where my NRF54L15DK development board fails to connect to my Windows 11 PC. Upon plugging in the board, the LED near the debugger starts...
I'm trying to connect a SIM800L to my nrf52840-dk which I power through 5V USB. I'm a beginner at electronics so just want to make sure I understand how to wire things, please...
Hi,
I would like to know what are the prerequisites to get the ICCID of the sim card:
This is the code I use, nothing special. I can get the IMEI of the modem but not...
Hi!
I'm storing a key in the KMU for use by the ECB.
If I set the slot's destination address to an address in RAM, the KMU pushes the key there correctly, but if I instead...
Is there a way for firmware running on the nRF52 to detect the presence of a SEGGER (or other) SWD capable device? I've looked through all the nRF registers but couldn't find...
Hi all
Our application, built on the NRF51822 Rev. 3 and the SoftDevice S130 V1.0.0, uses the UART0 with 115'200 baud, 8N1, to communicate with another controller/PC. Hardware...
Hi, In my project I want to read data from i2c and update in advertising data and the board need to advertise without time out (i.e 24x7) for these I take advertising timeout...
Hi,
I am new to the BLE profiles. I am have to send the TMP007 temperature sensor values to mobile APP using BLE HTS profile. for this I am using sample example of nrf52...
My customer offered the P/N#NRF51822-CTAA to us, I tried to find informations on it, but on your data sheet I can only find code QF, CD, CE, CF, nothing on CT. Is NRF51822...
Hi,
I have question related with some parameters of BLE transmision.
Connection interval in my project is set to 10 ms. Peripheral sends a notifications whenever the...
I have the nRF52 dev board and a stand-alone Segger J-Link (not the one that's on the dev board) connected to the nRF52 through the Debug In header.
The firmware that gets...
I'm new to the NRF5182 and I am currently working on a device where I need to wait for the tx register to send all data before i continue the flow of the program. However...
I'm trying to port your eddystone sdk to GCC. At the moment it is already compiling, but when calling softdevice_enable I get 4 as error code. If I'm right, this means NRF_ERROR_NO_MEM...
Hi,
This time I am trying to work out the UART example.
I got it to the point where it is advertising, but the advertisement is wrong.
When I check with an Android...
Hi,
I have not yet experienced well on the design and development an application using nrf51 series. Your help will be very useful for my work. My question is as following...
Hi,
I have some problems with functions sd_ble_gap_disconnect and sd_ble_gap_adv_stop.
I got critical error when i try to disconnect or stop_adv and my phone is connected...
Hello,
In our application we don't allow bonding. Therefore I'm not allowing the application to send peer data to the bootloader using dfu_app_peer_data_set()...Therefore...