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...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
Hello, I am working on direction finding connectionless locator/beacon (AoA). I ran into a problem in the locator. Everything works fine until "Waiting for periodic sync....
Hello Devzone,
I'm developing a Zigbee gateway using NRF52840 and ESP chip for wifi. NRF52840 it act as an coordinator.
I'm using nrf5_sdk_for_thread_and_zigbee_v4.2.0_af27f76...
Hello All,
I have a problem when I build my project from sample central_uart & peripheral_uart .
I have two nrf5340 called A and B . B scans the broadcast to A to establish...
Hi,
Application core can run serial port printing. then creat copy to net core ,Burn separately to the each core can work fine。Then I merged the two projects into one, and...
I have been attempting to install nRF Connect SDK on macOS for several months without complete success. You can check my prior tickets for details. Nonetheless, I have recently...
Hey!
My current setup is using an Android tablet ---- BLE ----> MCU1 (nrf52840) ---- BLE----> MCU2 (nrf52832)
I'm setting the MCU1 to act as both a peripheral and central...
Hello,
I'm trying to evaluate using the zephyr hci_usb sample as a temporary solution to connecting to several ble sensors. I have modified the prj.conf to allow multiple...
I used the nRF52840 SDK 15.3.0 dfu secure_bootloader uart example to develop a custom bootloader. I have checked that my application file is correct by trying it without the...
MCU: nRF52840
IDE: Keil uVision 5.17
SDK: 15.2.0
Board: Custom
OS: FreeRTOS
Using MicroLIB
Hello,
I am currently working on a FreeRTOS project that leverages...
Hi,
Based on the below extract:
"Because older devices that don’t support Bluetooth 5 will not be able to discover extended advertisements, an advertising set with legacy...
Hi, I am currently using the PPK2 for current measurements.
According to the datasheet, the PPK2 supports a maximum source voltage of 5 volts. However, my device requires...
Hello
we are certifiying our product by ISO 13849-1 which includes the Nordic nRF52832, among more information I would like to start with the following questions
1. where...
Dear nordic support
We're in the concept phase of a product that implements cellular cloud connectivity.
We already implemented a "blueprint" ESW which provides supporting...
Hi,
I am planning to create an ultrasonic library (based on ch201) because I can't find any library for it. So I am porting code from ch201 development kit to nrf52 custom...