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...
I'm using nrf52840 s140
I am trying to minimize a power consuming when there is no need to advertise but stay system on. Would nrf_sdh_suspend() be helpful?
if not, what...
Hello,
I am trying to upload the BLE DFU Secure bootloader onto my nRF52 DK for OTA programming, but I keep getting the build error "#error "D ebug public key not valid...
Hi,
I am simply trying to send a sample of data from a TWI sensor to smartphone via BLE with a 2 second delay between each send.
I've adapted the ble_app_uart and twi_sensor...
github.com/.../ble_app_uart_adc_simple
I have flashed the above program in the link on to my nrf51822 DK. I can see the values of the samples but i do not understand what...
Hi
I used your example to try out the ADC.
If I have 10 or 12 bit ADC selected and I am collecting 4 samples as per the example and I select 8x oversampling I assume this...
Hi there
I have nrf52 DK - PCA10040 which I believe contains nRF52832 IC
I have designed a new PCB that contains BT832 (nRF52832) module from Fanstel
My board is powered...
Hi all,
We are trying to use buttonless dfu for actual products.
We already finished testing dfu using \nRF5_SDK_15.2.0_9412b96\examples\dfu\secure_bootloader\pca10056_ble...
I have been setting up nRF9160 DK following nRF Connect SDK.
OS: Windows 10, 32 bit
I have trouble when I load asset_tracker.
I guess ninja would be related to this...
Hi,
I'm working on a structure based on a Raspi 3B+ with nRF52840 willing to connect to an IoT hub and working as a thread border router with 2 other nRF52840 connected...
Hello,
I have been trying to push down the current consumption by nRF24LE1 module that I am working with. I enabled register retention mode with the following code:
https...
Hello,
If a rf52 device running ESB in RX mode has multiple devices TXing on different pipes, is it possible to prepare a different TX response to be sent to each device...
As the title suggest, I am running into an issue where my nrf51822 bluetooth keyboard is drawing around 8mA, which I think is way too much.
I am using gazell protocol to...
Hi,
My architecture is as following {CPU <-> nRF52840 subscriber <-> Raspi + nRF52840 Gateway <-> nRF52840 publisher <-> CPU}
I am working on Paho MQTT-SN programs, and...
Just want to verify that would be possible to run TCP Socket over with the nrf52840. And if i can be pointed to the specific links that i can use.
Thanks!
Hi, I am in the initial stages of starting development with nRF9160-DK. At this step, the LED 4 on the board absolutely does not blink. I have tried taking the kit to different...