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 am designing a BLE device. Want to make the PCB as small as possible. to download the code/debug etc I need the a connecter on the board which can connect to the nrf52 preview...
Please excuse my ignorance, My company is designing in the nRF52832 for our first product using both ANT and BLE. From looking at the documentation on thisisant.com there...
I've got a strange problem with updating my Magnet-Characteristic.
I use a service with 4 characteristics (Gyro, Acc, Mag and Temp Values) and update them on a timer base...
Hello,
Two issues want to ask, after tried the BLE_NUS example code.
From other posts, still does not exist clear solution (example, pictures) ?
Sure has an application...
Hello,
I am working with the uart module. While configuring the uart I encounter 2 issues.
First when in the uart_init function the pin for uart output is configured...
Hi,
I am using nrf51822(128k), SD 6.0, SDK 5.2.
I found that nrf uart v2.0 app will add a "0x0A" at the end of data that I want to send.
How can I remove this?
Thank...
Hi all,
I have a few questions:
How is that ADC's common mode rejection capabilities? Rejection for 60 Hz interference, etc...
The datasheet has "typical...
I've never used Gnu's GCC before, but after 20 hours of trying and failing to install it on my macbook, I'm finding a shining hatred. I've downloaded their exhaustive list...
I migrated to nrf52 and countering some problems.
I am trying to sample 4 pins every 2ms with SAADC.
I started with Example here .
I simply changed
uint32_t ticks...
I've got a gyro I want to read some data from, but I don't know the values and can't verify if they got read correctly. When does nrf_drv_spi_transfer start to read?
i...
Hi, i;m trying to build the "nrf52-ble-app-lbs" example which i downloaded from git hub github.com/NordicSemiconducto....
I followed the instructions in the README file...
I'm thinking about changing ADC resolution during operation.
What I want to do is:
start
・Operate in 8bit ADC(normal time)
↓
・Operate in 10bit ADC(particular...
I want to use NRF51 DK to sample 2 analog signal continuously (300Hz) and send it to a smartphone using BLE.
I need advice on
Which nrf example to use to code my DK...