Hi
I have add some function call like sd_ble_enable in mesh example, I test to get
then I set the address and all sd_ble_cfg_set is ok
but when I call "sd_ble_enable...
Nordic \ nRF5_SDK_12 nrf52832 using 2.0 _f012efa \ examples \ peripheral \ pwm_driver, pwm_driver example
Want to set up two road PWM phase is different, for example, the...
I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Does the nRF52 ( or anyother product ) support ASHA and MFI audio streaming?
It looks like ASHA is supported, I found this:
https://github.com/nordic-auko/nRF52-ble-audio...
Hello,
We're bringing up custom hardware using SiT1532 MEMS 32kHz oscillator. This part outputs a low swing single ended clock source (300mV +/-55mV p-p). I'm struggling...
So we are creating a peripheral with a characteristic meant to keep the central synced with the state of our peripheral. The peripheral is running all the time, could be ON...
1. This is on the stock LPN example, with one change to debug-print `status_code` inside handle_appkey_add().
Here is the diff:
2. To reproduce:
- flash and provision...
Hello,
I am currently working on a product with nRF51822 chip, based on SDK10.0.0. The problem is, after a firmware update, my device fails to reconnect to an Android mobile...
Hi,
I've launched wireshark + nRF52 Dongle successfully and I'm also able to select my device (named EWAT AI-No) from the list to sniff. However there's something I don...
I'm working on a simple project based on the USB CDC ACM and libuarte example, the chip is nrf52840.
A function is redirect the USB VCP data to another MCU via UART, just...
Can a server and a client of dimming example, have same element instead of different element ID.
I got worked for server and client model in single node, but they are in...
I am upgrading to SDK 15.3.0 and SoftDevice v6.1.1 from SoftDevice v2.0.0 (S332 stack). Most of functionality has been ported (BLE and ANT) and validated. This particular...
Hi, I'm trying using a setup with transmitter based on nRF24L01P and receiver with nRF24LU1P using Enhached Shock Burst. The problem is the transmission lock (three failed...
Hi,
I am planning system with a BLE peripheral (using nRF52840) and BLE Central (using nRF52840) that is AC powered.
The peripheral will be advertising every ~300msec...
Greetings,
We have some custom boards/devices with nrf9160. They each hold certificates to communicate with aws-iot. The certificates were flashed using the at_client...
Dear nordic,
I am developing a robot controller(Central, nRF51822).
However, I am having a problem with UUID.
And I am using the ble_central (s130 ble_app_uart...
Hi,
I am using nrfutil to generate a bootloader ota package for NRF52832 soic. The command I am using is
I measure on my ubuntu pc, when this command is...
When I was running the heart rate example, I would report this error below, someone tell me what caused this error, which causes the driver to fail to recognize now. But I...