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 Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
The link https://www.nordicsemi.com/Products/Development-tools/nRF-Util/Download?lang=en#infotabs doesn't provide direct download URLs (for instance if this should be scripted...
I'm playing around w/ concurrently running ESB and BLE. Wanted to start off w/ the sample code provided here - https://github.com/too1/ncs-esb-ble-mpsl-demo . I was able to...
I'm currently porting a project that was originally developed on NRF5 SDK to Zephyr RTOS.
We used protobuf in varoius places. We also have multiple different conditional...
Hi,
We are using nRF5340 DK and the nRF Connect SDK Version 2.6.1.
We are experiencing an issue with disconnections. We use bt_conn_ref() when receiving...
NCS 2.6.1 nRF52840
I am changing my project from NCS 2.4.1 to NCS 2.6.1.
Looking here: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration...
I am using a module MS12SF1(nrf5340 + nrf7002). I wanted to perform dfu over ble by using nrf7002dk_nrf5340_cpuapp_ns or nrf7002dk_nrf5340_cpuapp build configurations but...
Hi, i am trying to port my project based on the matter light bulb sample to a PAN1780 module which also uses the nrf52840 I used before.
When building I receive this error...
Hi, I'd like to trace the Bluetooth behavior of the nRF Desktop sample post-pairing. I have an nrf52840 dongle running the sniffer, and can observe advertising packets. Could...
Hi
We have a legacy product with around 100.000 active devices. We still need to distribute new firmware releases, and we are using the "Chained DFU" app for this purpose...
Currently, my environment uses a mobile network shared through a wired connection to an RT-AX57 router. I am working in the VSCode environment using SDK v2.6.1. Devices: Nest...
I am trying to connect a nrf5340dk to a Jetson. For now I am testing with an Arduino. I am trying to run the CanCounter example with a device tree overlay file. Also I would...
Hi,
I tried to implement the CAF LEDs module as described here . But when added the Kconfig variable CONFIG_LED_PWM =y I got the error message "CONFIG_LED_PWM was assigned...
Hi,
I was developing on Visual Studio Code earlier, and for some reason, I cannot build pristine. If I try to edit the build configuration, it never loads, and if I try...
Hi,
we are trying to make the NORA-B126 (specifically its onboard LNA) work with nrf sdk 2.3.0 by modifying the 5340dk dts and defconfig files as specified in the NORA-B1_SIM_UBX...