We are looking to do DFU over UART to the Application as described in DevAcademy nRF Connect SDK Intermediate, Lesson 8, Exercise 1, Step 5. However, we have only one UART...
I am working to convert from Thingy 91 to Thingy 91x. I have successfully used the modem_shell with RTT output and control and the overlay does not seem to work with SDK 2...
Hello I am looking for the IBIS model for nRF52840 for signal integrity simulations. I saw similar requests older than 2yr and I am wondering if now the model is available...
Hi, I am having problem making DFU work on nrf52832 using nrf connect sdk 2.6.0. Below is my mcuboot.conf under child_image and prj.conf. Please guide me where I am wrong...
Hi all,
I am running the lsm6dso zephyr sample on my nrf52833 dev kit. I am unable to set the sampling frequency. I get this error after flashing:
This is my overlay...
I am looking into the possibility of using an nRF5340DK to probe SPI pins. For context:
There is a total of 3 devices in the system: the master and slave being used primarily...
I refer to and the answer answer given by AI referring me to you.
I need the lithium battery only to about 8-bit accuracy to reduce the leakage current. Please provide...
Hi,
We use Mesh SDK 3.2.0 and 15.3.0 SDK
We were developing a LPN example and we ended up having a bunch of models on the node which increased the composition data size...
I have a device with a Secure-DFU bootloader on it. I was wondering what it would take to OTA update it to the Mesh-DFU bootloader.
Some background around the use-case...
Hi,
I'm using the lighting example within the nRF5 SDK for Mesh. I'm using a static provisioning, one light client and one light server. Both the client and server implement...
When configuring a BLE mesh network, one have to set a netkey. Are there any requirements for generating this key or can this be any random sequence of numbers.
Hi Dears,
I am using the pc-ble-friver-py-0.1.0 for the nRF5840-Dongle development, I have an issue with the ble scan:
I used the function ble_gap_scan_start to aotu...
Hi there
I'm struggling with the usbd_cdc_acm example.
I want combine the ble_app_uart and the usbd_cdc_acm example to use my ble central role with nus and usb at the...
Hi everyone, I have been using for a while the Adafruit nRF52 Feather board, programming BLE related apps using the Arduino IDE using the Bluefruit library for BLE.
I wanted...
Hello everyone, I have a custom board based on the QIAA layout, when i try to flash the bluetooth beacon example from the zephyr samples directory, the board does not advertise...
I have implemented a project that incorporates the 802.15.4 radio driver for use with a in-house developed router stack.
The implementation appears to work fine between...
Hi,
I've been working on UDP comunication so I looked into an example posted in the devzone that uses UDP (fetch time over NTP). I'm able to build and flash this application...
Hello,
I want to change the channel mask of the advertising channels like this
m_advertising.adv_params.channel_mask[4] = 0xC0; // only Channel 37
and sniff it.
I...
Hello I am a new user in the BLE world.
I am using the nRF52 DK board and trying to program it via PlatformIO by visual studio code i.e coding with arduino programming C...
Hi,
I'm looking for some design guidance on how to properly secure the device, code, access tokens etc.
- Does secure boot protect the device from being re-flashed...
I am using BQ25120A with nrf52832, but when I power up the nrf52 with battery then it continuously reboots. What is the reason behind this and how should I overcome it? Initially...