When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi Everyone,
I recently purchased an nRF52840 DK (PCA10056, 2.0.1, 2021.7, 68365177) from mouser. Yesterday I successfully installed the nRF Connect for Desktop v3.9 application...
Hi there,
Does Nordic provide support directly for the Taiyo Yuden EKSKDNZWB Eval Kit and the EYSKDNZWB module? The Taiyo Yuden documentation seems to suggest that's the...
Hello,
I'm trying to see serial data (polling async method) coming from a single-wire signal. I have verified via an oscilloscope that there is indeed data on that wire...
Hello,
We are using nRFSDK v15.0.0 and nRF52840 in our system. There is also an external MCU that is connected to the nRF52840 via UART. Currently we are trying to perform...
Dear Members,
I want to use SDcard with softdevice, when I run fatfs_example()
I got this :
nfo> app: Initializing disk 0 (SDC)... rror> hardfault: HARD FAULT at...
Hello,
I've been working on a simple application to scan for bluetooth packets being emitted by another system, which advertises at a consistent 10Hz. We apply a filter...
Hi,
I try to do a OTA Update with watchdog enabled . The OTA Update runs and boots image B but this is stopped after watchdog timeout (1Sek). In my code the watchdog runs...
Hello all,
I am trying to develop an application where the user will input some specific commands i.e hex value of 0x01 via a mobile application and then via bluetooth this...
Hi,
I am migrating my code from sDK15 to SDK17. In SDK15 code app_timer_start() working fine with any timer value. But in SDK 17, I am getting error code 7.
When I debug...
Hai
I'm working on nrf52832 NFC, I have a few questions.
is NFC ID in nrf52832 is unique?
can I use it for payment purposes?
if that ID is not unique, any other solution...
Hello,
I am trying to use the **persistent** flash area of my nRF52.
I created a separate zone (PERSISTENT_FLASH) in my LD script as follows:
I try the following C...
Why is the pc-ble-driver-py version 0.16.2 released to pypi , but no according tag and release set in the github repository?
Is this a stable release already? And if so...
Hi
Problem description:
Disable the softdevice before writing uicr. After uicr is written, it fails to enable the softdevice again.
Can't softdevice be enabled again...
Hi I want to Integrate GPS(with A GPS assistance needed)with AWS iot example. when i start GPS on aws connect event ready .SUPL is initialized successfully and even SUPL socket...