Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
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...