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 want to know about following things:
1). NRF_SDH_BLE_GATT_MAX_MTU_SIZE
2). NRF_SDH_BLE_GAP_DATA_LENGTH
3). NRF_SDH_BLE_GAP_EVENT_LENGTH
4). Connection event length...
Hi There,
I facing one critical issue with softdevice, I cannot get it work in freertos environment.
Hardware: customized board based on PCA10056
SW: nRF5_SDK_15.2.0_9412b96...
HI
I am using the I2S on the nRF52840DK I have constructed an array and all works well except once I start it , it continues to run, I cant get it to play the sample just...
Hi,
In the product I developed, there is a UI flow about the mode of pairing and binding, which has a limitation that it can only be paired and bound when entering this...
My nRF52 only advertises NUS.
When a phone connects (Android or iPhone), I want to force bonding.
It seems to be related to security. I have tried a couple things, but...
Hello ,
I am using nrf52810 and i have my own code and once its compiled hex file is created so if in case if i missed my source code and i had only my hex file is it possible...
HI I am using nRF52DK as central and peripheral. UART example was used in nRF52DK as central, and blinky examples were put in the rest of nRF52DKs to test the connection....
Hi,
Disconnecting connection during DFU, then DFU never works again.
I reboot device many times.
Application works fine and soft device works fine, buf DFU still fails...
Dear Dev-Zone Team,
I just got my PPK2 and wanted to test it on the nrf52840
It seams to work fine, I can see the advertisement peaks, however the average power consumption...
I am using vscode with NCS 1.9. I am trying to add RTT logs to MCUBoot as the product I am developing won't have an exposed Serial port. I started with the hello_world example...
SDK: NCS 1.8.0
Based on: Peripheral LBS example
Central: Mobile (iPhone)
Peripheral: nRF52832
Hello,
We are attempting to abstract the FOTA service within our custom...
nRF SDK Version 16.0.0 nRF52840 iOS version 15.2 I'm having an issue with my iPhone displaying incorrect characteristic data after doing a DFU to my nRF device, re-connecting...
Hello,
I am trying to set up the IDE extentions in VScode. When I try to connect my thingy91 it doesn't show up in the connected devices window. When I connect my nRF52832...
i am trying to develop a monitoring system for musician and low latency audio streaming is key!. preferable below 10ms i would wat to at least stream cd quality audio 128kbps...
Hi,
I am using LIBUARTE on our custom board. The UARTE is talking to a device which may temporarily be powered-down while the system is in low-power state.
Two questions...