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...
I would like to run a SPI program that reads data from a non Nordic chip. I would like to then take the data I received over SPI and send it via BLE.
Are there any code...
I'm trying to place my device in a low power mode for shipping. I used Logging and CLI while its in operation, but I'd like a way to enable/disable the CLI+Logging over BLE...
I'm testing a simple program below, which writes three params followed by read the three params.
Each params is set in tx_buf correctly, but nvs_write does not seem to work...
I am developing a hand-arm vibration sensor for read-out via BLE
Development platform NRF51822 and S110
I'd like advice on how to configure the softdevice and the two...
Nrf52832 sdk15.2 is debugged online after burning softdevice, bootloader and bootloader settings. In the ble_dfu_buttonless_async_svci_init() function, the error NRF_ERROR_SVC_HANDLER_MISSING...
HI,
The nordic MCU I am using is NRF52832.
I am flashing the example code ble_app_uart which is coming in the directory "nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral...
Using Telia APN the following is added after bsd_init()
AT+CGDCONT=0,"IP","lpwa.telia.iot"
However, this AT command sent on the AT socket fails with "ERROR". Does the...
I have 2 client nodes and 1 server node . How can i possibly recieve packets more than i send. I sent 114 packets from 1 node and 104 from another . I am receiving 302 packets...
We are developing Beacon using NRF51822 SoC.
Basically We want to classify our beacons from other manufacturers and want to give our each beacon an unique ID. Please provide...
Hello,
I am new to nrf52832 ,
My question is how to start the timer when external interrupt was rise and turn off timer again when external interrupt was rise
Kindly...
Hello to everyone.
I'm working with Light_switch example in Mesh 3.1, with nRF52832 SDK (PCA10040). I'm trying to stablish communication from server to client, sending a...
Hi everyone,
I'm trying to understand how BLE connection interval works and why my long read is so slow. My slave is nrf51822 with Softdevice 130 v2 and nRF5 SDK v11,...