Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
how i change my ip in ipv6_coap_server example use ipv6_address_set / ipv6_address_remove API.
To...
Hi everyone, Is there a demo or project code showing BLE transfer between two Nordic chips/devkits with a data rate more than 2mbps using 4mbps phy? Thanks.
Hello,
how is it possible to determine the SDK and Toolchain used when opening an NRFconnect Terminal in VSCode.
It automatically opens the terminal with the 2.8 Toolchain...
Hello,
For my project, I want to develop a Zigbee coordinator for the Thingy:91 that receives reports from end devices and it publishes the values to the cloud. I've developed...
I am currently running nRF Connect Desktop App on Apple M2 chip (ARM64 ; 23.6.0 Darwin Kernel Version 23.6.0)
I have installed nrfconnect-5.1.0-arm64.dmg
Two major issue...
I can read above 3000 samples from accelerometer, before connecting to BLE, but after connecting to BLE the data rate reduces to 200 samples. This is clearly checked and identified...
I have been using VS Code and nRF Connect extensions for over 1 year. I run on a Mac Mini computer with Apple M2 processor. I recently updated the macOS to Sequoia Version...
I'm trying to build my project for nRF54L15 DK. The project uses mcuboot. When mcuboot is being built, I get following warning:
I guess the problem is caused by the config...
Hi, DevZone,
Our customer, Hosiden Osaka, wants to get the recommened foot print regarding nRF54L15, that is, the following each land pattern respectively;
- WLCSP 300um...
I am writing a program for the nRF52805 for use in a battery-operated remote. It needs to wake up from sleep when any button is pressed, perform the interrupt (blinking an...
I have found that in NCS SDK 2.6.2 it was very simple to enable FLASH_SIMULATOR as part of the mcuboot configuration overlays. But starting from SDK 2.7.0, I keep getting...
Hello.
I found this in the sx126x .c driver :
These lines did not allow adding more than one device to the overlay . I removed this code and rewrote all driver files...
example Matter_light_switch in vs code
version using nrf connect sdk -> v2.8.0
manage tool-chain version v2.8.0
nrf52840dk
getting error while building code
...
Hi,
I follow the execise https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-8-bootloaders-and-dfu-fota/topic/device-firmware-update-dfu-essentials...