Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
I am using nrfjprog command line utility with the following command:
I am using your device NRF52832-QFAA-R.
I use nrfjprog with this command: "nrfjprog --family NRF52...
Hello,
I receive a lot of data in my UART, like 256B non stop that I need to send it to a tablet through BLE.
I was thinking of using scheduler so I push the data and...
Hi,
I want to add my flash driver code to http_sample_update example. How can I combine these two applications. I want to use the flash driver on http example since I need...
Hello,
I am a student and I am trying to experiment using a nRF52840DK to replace a device in a ZigBee network but unable to do so with the available examples.
I do not...
Hi all,
we developed a BLE/peripheral project starting from Nordic NUS example on both devices nRF52840 and nRF52832 and we added the following features:
- LESC security...
I'm using nrf52832 SDK17.0.2 S132 with FreeRTOS. I run into some stack overflow problem.I added DIS,BAS,NUS and DFU to my project,and if try to read DIS charistics on my phone...
What is difference between service specific data and manufacturer specific data in beacon nrf52840?
I have written like
//LG_SPECIFIC_DEVELOPMENT_START
service_specific_data...
Hi,
I'm playing around with the Bleutooth DTM sample ( https://github.com/nrfconnect/sdk-nrf/tree/master/samples/bluetooth/direct_test_mode ) on two nRF52840 boards. The...
Hello
Current software version nrf5_ SDK_ 14.2.0_ 17b948a uses chip nrf52832
Because the product needs to sleep, turn off the watchdog when entering sleep
The function...
Hello,
we bought a nRF52840 dongle and 949-NRF52840-DK in order to develop an ANT application.
However, the demo projects for ANT in the SDK are provided for a different...
Hi,
I am trying to read LIS3DH accelerometer with my nRF52832. I am using a custom board. Is there any tutorial or example that can help me? After some changes in the code...
Hello,
It is my first time using Nordic product as well as programming Bluetooth and I am working on a project in which I have to pair the nrf52840 dk and nrf52840 dongle...
Hello, I'm trying to add watchdog to my application based on SDK16.0 and NRF52811. In sdk_config.h I have added :
In my main.c :
I'm getting error :
What am I...
Dear ,
I have NRF52 board and X32_ble PIR sensor. sensor data send and I can easily access on android app but I have used UART program for acess data of BLE then I couldnt...