Hello,
We have an nrf5340 custom board and during frequent BLE connections/disconnections sometimes it seems the netcore gets stuck. We are connecting to an iOS app and...
Hi
for DFU is bluetooth used by default. Your DFU app suports only using bluetooth to do a DFU.
Do you have any tools to do a DFU over NFC? Or do I have to write a tool...
Hi,
I'm developing on the current setup:
nRF52840
Soft Device 140 version 7.2.0
SDK 17.1.0
MDK: 8.51
Segger v4.52c
Secure bootloader (DFU)
I don't define...
Hi,
on a Mac, I am trying to install credentials to a nRF9160 using device_credentials_installer.py.
The nRF9160 is running the AT Host application. I can connect to it...
Hi,
I am unable to use the new nrfutil to do even a device reset of my devkit. I have installed the recommended segger version and the apple-silicon version of nrfutil...
I built an application on the NRF52 Development Kit.
I was using the old NRF serial application with the retargetio.c file to push data out through the serial port.
I...
Hello
I am trying to build the Zephyr mesh distributor sample on the nRF 52840 dongle
It builds and runs just find on the nRF52840 DK
But when I try to build for the...
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 -----------...
Hi,
I'm debugging some incorrect PPI configuration. I found I can not see see all the registers in Eclipse. I have the latest MCU plugging (4.5.1) installed and the latest...
SDK 15.2.0
I migrated ble_app_buttonless_dfu to our project, and test DFU with android nRF Tool. Everything work fine.
But when tring on iOS nRF Tool, it always stop in...