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...
The Dev Board has a connector J1 to connect an external aerial, I want to check the long range BLE feature. Are there any PCB modifications required to the PCB to use this...
I've attached a Wireshark capture of an issue I am attempting to troubleshoot. I am confused as to why the peripheral is sending an Exchange MTU Request (No. 157) to the central...
Do you have an example of the beacon code without running zephyr? My impression is that Nordic is forcing me to us to use Zephyr but I'm probably wrong. For my application...
Hello,
I just have a basic query. I am using soft device S132. In the product specification, it's written that interrupts occur while advertising/scanning/connection....
When I try to build the AGPS sample (west build --pristine -b nrf9160dk_nrf9160ns) with SUPL support (added CONFIG_AGPS_SRC_SUPL=y) I get the following error:
cmd.exe /C...
Hi,
I have purchased an nRf52DK set for developing BLE applications. I am using the Segger Embedded Studio (SES) with GCC and SDK version 16 for development.
I have two...
hello Nordic
i am working with nrf52840, sdk 16.0
i am building my project over the peripheral app_ble_blinky example
i whish to have 2 seprate configs for saadc ...
I am trying to use the dongle as a sniffer. I followed the following instructions to download sniffer code onto the dongle:
#### nRF52840-Dongle (PCA10059)
1. Download...
Modify peripheral UART example to use a GPIO pin as 1-wire interface to read DS18B20 temperature sensor.
This modified code works for RBL BLE Nano v2.0 (nRF52832, nRF5 SDK...
Hi I am trying to get the ble_app_uart to run on my nRF52DK with the nRF52832 on board. I am using SDK version 16 and SoftDevice version 132. When compile and download the...
I'm trying to make a BLE app with nRF52832 DK, SDK v16.0.0, based on ble_app_hrs example.
After pairing on central device (smart phone), or CONNECT on nRF Connect app and...