Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Is there any code example for storing application data using the zboss stack? I have only found this:
There are two predefined dataset IDs for a user application: ZB_NVRAM_APP_DATA1...
Hello,
I am having an issue where it appears that my hardware timer interrupts can occasionally be delayed by upwards of 20 ms or even be missed entirely. My code is based...
Hello,
I want to update to softdevice v7.0.0 on my nRF52832 based project.
The DFU FWIDs are listed here:
https://github.com/NordicSemiconductor/pc-nrfutil
However...
Hi,
I'm working with an NRF52 Dev Kit and we want to implement OTA DFU using BLE as we have in a previous project. All our projects are worked on in Segger Embedded Studio...
Hi,
I'm trying to send CoAP messages from an Raspberry Pi3 B to an nRF52 DK with Obersve_server on it.
What i've done :
I'ive edited radvd.conf like this :
then...
The following code snippet works if the Bluetooth LE device is NOT paired. After pairing the same device, the call to WriteClientCharacteristicConfigurationDescriptorAsync...
Hello,
i have a Problem with the COM ports of Windows starting the example.py from the nAN34_v1.01 application. I have configured the COM Ports in the example.py in the...
We would like to know if there is a way to flash the Thingy52 over the air programmatically. To give you an example, say we have 500 Thingy52 devices and they all need updates...
Hi,
i am working on nRF52832 Custom board ,debugged the uart program . i have powered on the chip using coin cell cr2032 and i have set the timer , so every one minute it...
Using the latest download and install of nrfconnect and nrf command line utils for a Win 64 machine, I am still finding that the PPK tools are unable to connect using the...
I started getting an error today when attempting to load the nRF9160 sample projects. I've been working with the DK and the samples for several months and had no issues. I...
Hi,
I am wondering if the SoftDevice preserves the order of the sd_ble_gattc_write calls internally when mixing WRITE_REQ and WRITE_CMD?
If I queue a packet using WRITE_CMD...
I have been tearing my hair over a really odd behaviour... We are using an nRF52811 based module that interfaces with another microcontroller via SPI. The 52811 is the SPI...
Hello,
I am trying to ultimately make a script which will compile the code for my Thingy52 and also automatically program it through the development kit.
As a part of...