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...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
I am using BLE mesh SDK V1.0.1. I want to know the answers of following questions,
1. What are the advertising and scanning parameters used for flooding in Mesh?
2. Does...
hey, how can i get on the device pca id which is also printed on the nordic chip on the board.
i use the mesh light on off example and need this id to send beacons with...
The code was already done in another system and it worked successfully.But when I tried to build the same code in my system it shows some error like this "cannot move location...
Hello,
I have brought new PCA10056 board for BLE5 evaluation but hard part is board is not getting detected in nRFgo studio nor in Keil.
I can see COM port getting generated...
As we are building our Mesh stack on the Nordic nRF52840 boards we realized that the fixes applied to mbedOS 5.9.4 would fix some of our problems. Does anyone have experience...
Hi!
SDK:nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_ancs_c\pca10056\s140\arm5_no_packs
Development board:pca10056,V0.9.1.
Because the current process of...
Hi Everyone
Here is what i am trying to achieve with nrf52840 PDK , SDK15.0 And Segger Embedded Stuido
1. I want to create a text file with "HELLO WORLD!" in it.
2....
In the Lower transport layer, segmentation will be carried out. The concept of a place is not very clear. Can you help me?
SeqAuth = IV Index + first segment SEQ = 56bit...
Hi,
I have been trying to implement a Bluetooth keyboard functionality using the nRF52DK. So, from my understanding, what the example program "ble_app_hids_keyboard" present...
I am trying to communicate between peripheral device (nordic nRF52840) with another device (let us say ubuntu device) with ubunutu as OS and Bluez bluetooth stack. I have...
I am trying to implement UART service which should act as both central and peripheral at a time.
So, I started implementing ble_uart peripheral service into the central...
Hi,
I'm testing the nrfutil tool for DFU in windows but it seems that when running nrfutil keys --gen-key private_key.txt I get " no such option: --gen-key" , using nrfutil...
Hello,
I have been developing firmware on a custom nRF51 board.
Upon testing firmware that involved BLE advertising,scanning, UART communication over BLE and FDS, i observed...