I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
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...
Dear Nordic family,
I am using Bluetooth Low Energy, Beacon module with ARM Core from Tindie ( Product link ). The reference manual from their website is attached IMM-NRF51822_RefMan...
I am trying to work on ble_app_uart example project working.
I am able to see that the "nus_data_handler" is triggered when any data is received over the BLE channel. On...
[Duplicate question. See the original post here ]
Dear Nordic team,
I have purchased Bluetooth Low Energy, Beacon module with ARM Core from Tindie
They gave me...
Hi,
Im trying to send data via the NUS service which is larger than 20 bytes. I understand that I have to break down the data into chunks in this case, which is what I...
I am new to embedded programming.
I use JLINKEXE (on Mac) to load the S110 softdevice and my application. When I am in the debugger, the app loads and all runs as expected...
Hi there! Running a bootloder of sdk 9.0 on nrf51822, a problem occurred in a special way. In a normal way, program softdevice and bootloader with studio respectively, then...
I will write time to my ble device and need write uint32_t via characteristic. When i try only (uint8_t)data[0] is correct.
How can I do writable characteristics (uint32_t...