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...
We have already developed firmware for our product using SDK nRF5 SDK v14.2.0 with Soft device S132 V5.0.0. For the new product development, we plan to use the Soft device...
Hello all,
We are trying to use Background DFU.
We are able to trigger using "background_dfu_validate_trigger" and "background_dfu_process_trigger". Process the init packet...
Hi,
I'm looking to connect DAC 5504 ( By AD ) to my NRF52840 based design.
I was wondering if a similar work has been done before ? I can use a good reference code
...
Hi!,
Im curious of what the below module (U34) does within the GPS circuit?
Also, what does the MAGPIO0 "55" do?, can I use one of the GPIOS for enabling the GPS?...
Hello All,
I created a BLE service (relay service) to be able to turn ON or OFF a relay switch. The relay switch hardware is attached to Adafruit Bluefruit Feather (nRF52832...
Hi,
As i know that the nRF52840 DK having thread, Ant and zigbee supports. Till now we can tested examples using the DK's only. Now am eagerly waiting to know that is...
Hi.
I use SDK15.3 (PCA10056 NRF52840) USB MSC example.
i can enumerate disk, creat file and delete file. but i can not edit file.
When I edited the file, re-plugged...
Hello! i am working with nrf5-ble-mpu-data-ready-interrupts example from github, I defined twi, could compile it without errors. But the case it, it doesn't advertise and...
Hi,
I'm trying to get my NRF52840 to minimum current in sleep, but got stuck around 440 uA. Reading through the various posts about sleep current for this type of device...
Hello,
I have created a service with three characteristics in which the 1st and 3rd characteristics have all the three Notify, read, write properties. The second characteristic...
Hi!
I'm try restrict device connections with whitelist.
Code based on examples/ble_peripheral/ble_app_hids_mouse.
My problem - any devices can bond and connect even...
Hi,
Using power profiler I measured power consumption of BLE mesh and it gives ~12mA.
What I would like to know is why the device is consuming more power during scan....
Hello. I am currently developing a program for BLE communication. At that time, when a notification from the communication partner comes, the handler function is called, and...
Hi,
If zigbee_erase_persistent_storage is ZB_TRUE at coordinator, only commission within 3 minutes is accepted.
If zigbee_erase_persistent_storage is ZB_FALSE, any ZED...
Hi,
I am on verifying long run test.
environment
SDK : v3.1.0
PS storage : not erase (ZB_FALSE); ==> zigbee_erase_persistent_storage(ZB_FALSE);
ZC -----------...