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 ,
I am a beginner using nrf24l01 module and arduino. I need just to glow an led in the arduino module whenever other nrf24l01 module nearby( second nrf24l01module also...
Hi everyone,
Id like to know if anyone has tried to implement NFC Blocker Tag on NRF52480 or any similar nRF5 chip using their SDK. In general the purpose is to block a...
Hello! Is it possible to select to which interrupt types WFI (wake up from sleep mode) reacts?
I have a system with nRF51 where RTC clock initiates temperature measurements...
Hi,
The project "Thingy Mesh Provisioning Demo v0.7" which is available here on GitHub is for " Nordic nRF5 SDK for Mesh v3.2.0 "
Question: Is this project only supported...
Hi,
On our board, we have a nRF5340 + nRF9160 that turn on as soon as power is provided to the board.
We would like to reduce the inrush current drawn by these components...
Hi all,
I am working on CAN driver for the MCP25625 device, which communicates to the nrf9160 via SPI. I am following the SPI example https://github.com/Rallare/fw-nrfconnect...
Hi,
in the timeout_handler of app_timer_create, invoking function nrf_esb_write_payload(&tx_payload),The timeout_handler function won't come in again,why? timer cancel?
Dear all,
I am using NRF52832 for a mesh application. I utilize the light switch example for the project.
Description of my application:
1. We have 6 devices. They...
I am trying to integrate LPS22hb sensor n nrf52832. I am starting with twi_master_using_nrf_twi_mngr example(sdk15a->compents->drivers_ext->lps22hb)
I have added lps22hb...
Hello,
I have a device that samples data from a bunch of sensors every n hours, and that when in IDLE must consume around 100uA. To achieve this, I'm using a counter (that...
Hi,
I connected MCUBoot and FOTA to my project. I checked that the download is working, but not stable. I saw in the documentation that you can enable the continuation of...
Hello I need a falling edge response via GPIOTE. The settings I use for sdk 16 to sdk 14.2.0 do not work. For sdk 16 I use the functions nrfx_gpiote _..., for sdk 14.2.0 nrf_drv_gpiote_...
I observed a peak of 334 ua during system-on low-power mode during idle time which is periodic around 4 sec. I am using ble with RC clock option.
1.is it waking for calibration...