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...
I just cloned the latest zephyr from github and tried littlefs. However, the SPI pins have no traffic and CS line stays unchanged.
Is there something I forgot, since...
Hi, i'm working with NRF51822, and i saw on reference manual that micro enter in the SYSTEM OFF mode. The problem is i dont want the micro enter on this mode.
I make de...
Hi,
I'm working on a project using the gazelle protocol with the gazelle pairing library. Due to the fact that I use the GNU GCC compiler, I created a Makefile from the...
Dear Nordic team,
We have designed custom boards with nrf52840 chip. We observed that in one of the boards the application is not running until the swd pins of the custom...
Hi,
We are using laird BLE653u BLE module in our application. This module has nRF52833 BLE SOC. We have ST Link V2 as a programmer tool. We want to use SWD protocol for...
I have a project using NRF52840 as master in BLE central to scan BLE device.
I found all example will connect device automatically when device found
I would like to change...
Forgive me if this is already discussed somewhere - I'm fairly certain it must have been - but I can't seem to find what I'm looking for. My client's project uses a higher...
Hi,All:
As the topic,which address is the mbr jumping to bootloader by ?0x10000ff8 or 0x10001014? and how to feed the mbr para register 0x10000ffc and the 0x10001018?
Hello,
I need to use the more accurate HFXO for a very short interval to time incoming interrupts (approx 1/50 second every 15 mins)
The processor sleeps idle for the...
Dear DevZone,
I am trying to configure the SAADC on my custom nRF52840 board.
I would like to use it in blocking mode together with oversample 16x and burst enabled...
Why is SES throwing an "Illegal value 0x21009168 written to register 66 (MSP_NS) ignored" message after "Download successful" when programming nRF5340's network core with...
Hello everyone,
I have questions concerning direct advertising. I have read this and other posts from several years ago which provided some useful information.
devzone...
Hello,
at the moment I am trying to get the NRF9160 Icarus Board to communicate with an ESP8266 Board within serial modem mode. I just need to send some AT commands through...
I am trying to install nRF Connect SDK v1.6.0. For some reason the download speed is extremely slow, and even fails without the ability to resume automatically. On two occasions...
I am having issue configuring the chip select (CS) in my little test program. I have read through the SPI drivers and debugged through it and from what I can tell I have everything...