Hello team, I am currently working on the distance measurement functionality using the development kit (nRF5340 and SDK: v2.9.0). At present, the distance measurement runs...
Hi,
Right now I'm looking down at the nrf52840 datasheet, because I would like to do a project with such MCU, but I got to the part of the integrated DCDC converters and...
Im working with:
-Windows Nordic Connect for Desktop App v5.20.
-Direct Test Mode v2.5.0
-nRF54L15 flashed with ncs v2.9.0 direct_test_mode example
There is currently...
Dear team, in my design I'm using MCUBOOT to perform FOTA DFU over BLE and I need some confirmation about the building process to be sure to do all the step in a properly...
Hi!
I'm migrating my development environment to arm-based Mac. I succeed to install nRF Connect for Desktop app for aarch64 architecture, but struggling to get Bluetooth...
Background
Our device uses the CONFIG_LTE_NETWORK_TIMEOUT option from LTE Link Control, which by default is set to 600 seconds (10 minutes). I haven’t found any specific...
Hi all,
I am using and nrf9160, in particular a thingy91. It is running 1.3.7 firmware. I have the SLM sample loaded and can sent AT commands to the device using the nRF...
Hello,
I'm wondering if it is possible to use the Bluetooth without using the scheduler.
Indeed, I'm developping an application which doesn't use Bluetooth up to now,...
Hello,
I am programming nRF51 on Keil. My app uses BLE with softdevice S130, PWM, and I2C communication with two sensors. Also RTT for debugging.
I have already reached...
Hi there!
I use RedBearLabs Nano (nRF51822) for at setup where I've developed BLE code in Arduino to communicate with apps on both iOS and Android.
Now I need to ensure...
Hello,
We recently received an eval kit the the nRF52832, but we were told not to take current measurements with this version. This presents a problem since we are evaluating...
I am using this mbed workthrough, to create a custom GATT Service in C++. However, this code only creates characteristics with UUIDs:
uint16_t percentageUUID = 0xA002;...
This thread mentions having the master read the DFU Revision Characteristic to determine the DFU revision. I've based my DFU and application off the dfu_dual_bank_ble_310_pca10028...
Could you estimate the free space for Application on nRF51 and mRF52, on this case for Homekit with FOTA :
Boot Loadeer with FOTA
Homekit Enable
BLE Software Device...
What are the options to update firmware (Application/Bootloader/Softdevices) for multiple devices built on NRF51x22 ?
Using Master Control Panel could take days programming...
Dear Nordic Team,
I am using HID mouse example code in my nordic dk board.
I can able implemented fallowing logic in my code to do left , right and middle button click...
Hi,
I am using nRF51422 with SDK 9.0 and SoftDevice130 with nus service. I have a custom android app running on BLE uart service. Data communication and connection handling...
How to save the uart app on my nrf51dk board? it only runs when i connect it with the usb. another question nrf51dk have a nrf51822 chip(SoC)?
please help me out. i want...
Hi,
I have installed EmBlocks 3.2 (the last one) but only extremely simple examples will compile.
It appears that the support files in wizard/arm/nordic/nordic.zip/Common...
I have been struggling with the custom characteristic implementation. I have followed the great tutorial on custom service that is online but there is really no doc or information...
The nRF Beacons iPhone or Android app requires adding a new beacon devices in order to notified events. Is it a must for beacons? Or is it just a one step for examples. In...
I try to advertise with a custom UUID and I do not know how to do it.
The standard services works with 16 bits and I need to work with 128 bits
So how can I do it?
Thanks...