Hello Team,
I am currently using the nRF54L15 DK with NCS version 2.9.0 for development and compiling code for the nRF54L10 board.
I am trying to implement FOTA updates...
Hi As part of attempting to write code for self testing I'm trying to measure the HFXO frequency using the LFRC (we don have an LFXO) I'm expecting that the measured HFXO...
Hi,
We're planning to design a custom board using the nRF9151 for LTE connectivity. We'd like to add basic BLE support, with the following constraints:
The BLE chip...
Hi,
I am trying to set up a project that continuously measures the pulse width of a signal that may or may not be present at a pin.
I want to use a Timer in capture...
hi
after success dfu operation the firmware start to run
then i am getting stuck write after err_code = sd_ble_gap_device_name_set(&sec_mode, new_name, DYNAMIC_NAME_LEN...
I've been following the information on the nRF54H20 with interest as it is most likely the natural candidate for upgrading our existing design. However, I have been waiting...
We are developing an application on nrf52840 and wanted to use M95P32 as external flash.
used below .overlay configuration to enable it on zephyr.
&mx25r64 {
compatible...
USB Virtual COM
Until now, the development has been done by sending the commands via a USB virtual COM. The received buffer of int is processed and sent to the function...
I have an nrf52832 connected to a UART-USB driver with RTS/CTS. CLI manages the UART connection. Using SDK 14.0.
When HWFC is enabled, if a serial connection is NOT established...
Hi, p0.06 is always high lever when the following codes are executed:
nrf_gpio_cfg_output(6); nrf_gpio_pin_clear(6);
Why?
Softdevice is used in the project.
I have searched through the examples and the documentation (BTW the online document links are broken - the offline documentation is nice however).
From what I can tell...
Hello Everyone.
I am doing a project where I need to do a Bluetooth communication of data. I have two nRF51 DK so the idea is to connect a particular pressure sensor to...
I am trying to create a state machine that will be able to turn the Bluetooth radio on/off and possibly change the mode of the BLE service for power testing. I hope to run...
I have created an instance of time using the standard time function in C. I have also linked it to a counter on a timer so I can track how long the device has been active...
At CES this year (2018) there was a booth showing essentially a roughly 1/4 size Thingy:52. It wasn't actually at the Nordic booth so I'm not sure if it was actually a Nordic...
I think there's a problem with the beacon advertisement sent by Thingy52. I'm seeing the problem in my own PC code and also air sniffer. The advertising data packet looks...
I am using nrf_fstorage_read command to read data from flash. I have defined my start address as 0x68000 and end address as 0x72000.
I erase the memory through nRFgo studio...
Hello,
I've searched around the forum and followed all the advice given in other threads but am still not having any luck.
I've tried running the nRF sniffer on both a...
Hi there. I just got the nRF52840 DK and am trying to get going with it. I have been looking at this getting started page:
https://www.nordicsemi.com/eng/Products/Getting...
Dear lovely people!
Setup: sdk14 / s132 v5 / nrf52832
Just like with the previous SDKs, I tried to make a multilink nus central fw.
The periph device runs my code based...
Hello,
In our application we heavily use the application scheduler. This was done for 2 main reasons:
serialize access to system resources
enable the soft device to...
Good Afternoon,
I'm writing some config data on an empty record the first time I turn on my board and updating that same record every next time I turn on the board.
...