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,
We are currently testing DFU upgrades on Android. In my current setup I have two different phones, a Sony one running Android 8 and a OnePlus running Android 10.
The...
We have a device (in central mode) initiating a secure connection to a peripheral (slave) via the usage of `pm_conn_secure(conn_handle, false)`. This results in a `PM_EVT_CONN_SEC_SUCCEEDED...
Hi All,
I want to convert analog input into digital using SAADC on nRF52840 DK. After that to push the SAADC output through the Bluetooth (nRF connect bluetooth mobile application...
Hi,
Recently,i try to install the tool chain of nrf connect sdk as the instruction as guide。After installed west,then run command “west update”,but got an error:
Can...
Hi ... folks
I am using nRF52832 and analog IR sensor , Working with the example saadc . In this case , i am giving the IR sensor input voltage as 5v , analog pin 2 .I am...
Hi,
I am using NRF52832 Development board, SDK(nRF5_SDK_15.3.0_59ac345) from this i am using (/nRF5_SDK_15.3.0_59ac345 (4)/examples/ble_peripheral/ble_app_uart) example...
Is the nRF52 RSSI block of the RADIO module based on the entire 2.4GHz ISM band, or can it be configured to only measure a given 1-2MHz band of interest? According to the...
I'm using the serial library for the first time. What are the advantages/disadvantages of using IRQ and DMA? How should FIFO queue and buffer sizes be chosen?
Hi,
I am using the following code to implement a millisecond timer read function. In main, while loop, I do nothing but run a 1ms delay and measure the time in mill second...
Hello, I'm a researcher.
I wanna use Bluetooth CTE(Constant Tone Extension) feature with 1-antenna TX + 1-antenna RX.
I have seen some articles that nRF52840 DK does...
I am using nRF52832 with SDK 16.0.0. I have a simple application that uses SAADC and BLE. It reads values from three channels AIN0, AIN2 and AIN4 and sends them via BLE every...
hi all,
we're developping an application to control the frequency and the duty cycle of a pwm signal throuth ble .
firstly we have built both the functionalities separatly...
So, this library in the SDK looks pretty much exactly what I'm looking for. basic data record storage functionality with a focus on safe record writing under battery power...