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 develop my own project on nrf51dk sdk12.3 on ses.
1.My app project use experimental_ble_app_buttonless_dfu project after add <ProgramSection alignment="4" keep="Yes" load...
Hello Nordic,
I have a problem regarding UARTE0 and Easy DMA with SDK 12.0. I know, this is an old SDK, but unfortunately I'm not allowed to change it.
The TX part works...
I previously tried combining USBD CDC ACM with 802.15.4 under Softdevice, and this did not work.
Now I try combining examples/peripheral/peripheral/usbd_cdc_acm with the...
Hello,
I want to put my custom board to sleep mode after writing some data through NFC and wake up from sleep through NFC. I have successfully write data through nfc. To...
Hi,
I am using NRF52832 to read the sensor data (BMI160 accelerometer sensor) by using I2C.
I try to send the sensor data to mobile by using BLE_UART. upto this i finished...
Hi, is there a way to upgrade zigbee firmware on a NRF52840, using BLE? Id like to press a button a number of times on a zigbee device and enable BLE to upgrade firmware via...
Hello,
I have bough the NRF52 dev kit, and I'm planning to use STM32 to let it enabled by bluetooth.
I'm very beginner and I don't know how to use it to connect with...
Hi, all
i have using adxl335 sensor interfacing ADC ;i have done code ,i wanted to know is it correct or the way i have developed the code can any one suggest me.
How...
Hey guys,
I have followed this tutorial that shows how to modify advertising data, and more particularly the name.
What I want to do is set a name in the beacon example...
I've added a HID service in my project.
I see a lot of messages
<00> debug> nrf_sdh_ble: BLE event: 0x57.
in the RTT Viewer.
What does the event 0x57 mean?
Hello All,
We are designing a product based on Tracking device, for this we use nRF9160 module & use controller #nRF52840 to send AT command for LTE and GPS.
We do not...
I'm trying to track down an issue where our application gets stuck due to what looks like an infinite loop in the app_timer2 timer list. When it occurs we see the next pointer...
Hello,
I'm using a custom board with nrf52 using sdk12.1 and SD132 v3.0.0. and the nordic's nus peripheral service.
I am able able to read and send data without any...