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,
I'm having problems connecting to my device, because whenever I do so, the SoftDevice asserts at address 0x12CFA.
I use softdevice S140 v6.0.0 and SDK v15.0.0.
I...
SAADC can't measure input voltage higher than VDD voltage. External battery (18650) voltage is higher than on-board VDD. There is very good article on your site explaining...
HI All
Im newbe in on that "field", so im apologize for stupid question.
I will like to check a optimal casing for my new product equiped with bluetooth comunication....
Hi,
I'm having trouble writing a long characteristic. I'm using the pc-ble-windows code from https://github.com/NordicSemiconductor/pc-ble-driver . I've compiled this and...
Hi,
I am using SDK15.2/3, I know the SDK peer manager has a feature to delete the oldest bonds if the flash memory is not enough to store a new bond. In this case, whether...
I want to transfer some data stored in nRF51822 to another BLE central device. I guess the idea is very similar to "ble_app_uart" example except that I don't need the part...
Hi. I have a project based on multi-link central with NUS service.
I can connect to multiple peers ok at the same time, disconnect etc. However if I am connected to one...
The Declaring attributes section of Zigbee stack API overview ( https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.thread_zigbee.v3.0.0%2Fusing_zigbee__z_c_l...
Interfacing to CC3100 and need to send socket data over spi that is 1400 bytes.
Assuming I would need to send 200 bytes X 7 and try to get the list array to work.
But...
I thought I had the logging figured out but when I try to develop the application, I always seem to end up with the same error.
I don't understand what causes this and thought...
Hi Experts!
I read some posts related to current measurement, and i have a question.
if SB9 is not opened, current consumption is increased??
i have a Source Measurement...
SDK 15.2 API 6.1 SES
I am trying to read manufacturer data. I know i am advertising it because i can see it on the nRF connect app on my phone. When i try an dparse the...
I'm trying to send data string from Central to Peripheral device using NUS.
If string length exceed 20 bytes then function return err_code = 12 (NRF_ERROR_DATA_SIZE).
...