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...
Dear Friends,
I am transmitting a command of 14 bytes of data from ble_central to ble_peripheral. The ble_peripheral will recieve the command and transmits the response...
Hello?
This is simple inquiry about a method to update some comments regarding of the ticket pending due to reviewing by Moderators after open it.
When I found a solution...
Hi
I've played around a couple of hours with the nRF52840 Dongle and tried to understand what can be flashed to the nRF52840 dongle and what can't. This issue is not about...
Hello Nordic,
Currently we are working on a project based on nrf51822. Now we are planning to upgrade to nrf52832. so I can run the same ble4.2 based code on ble5 chip ...
Hi,
I am developing device using zigbee[nRF52940].
Many end devices send some information(less than 100 bytes) to coordinator directly or via router.
I cannot find proper...
Hi there,
Background:
I have set-up a gap peripheral device (nRF52832 / SDK 15.0.0) with 1 service with 2 characteristics, each having its own custom 128 bit UUID. i can...
Hi.
Im trying to follow the tutorial to open a Keil Project in Segger Embedded Studio but i get this error when i am trying to build
.
I guess it is somthing with the...
I want to change the pipe linking the PTX and PRX dynamically. The command to do this is sent from the PRX in the data payload of an ACK.
I can successfully change the PTX...
Hi guys,
I am using nrf52840 with sdk15.2 and have been experiencing some strange issue. After mobile phone connection to the device i lost 1 byte in advertisement or saying...
Hello,
Is this possible to use different speeds at same device for different roles.
I have device that is working in peripheral role for other device and need to send...
Hello, is the logging module thread-safe? Do I have to use a mutex when logging from a lot of tasks when using FreeRTOS or is the logging module thread-safe and I do not have...
Hi, the tool nrf9160_mdm_dfu mentions in its Readme that three files are needed for DFU to work:
"To use this tool, you need to have the following three files: ZZzzZZzz...
Hi,
I am beginner in nordic development. I will be using using FreeRTOS with nordic ( if that matters).
Requirement: I need to store logs in internal file system.
Device...