Hi,
I am trying to configure an Xiao Seeed Studio nrf54l15 sense to transmit pre-processed sensor data via BLE extended advertisements. As the payload is more than 251 bytes...
In this post mentioned: "Maximum theoretical peak data rate is 3.4 Mbps when transmission is scheduled into packets of 4 slots using MCS4, and these 4 slot packets are transmitted...
Summary
The Zephyr RRAM driver drivers/flash/soc_flash_nrf_rram.c does not pass NS-side reads of TF-M secure flash through soc_secure_mem_read when the device tree uses...
I want to use a new source LF clock to raise the precision from +-250ppm to around +-20ppm. I already have an oscillator mounted in my PCB, so I want to use it for BLE. I...
Hi,
I would like to know if its possible to run Azure FOTA functionality w/o using Partition Manager (aka `SB_CONFIG_PARTITION_MANAGER=n`) ?
Trying to build this gets...
Hi Nordic team,
I have a question regarding the RF matching networks used in the nRF54LM20A-PAAA reference design and in the nRF7002 Expansion Board II (PCA63571).
For...
Hi everyone,
I’m trying to program/recover a custom board with an nRF52840 Fanstel module using a Nordic nRF52840 DK as the programmer. The board is powered from a 4.2 V...
I am trying to update the firmware via OTA , while uploading the firmware I am getting "upload failed" message on the nrf connect application.
I am using nrf51422 board...
We currently are investigating a move from nRF52832 to nRF52840. The reason for this is that we need a more powerfull radio - more range (even if that means lower throughput...
My environment: DK 10040, nRF52832, SD 6.1.1, SDK 15.2, SES 3.52
When does the SAADC use power? And when does it stop using power?
I searched the 52832 specification and...
I am trying to run the example from this page: www.nordicsemi.com/.../Getting-started-with-the-nRF52-Development-Kit
I have PCA100040 somehow after running blinky and others...
I am trying to get a driver from a third party binary to work. Their library was compiled without using the HW FPU. I had to compile my code to use the softfp. I also added...
I posted on the Adafruit forum but there doesn't seem to be much support there. Since the module is based on nrF I'm hoping this community can help out.
For the most part...
hi,
i am using nrf51422 ble_app_uart(sdk 12.3.0) example
i am receiving a string through app_uart_get() function, i want to compare it then i have to send some predefined...
SDK15, s132 6.0, nRF52832
Hi!
I need to know before connect on the central side (from advertise data), that this piripherial device has already bonded.
Is it possible...
I'm having some trouble setting up 2 transports (BLE + USB CDC ACM) with the secure_bootloader example. The changes I made were:
- Increased flash size for code space in...
Hi,
It's my first design with nRF52840 (I have make multiple design with nRF51 et nRF52 without problem).
I use SDK15.2 and BLE_peripheral_blinky example without modification...
I'm using nrfjprog to develop a production functional tester for an nRF52840 based system. Everything was going well in testing, but when I moved the hex file to be loaded...
Hello
I have a problem with ADC measure and accuracy.
I want to read a voltage (U_BAT+) between 2.5 – 4.5V with an accuracy of < +/- 50mV
I have two scenarios. ...
Hi. I want to output numbers to tm1637 display with nrf52832. The existing library is dedicated to Arudino, so we will contact you to change it for nRF52. (Existing library...
Hi,
I am having some task which for which i am using GPIOTE, PPI & TIMERS together to achieve and in SDK 14.2, the over all power consumption of my board is 10u which...
I am trying to integrate DFU into ble_app_uart example.
I am using nrf51422 board, sdk v10.0.0, soft device "s110_nrf51_8.0.0_softdevice.hex".
I have made some changes...