Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
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 am running SDK 15.3, nRF52840 on a custom board, Softdevice 6.1.1 and SES.
When running the secure dfu example I find that the two segments uicr_mbr_params_page...
Hi,
NRF52932, s132.
I am currently migring from SDK 14.0.0 to SDK 15.3.0, I just finished to migrate from SDK 13.2.0 to SDK 14.0.0. The project with my app compile but...
Hi
I want to transfer a text filebetween nrf51 to nrf52 .Is this possible in nrf device. If it is How can i proceed ?. I am using NRF 15.0 SDK.
Please help me on this...
Hi
We are using today nRF52832 and communicate through Nordic UART service (NUS).
Sometimes we would like to transfer files from our device to the app. This is going very...
Hi All,
I have an application running on the nRF52832. From within the application I can store data to 0x2000 2010 - 0x2000 2028 and read the data back after a reboot/power...
Hi,
I need to generate a PWM signal with exact 2.048 MHz. I've just realized that
allows only decimal frequency. Even if I take 16 MHz and toggle it every 7,8,9 still...
Hi,
I have the NRF52 dev kit with NRF522832 chip. I am using SDK version 15.2 and the Segger IDE. I am trying to do OTA programming and have used this tutorial:
https...
I followed the nRF User Guide v2.2 for my nRF dongle and all was Ok up to "Install firmware with SEGGER J-Link point 6 e (loadfile Path\...\sniffer_pca10031.hex)". Got error...
Hi!
I am trying to get this example to work on my nRF9160 board: https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/spi/
It compiles and...
Hi,
if got the following setup:
Nordic nRF52840 DK (peripheral), custom iOS App (central), nRF Connect Desktop Version + another nRf52840 DK as sniffer.
My Goal: Changing...
Hello,
I need to interface both, an SD card and a smaller (~4Mb) external flash to the nRF52840.
The SD card will be interfaced using SPI.
For the external flash...
I would like to store some parameters in nordic's non volatile memory and be able to restore them after power off.I am using the soft device s130.
I have checked both examples...
I have made a HDI 4-Layers PCB. I referenced the example PCB, but my board it do not work.
The softdevice is:s132_nrf52_6.0.0_softdevice.hex
The example code is: ble_app_uart...
Hi all,
I follow advice here " devzone.nordicsemi.com/.../nrf52832-ble-scan " to do the ble scan, I have question that there is a function to store scanned ble to the list...
Hello,
I generated the assets tracker sample project (like in this image below).
After building all the projects, I want to connect to jlink to download the project...