Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi , so I witnessed this weird phenomenon:
When I use the simple On-Off-Model (as a base for a custom vendor model) in the switch application, the handle_set function in...
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...