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,
I'm the author of the following question and a lot of context information about the state of our custom application can be gathered from there: registration...
Hi,
In my app I have been using the following to register my state change callback. This works. Only issue is it seem to only pass ot_instance, I cant pass a user data to...
Hello All,
I am attempting to use the scanning module to scan with a multiple filters. UUID and NAME filters to be exact.
I have done some testing with the code below...
We are seeing different behavior/performance on our system depending on whether we reset the system using JTAG (JLinkRTT Viewer) or we power cycle the system.
Our project...
Hi,
we would like to extend the measurement range of the PPK2 beyond 0.6 A in source meter mode, e.g. to measure the power usage of a Raspberry Pi. We know that this might...
I need a checksum to verify integrity of some data blocsk. As I saw, that the nrf5340 hardware has some builtin support for SHA-256, I though: cool, let's use SHA-256
Now...
Hi,
I build a custom board (nRF52840) but I'm not able to flash it using nRF5340DK with J-Flash via SWD interface.
1. The first thing I did was to do a full chip erase...
Hi,
Is it possible to communicate with the nrf52840 dongle from an android application via USB port ?
That is, nrf52840 dongle will be inserted to the android phone's...
Take Bluetooth UART as an example, there will be a delay in the process of sending data from the peripheral device to the central device to receive the data.
What factors...
Hi, I'm developing for a custom project board which only has the SWD pins exposed, which I'm using for (1) programming and (2) RTT logging during development.
Once the device...
I'm working on adapting ST's RFAL NFC library for ST25R3916B/X-NUCLEO-NFC08A1 on an nRF5340/DK in order to emulate an NFC tag, and would appreciate some insight into how Zephyr...
Hi, I use NCS v2.6.1 I have taken Central and peripheral HR as an example and am trying to modify it to make the Central/Peripheral UART example work similarly.
I briefly...
Hello,
I'd like to add the transmission of an I2C recovery pulse (where you toggle SCK 10 times) to my startup routine for an offboard device whose state I'm uncertain of...
Hello Nordic team,
I was wondering if it's possible to start the MCU boot from the application at runtime.
What I want is to be able to restart my product and run...