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...
Hi,
I have developed attached code for I2C communication with temperature sensor. The main function I2C_sample() checks whether sensor is detected by detect() and then performs...
When I try to debug my nrf9160 app through segger, it never starts. Hitting the pause button brings me to main.c in the mcuboot project, and it stops on line 214, Unable to...
Hello,
I'm evaluating both the Thingy:91 and nRF9160, trying to walk through the Getting Started Tutorial . Despite connecting my nRF9160DK to my Macbook (via an HMDI/USB...
Hello,
I am facing below AT_cmd errors after flashing my application to nRF9160 DK. Please support me how to resolve these errors asap as its blocking our product development...
Hi,
nRF Desktop v3.9.1 with Programmer v2.0.1 were almost functioning like the much older versions, but with the upgrade to v3.9.3 + v2.1.1 it is no longer possible to program...
Hello,
I have a running thread network now. Yay!
I am using a BMD-341 module from a old board as a Thread Sleeping end device. Getting great results.
I've flashed the...
Hello, we have made 50 cards with your microcontroller,out of the 50 cards there are 6 cards which consume about 10µA in sleep, while the others consume less than 1µA. Have...
Hi All,
We are using NRF52832 for our project.
We are using LED driver based on I2C protocol.
Do we have example code for I2C driver?
Please send some example/sample...
Hello,
I've installed nRF Connect for Desktop for Mac and from the UI using the Toolchain Manager I've installed nRF Connect SDK v1.8.0. After installing the extensions...
Hi,
I have been developing an application that reads sensor data (over SAADC and SPI) over an interval, serializes the data, and transmits the data over BLE_NUS to a companion...
Hi Nordic,
when I enable the Bluetooth configuration, the sensor trigger stop to work. when I comment the Bluetooth configuration, the sensor trigger back to work.
I recorded...
hi support team,
for nrf5 sdk ble_app_hid_mouse example, this example shows how to use swift pairing, it works. but I have one question for it, after I press reset button...
Hi, I'm trying to run samples provided by Nordic but I fail. My problem is west can not find my Jlink.
I can flash the chip (nrf52840 custom board) using nrfjprog
...
1. When I run the SDK routine provided by the official, ble_app_uart program, the circuit board acts as the peripheral , the protocol stack is pre-downloaded to the board...
Hi, I am new with nRF microcontrollers. I created a custom board that mounts the nRF52840 microcontroller. I made a firmware that uses BLE to exchange data and everything...