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...
I have a PCB made for my project. I want to read log from RTT. When I try the same software in the development kit, I can read from RTT. But when I want to read from the PCB...
Hi,
I have a proyect with the following memory requirements.
The current project has a propietary bootloader and bare-metal application. Therefore there is no Zephyr...
Hallo,
In the BSP startup files for the nRF5340 (gcc_startup_nrf5340_application.S & gcc_startup_nrf5340_network.S) the interrupt vectors USPTn_IRQHandler (n=0,...,3) are...
I hope someone can help me here with my question.
In my project we are using a nrf9160 with modem fw version 1.3.5. The application sends/receives data periodically (1 hour...
Hello and thanks for reading.
I have a critical problem with my device, and seeing as the problem is BLE related I figured I would ask your help as well. We are using the...
I'm using an nRF9160-DK board with the provided iBASIS SIM card. I followed the instructions here: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.4.0/nrf/working_with_nrf...
Hi, I have a problem related to DFU OTA through BLE
When performing OTA through Bluetooth, I encountered the following issue:
Firmware built in the same build can be successfully...
Hello, I started looking into the DPPI from NRF5340 series and planning to integrate some functionality into an existing zephyr-based project. Specifically, I need timer-based...
Hey team,
We're having trouble with our device. It's been working fine, sending messages to our backend without a hitch. But after a while, it starts having problems connecting...
Hello.
The MCU of our new design will be the nRF52832.
I would like to know if it is ok to read the voltage of the battery that powers the system, nominal voltage of 3...
Dear support team,
1. Can mesh provisioner configure multiple devices at one time? For example, there are five unprovisioned devices within the provisioner's network. Can...
Hello,
I cannot flash the nRF52840 Dongle using Programmer 4.3.0 with hex file sniffer_nrf52840dk_nrf52840_4.1.1.hex.
The option for writing is grayed out. =
- python...
While developing, I usually connect to the Serial COM Port to see my print statements.
However, when the devices crashes, only "*** Booting nRF Connect SDK v2.5.1 ***" is...
I've got a project that I'm going to want to do DFU through the UART, and in order to transfer files in a follow-on activity, I want SMP running in the application. Therefore...
We're trying to connect to our Azure Iot Hub using the Azure Iot Hub library provided by Nrf Connect Sdk 2.6.0 (without DPS). We're currently using the evaluation board to...