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 Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hi Nordic's community,
I have a question about how to write values to different characteristic in one time ( the values to write are inferior to 2O bytes) with an Android...
Hi
I've implemented a BLE peripheral based on the SDK11. For bonding i'm using the new peer manager. If the code runs on a nRF51 DK the bonding works properly. After the...
Hi
I'm having problems with the I2C. For now what I see is the twi_transfer function remains in infinite loop. Other symtomp is the SDA line remains normally at low level...
Hello,
I am currently trying to transmit around 800kbps of data using the Nordic ESB protocol. I am also attempting to sample 2 inputs using the SAADC at around 32 khz...
Hi,
We try to communicate between nRF51822 SoC and a GPS module through UART on a custom board but failed initializing UART.
More details:
We use nRF51822 as a...
Hi i use a soft with DFU and Beacon.
I will use the beacon and when i press on a button i can update the software with DFU.
DFU and BEACON works independently but when i...
Hi. We are going to mass production now and the 3rd party lab that will certify our product says we need to have a special mode in the firmware that would do :
continuous...
Hello Nordic! Regarding Notifications on the s110, once sd_ble_gatts_hvx(conn_handle, ¶ms) returns NRF_SUCCESS , how long does it take, at most, in units of CI (Connection...
Dear sir.
I have question of SPI slave communication.
[NRF_SPIS1->TXDPTR] is a point to address of TX buffer.
After [spi_slave_buffers_set] is called and SPI transaction...
I've successfully compiled, flashed, and run the SDK11 ESB examples on nRF52 DKs using GCC, and am trying unsuccessfully to get them to work on the Keil 5.20 IDE.
I've...
I tried to get the ble_app_proximity example to work today, with either the nRF51-DK, nRF51-Dongle or nRF52-DK, along with the Nordic Connect app on Android.
I encounter...
I am working on application where the nrf51 will read information from several sensors and send the data to a smartphone app via BLE. Among the sensors are one that sends...
Hi, I am trying to get my ble400 board working with nRF51822 chip. I downloaded SDK v11 and made all nedded preparation. I have successfully compiled blinky app, and everything...
Hi Nordic Tech support team,
I'm Hardware design engineer and working on wearable IoT design and would like to implement OTA programming for nRF52832 Bluetooth SoC.Kindly...