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,
I use the secure BLE Bootloader to update the nRF52840 (with S140).
Now I want to add a UARTE to update the STM32 connected to nRF52.
Do you have a solution to do...
Hello,
I am using two nrf52840 DKs to test ble transmission and i2s output. The nRF Connect SDK I use is v2.6.0.
Both of them are ble connected. One sends data to the...
Hello,
I think llpm's sample project is wrong. Evaluation board is not supposed to be communicating.
To verify the defect, the value of the time variable is fixed. This...
hello, my code was built under ncs v2.6.0 and tool chain 2.6.0 without issue, I upgrade them to v2.9.0, then I get these errors, can not figure out how to fix them.
could...
Hi,
From https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/direct_test_mode/README.html , it writes " After programming the sample to your development...
Hi,
I’m working on enabling the asynchronous API on UART1 in the nRF Cloud Multi-Service sample for the nRF9151. Despite setting the necessary configurations, when I call...
I'm using NCS v2.9.0 and attempting to communicate with an ADXL372 IMU over SPI. Occasionally, the MCU successfully reads from the IMU and begins printing values. However...
NCS 2.7 with mcuboot via sysbuild
custom board with nrf52840, 2 custom applications (manufacturig and end-user)
In my application our DFU will be performed over BLE...
Hi,
I have the following Device Tree in my application:
I get the error -134 during the application startup. Debugging the application shows that the error happens...
Hi, I'm developing ble applications.
But there are problems on calling Ble APIs.
If I call the functions that conatins bt_le_adv_start() in main loop(Maybe main thread...
Hi,
I have a BLE interface with services and characteristics and I want to have different level accesses for my characteristics with for example two levels:
level user...
Hi,
Setup:
nRF NCS 1.9.x and nRF NCS 2.5.0
nRF5340 and nRF52840 both with an external crystal attached to HF clock input.
Problem:
Inaccuracy in timing of UART at...
This is sort of a hardware question, involving the RADIO peripheral in the nrf52(840) line. The question is simple. Is there any limitation on when you can change the TXPOWER...
I have a driver for a Piezo buzzer running on bare metal that I would like to port to the nRF connect SDK. The existing PWM-based driver in Zephyr does not fulfill my requirements...
Dear Nordic Team,
I want to connect my nRF9160DK board to my nRF7002DK board and get a wi-fi location. I've followed samples/cellular/nrf_cloud_multi_service as sample...