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,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
Is it possible flash a nRF52833 over Bluetooth using the nRF52840 (PCA10059)? Or initiate DFU mode over Bluetooth using the dongle or a PC?
How could this be achieved?
In our application we want to connect to our server using LWM2M to exchange some data. To make a connection secure PSK key and indentity needs to be set to lwm2m objects:...
Hi,
I want to run my calibration code only once and this data store in flash (using FDS library) and not again even after restart. Is there any example of this kind of usage...
nRF52832, SD 132, RTOS, SDK13
Can anyone let me know how CPU will do when waiting for a message like below?
evt = osMessageGet(main_msgBox, osWaitForever); //wait...
Hi, I've got nRF Connect 3.6.1 installed on Windows 10. I just launched it, saw "Update" for all its individual apps and did so. Now most of them show an exclamation point...
application : examples\ble_peripheral\ble_app_hrs_freertos
I am using nRF52832 with sdk 17.0.2,+ freertos.
I need to implement low power with LOG_ENABLED,but the Power...
Hello all,
I am currently working in a project that uses the nRF5340 SoC, nRF Connect SDK and Zephyr. The system has multiple sensors to measure various quantities such...
How is it possible to run a DTM Test on a custom board using the nRF Connect Tool?
I am able to run it successfully with 2 DK boards, but I need to run it on my custom PCB...
1. I had done the pairing without any authentication but now I want to do it with the authentication with an authentication key.
2. please provide some sample code regarding...
Hello DevZoners, I hope you are all doing great!
I'm struggling to understand how this works.
I've been following the NCS Tutorial part 2 to implement the PWM peripheral...
Hi,
I am working on nrf5340. I would like to change the TX and RX default pin of uart0 to <33> and <32>, I modified the file "nrf5340_cpuapp_common.dts" as below.
The...
I've been develop the other MCU;s DFU driver for the nrf52832 recently, and I ran into several problems.
The first I show you my DFU step in the RTL8720( Be the central...
Hi there!
I'm using the nRF Connect SDK with the VScode extension for developing an application for the nRF9160DK. I've taken the lwm2m_client sample as base and rewrote...