Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Hi,
“ We are designing our board with the nRF54LM20, and both the SPI/QSPI and UART peripherals can operate independently and be mapped to separate GPIOs.in QFN-52 Package...
I am working with the DTM sample on nRF52840 using nRF Connect SDK (Zephyr) .
My goal is to run a continuous TX test automatically at boot (standalone) , without requiring...
My Setup and Environment We have built a custom PCB with an nRF5340 and an nRF7002Q Wi-Fi module. I have attached the relevant schematics for the PCB.
We are using the nRF...
HI
I'm having an issue where VS Code cannot recognize the SDK and toolchain. Everything was working fine before, but now errors occur when I open VS Code and try to build...
Quick qestion
Making a new board with external memory(jedec) and using S QSPI as I have to put it into cpuflpr_vpr(does not work with QSPI). Works fine !!
but I also plan...
I note with interest that Nordic is providing support (e.g., downloads) to run CircuitPython 10.1.4 on various Nordic devices, including the nRF54H20-DK . I've just received...
Hi I am able to load the nrf9151dk_at_client example hex on my custom dev board . I try accessing the AT commands and I can very easily get the responses. I want to install...
I'm using nRF52832 SoC with nRF5_SDK17.1.0 and SoftDevice v7.3.0. I'm using following code to write data into flash.
err_code = nrf_fstorage_write(&g_fs, write_addr, buffer32...
HI,
I am currently conducting secondary development based on the periodic_adv_conn sample in the ncs 3.2.1 SDK . Now I want to add continuous carrier wave output and continuous...
I work on nrf connect sdk v3.2.4(nRF54L15).
I plan to run the main application on cpuapp and the device control application on FLPR. It's currently working fine. In the...
I'm currently testing an app, which was running with a nrf9160/mfw-1.3.7/NCS 2.9.2.
Running this app now with nrf9151/mfw-2.0.4/NCS 3.1.0 seems to get a smaller response...
Hello,
I previously opened a ticket describing an issue where using MCUBoot in NCS v3.1.0 caused the GRTC to reset after a sys_poweroff() .
As discussed in that ticket...
Hi,
I am working on the XIAO BLE SENSE board which has nRF52840 SOC with P25Q16h 2MB flash and other sensors
I want to access the external flash to store sensor data....