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 would like to know the natural interrupt priority among different peripherals of nrf52840.
Specifically I am looking for default interrupt priority between RTC1 and TIMER1...
Hello, guys. I'm using the PCA10040 and the SDK 16.0's BLE UART peripheral example. I am trying to make PWM signal below.
When PWM0 stops, PWM2 works, and when PWM2 stops...
Hello everyone,
I am working on an nRF52-DK and getting familiar with Zephyr. In this process I am currently trying to extend the BLE MTU size beyond the default 23 bytes...
Hello,
My device is a USB HID peripheral connected to a PC. There is a case when the PC is turned off, but USB power is present. I want to detect this situation.
At the...
Is it possible to detect the presence of a Low Frequency Crystal and configure softdevice to use if present, otherwise use the internal RC oscillator?
A proposal would be...
Hi,
we have troubles to use 4wire NRF LPUART between nRF52840 (client) and nRF9160 Serial LTE Modem app (server).
We use v1.5.1 of nRF Connect SDK.
For nRF9160 we added...
Hello Team,
I want to know while Ble device is connected to the android device and within 5mins if device not get any data from android device then,
- Can device enter...
I am using sdk for mesh v.5 (s140.7.2.0) and nrf52840 DK and want to add uart peripheral into the client in the light switch mesh example and then trigger button 1 once a...
Hi,
I have written Hitachi AC IR transmitter using Smart remote 3 library.
Smart remote 3 library support 2 AC protocols, i.e., SIRC and NEC.
Kindly guide me how...
Hello, I essentially want to figure out a way to use the NFC buffer received by code like the writable_ndef_message example and have that same buffer, in the same code, advertise...
Hi
the new nRF9160 Modem FW 1.3 supports Non Ip Data Delivery (NIDD) on NB-IoT In nRF Connect SDK, there is a new example that can be used to test some modem functionalities...
develop tool is nrf5340dk and sample peripheral_uart in NCS1.5.0 ,when debugging , function uart_cb() alway run in case UART_RX_DISABLED and case UART_RX_BUF_RELEASED
,code...
Hello,
I am developing a product using nRF52840 and BLE communication of my product uses NUS.
SD: s140_nRF52_v7.0.1
SDK: nRF5_v16.0.0
Recently, I want to encrypt...