Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
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...