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 am creating a BLE central device. This device has to communicate with BLE advertisers to collect some data from them and then send this data to server. I am currently achieving...
Hi,
My project already has the ability to DFU throw BLE.
How can I add to it the Serial DFU throw USB ?
Is it possible to have one boot-loader that can handle both...
Hi there!
I have run light switch example for Mesh demo but no activity could be found via nRF Mesh app even my dongles have never been provsioned.The version of SDK and...
Hi Team,
In my application I m using NUS and and a custom service.
Everything works fine in redmi note 4(android version 7),Lenova K9(Android version 8) and Samsung Galaxy...
Hi,
I'am trying to program my nRF51822 module using keil IDE. I have taken some example code which is present in the SDK 12.3.0 and soft device-130.
Please let me know...
Hello
When I send data over BLE, I got this messages in debug terminal.
<info> app: Debug logging for UART over RTT started. <info> app: Connected <info> app: Data len...
I have seen other post on this issue but they are not helping. I am using the bmd 330 to run ble_app_uart. It compiles and advertises correctly but does not send the tx and...
Hi,
I am facing issues in Flash Data Storage (FDS).
Here, nrf_fstorage_write function is returns with NRF_SUCCESS but not writing in actual memory location. While nrf_fstorage_is_busy...
Hi. I am now at the stage of creating a new project. I want to include DFU over the air support in it. So, how can I do this using the example of two projects (secure_bootloader_ble_s132_pca10040...
How do you use the nrfx_temp driver in a project? I'm on SDK 17.0.2, segger, and an NRF52840-DK board. I see the old HAL temp sensor is deprecated and it seems to always return...
Hi,
I have been using a certain 16MHz oscillator up until now without any issues, and now wish to replace it for logistical reasons, what kind of testing are recommended...
I'm designing a product which incorporates a magnetic sensor (MMC5633) and a Bluetooth microcontroller (NRF52832). The sensor and bluetooth chip share the same ground plane...
hi,
We have some products that have been sold out(hardware:52832,software:sdk13,softdevice:s132_4.0.3).I want to upgrade their sdk to 15.3 through DFU.I learned in the official...
Hello,
I'm trying to modify the current ASSET_TRACKER of SDK v1.4.1 to get it to work in my own server on AWS-IoT.
I'm wondering if there is any documentation about this...
use SDK17.
central uses nRF52832 and peripheral uses nRF52810.
I want to implement the exchange of data with each other.
First, the central scanned and connected.
...