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
using sdk17, softdevice132...
There are some parts of the central implementation that I don't understand.
It is based on cle_uart_app_c.
Isn't the function bl_nus_chars_received_outprint_print_called...
It is amazing how common this error is - there must be 100 posts. Yet none solve the problem and none explain it. It suggests that there is some serious work needed to improve...
I've been developing using nRF52840 using the nRF5 SDK. I have also been using FreeRTOS in my projects.
I recently received an nRF5340pdk to evaluate the nRF5340. I have...
Hi,
The CPU at my target board is nrf52840 and SDk16.
Condition 1: It causes system lock at <-A-> (function of strlen at nrf_ble_scan.c) if I setup the filter of NRF_BLE_SCAN_SHORT_NAME_FILTER...
I am looking to use the nRF9160 in eDRX intervals of 2.7 minutes (no PSM). The goal of the device is to be dormant until receiving a command to begin transmitting its location...
Hi,
I am developing an application based on Connectivity Bridge and I want to establish few simultaneous Bluetooth connections. I am working in Thingy:91, currently on SDK...
Hi,
I got SPI working when writing to the CS pins directly. I thought however it might shorten the SPI acces when using spi_cs_control. When executing the code I will however...
Hi Nordic,
I am testing the sensor LSM9DS1 with the nrf52840. I try to make one pin attach to handle the interruption for the FIFO full interrupt.The FIFO handling function...
Hi everyone,
I am trying to understand the concepts of ATT MTU and DLE, so let me share my thoughts along with some questions. Maybe this is useful for other community members...
I'm trying to use the full potential of the external memory on the NRF52840-DK.
I want to modify the FLASH_SECTOR_SIZE:
4096 are in bytes. When i try to add, for example...
Hello,
While I am creating a new projects. I am getting an error message. I don't know the path of the files . I randomly created a project in D drive ,c Drive . So My question...
There are the following projects under the Health Thermometer example for Keil
What is the difference between them when trying to install on the nRF51 DK? I could not find...
Two (2) nRF52840 DKs, SDK 17.0.2
I believe I have added the necessary code from ble_blinky_apps both peripheral and central to their respective NFC reference role examples...
Dear Sir/Madam,
I'am new to segger embedded studio.I would like to do SPI interfacing of an IC using nRF51822 with segger embedded studio.
Please guide me how to add...