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...
In the absence of a QGAA reference, is there anything to be aware of when designing a QGAA board?
For example, with the nRF52840, the WLCSP and QFN references used different...
I want to avoid the soldering of the inside (Becoz of production isse) pins that's why I'm using all the outer pins of the ic. But the problem is RESET pin is inside so can...
Hello,
I am using UART_1 in my program to comminicate with other sensor. So the data is read from UART_1 and print to UART_0. Now I want to communicate with other sensor...
Hi, I am using BMD301 chip on my custom board which schematic i have shown below,I need to enable UART as well as nrf_log in my application. For this I am using SDK 15.3 PCA10040...
I am getting small power spikes but cant seem to pinpoint what is causing them.
The smaller spikes in between the transmissions. (The wave is clipped from the top so the...
Hello,
Has there been any success with getting the python bindings for the pc-ble-driver running on openwrt? I've succeeded with the driver itself but not the bindings....
So with the errata in mind the RC oscillator has a accuracy of +/-500 ppm, while the XTAL on the nRF52 DK has a accuracy of +/-20 ppm. During the longest waiting period of...
I have your full eval board as well, I also have multiple NB_IoT sims from Vodafone but have not tried them yet. How do I get your Thingy:91 unit with your sim running please...
Hello,
I want to implement a data logger that will save events in an external flash (even if i think i will start with the FDS). My purpose is to identify some behavior...
Hello,
I am looking to start an independent project this month. One of the tasks will be to use BLE to relay information from a custom PCB board with the nRF52810 chip...
nRF51822
S130
SDK11.0
The power consumption immediately going up high to 1MAH once I enable TWI using this code:
NRF_TWI0->ENABLE = TWI_ENABLE_ENABLE_Enabled << TWI_ENABLE_ENABLE_Pos;...
Hello,
When I added the below lines I get some error:
NRF_BLE_GQ_DEF(m_ble_gatt_queue, /**< BLE GATT Queue instance. */ NRF_SDH_BLE_CENTRAL_LINK_COUNT, NRF_BLE_GQ_QUEUE_SIZE...
Hello,
I have been looking through Nordic's documentation for the nRF9160 and trying to find voltage ranges for several pins but am having no luck. Can someone please answer...
iOS is using queued writes to send data to my nRF52832 application. For some reason, on the third queued write reply (in nrf_ble_qwr.c) sd_ble_gatts_rw_authorize_reply returns...