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...
Hello,
In nRF Connect desktop application, under Bluetooth Low Energy tool v3.0.0, whenever I connect a peripheral device using this application, I see the option to update...
Hi
my application is driving a RGB LED by one wire, this is request a higher sequence , when you drive the RGB LED ,this task can not be interrupt , I am use timer3 to...
Hi all,
I'm working on a project using the nrf52832 with SDK 15.3.0. Our device is battery powered and in peripheral mode. When a central connects it sends +- 300 bytes...
Hello,
I have the Icarus IoT board nrf9160, and I'm trying to connect it to the nrf connect for desktop but it doesn't seem to support the board. I'm getting the following...
Is it possibe to turn on SED on nrf5340 using nRF Connect SDK 1.7.1?
I have problem to turn on.
Here is my code to turn on.
And part of my .prj file
I got error...
I've tried getting nRF53 examples compiling on SES, but it seems there is a bug in SES that is preventing that. It was suggested I try VSCode, despite its lack of debugging...
Hi ,
nRF52810, SDK : 15.2.0, using SES,
I have two questions;
I am trying to add DEVICE NAME to the advertising beacon, in the ble_app_beacon example and following this...
HI,
I succeeded in the test.:SPIM0 SPIM1 SPIM2.
I failed the test SPIM3.
Please help me configure SPIM3 init.
1. The SDK: sdk17.0.2
2. Example: D: \ Project \ nRF5_SDK_17...
I tried to use printf() to get the data from SPI buffers. It runs OK in the peripheral/spi example. But when I moved it to the ble_app_uart, the program stalled at printf...
Hi,
We are looking to upgrade our connect SDK version to 1.7.1 (from 1.5.1) but at the moment there are a few breaking issues for us that will prevent us from doing so....
Hi All,
I have a question that i remark this code run different mode have different results
in Release mode => build success,the project can run
in Debug mode => the...
Hello.
I have couple of questions for hardware parts location on pcb with nRF9160.
Q1.
I'd like to ask a better location for eSIM(MFF2) related nRF9150.
This...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...