I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
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 Community,
I flashed latest modem firmware in my nRF9160 DK board and my board has version 0.8.5. I am working on GPS example and successfully flashed GPS firmware...
Hello,
I am using Unity game engine to edit my project and I need to add a ble DFU function into my project at this moment. I had download a ble plugin from the unity store...
Hi,
I have 3 of nRF52840 boards, SDK V2.2.0 and nRF SDK V15.0.0.
I already tested the light switch control example, and saw it working with one client and 2 servers and...
Hi Nordic,
I have added new files to my project and added their path to user include directories of common configurations. When I build I am getting this error "No Source...
On my macOS Mojave, I have followed the 'Getting Started Assistant' in setting up the development environment for the nRF9160 but I am unable to load the asset tracker project...
Hello,
I am developing firmware for nRF52810 with SDK 15.0.0 and I need the OTA DFU features (buttonless DFU to be more specific) but there is no DFU demo for nRF52810....
Hi,
When trying to drive a motor driver, my nRF52 DK board is damaged with power rail 3.0V dropped to 0.5V.
After I desolder the interface MCU, the supply comes back...
Hi,
What is the limitation in terms of the number of bytes that can be sent over the UART to be sent over BLE on the usart ble example? I tried sending 32 bytes and it worked...
Greetings,
I am working with serial mesh (nrfSDk 15.2 for mesh 3.1 with softdevice s132_nrf52_6.1.0) .
1. I followed the serial example available and its working.
2...
Env: nrf52, sdk15, ubuntu, SES
Hi First steps on fstorage. As I just need to store and read an array of some bytes I have chosen fstorage
and I got this as output...
Hi,
I am working on DFU over Mesh for quite a bit now. I did run few tests but never run the DFU on a large network comprising of 100+ nodes. SO, I have questions about...
Hello
We are trying to finalize the layout we need for a nRF9160 module with gps capabilities.
I have downloaded the schematics and layout for the devkit V0.8.5.
what...
my code based on file "nRF5_SDK_14.0.0_3bcc1f7.zip".my hardware based on nrf52832QFAA.
my options set as:
project “bootloader_secure_ble”:
project “ ble_app_hrs ”with...
I changed the bootloader size by changing the flash start address (in the .icf file, from 0xf8000, to 0xf7000). I just want to check what other files/settings needs to be...