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...
Hello,
I am trying to connect a BLE HRM strap with nrf52382 using example/ble_central/ble_app_hrs_c/pca10040/s132
I am getting this on debug
<info> app_timer: RTC...
Hi,
I am having issues programming my custom nRF5340 board and was hoping to get some advice on the issue.
When programming using nRF Connect for Desktop (Windows 10,...
Device nrf52832 Custom board and nrf52DK with nrf52832
SDK 17.0.0
IDE Segger
when SPI interface is initialized by nrf_drv_spi_init, then MISO line behaves as follows...
Hi! Recently I have been working with Nordic products, starting with NRF52DK. I want to pair/bond cycling equipment (BLE and ANT+) with NRF52DK. After no success with ANT...
I am using pc-ble-driver-py to create a custom scanning and connecting application, but I'm running into an issue regarding the UUIDs of a particular service after connecting...
Hi,
I'm able to successful download and flash my application firmware using AWS S3, but unable to use Microsoft Blob Storage successfully.
I'm using Thingy91 with SDK...
We are currently developing for a product that uses the nRF52832, using Segger Embedded Studio (SES) 4.52c, and the ARM GCC toolchain (2019 q4 version.
We have set up...
Hello, I am a beginner, and I have the nRF5340, and I would like to measure how far and how fast data travels. I don't know how to do my testing with this device.
For example...
I am trying to use multiple DPPI channels for my own purpose after enabling BLE (hci_rpmsg) and MPSL on the nRF5340 net-core. According to the nRF5340 product spec, the net...
I'm working on an application that utilizes CLI library, and I need to add CLI commands as in the code below:
But when I attempt this I get an error message:
error...
hi ,
I am working on I2S to collect audio, and I need 2 nrf52833 to realize the intercom function. For these two nrf52833, the I2S clock is different. There are fast and...
Hi,
I add NFC to my project with freertos. The initialization of nfc is ok. After running few seconds ,it hang. If I comment the usr_nfc_init() that in the main() function...
I have a legacy SPI device that works well with an nrf52 application using nrf_dev_spi_transfer ()
I want to use the same device from an nrf9160 application.
The problem...