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 know that the default handle value of device name is 3, but in my application i am not getting the default device name handle, is it possible to change the device...
I want to save precious CPU cycles by writing 40 i2c (TWI) registers in one shot. Can I somehow set up the TWI master to write 40 registers (each 16-byte address with 8-bit...
What is the maximum length of pdu for ble advertisement? I have ported the example application of solar powered beacon without softdevice.
I just wanted to know if it was...
For what I understand of the doc and this question it is possible to turn off the SD, turn it on later and then use the settings as normal.
Is it possible to turn on the...
Using nRF52; S132 v4.0.3
I'm getting NRF_ERROR_DATA_SIZE error return from sd_ble_evt_get and event length from call is 20 which is smaller than my buffer so it shouldn...
Hello everyone,
Currently we're writing a small program for the NRF52 (PCA10040), which has to communicate via SPI to an IMU (MPU-9250). The code is working correctly,...
Hi,
I am using SDK 11 , nRF52 DK . IAR 7.5
In current implementation I am flashing a sofdevice s132 and the bootloader by the nrfjprog.exe but if I am flashing the app this...
NRF52832 S132 MPU6050 TWI
I want to finish the function:
1. When the ACC, GYRO data update, the INT pin to generate an interrupt, and then in the P026 pin configuration...
hi team,
i need to receive data via uart0 without uart_irq handler. i am using simple_uart .h library. please any one reply me...
need urgently...
thanks advance
hello,
I am using nrf52 dk. I am doing a project that uart send the adc data through bluetooth to nRF UART v2.0 app for every 10msec. but when i am transmitting the data...
I'm sure the same question has been asked in a few different forms, but hoping for some ideas. . .
Is there a way to retain 32 bits of information across a watchdog reset...