I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi! I need to understand the basic functionality of BLE Mesh.
Please see attached picture.
1. Is it true that a device (eg BLUE) through BLE mesh can communicate DATA...
Dear friends,
Software &Hardware: Power Profiling Application (a SDK example), S132 softdevice, nRF52832(PCA10040), Power Monitor. The measured average current consumptions...
What is the maximum sampling rate of nrf52832? I used the ppi on nrf52632 to collect the signal on gpio. After testing, it was found that when the signal on gpio is greater...
Hello all,
I want to built a coin cell powered thermometer with NTC thermistor.
May I know if I need to regulate the voltage from the coin cell or i can power the nrf52832...
I have a problem with the 802.15.4 software part of my nRF52840 PDK. I wanted to replace our current 802.15.4 hardware parts from TI with the new nRF52840, due to the lack...
Hello. We are now starting our review to customize code for the pending use of the Nordic devices in low power mode. Have a mix of Nordic kits now. Using the nRF52832 (PCA10040...
Hi,
I am trying to implement buttonless DFU by following the ble_app_hrs example provided in the SDK and modifying the bootloader (nRF51_SDK_10.0.0\examples\ble_peripheral...
We have our custom PCB design that we program and debug by connecting the SWD lines to nrf51 DK's SWD. We wanted to use trace for better debugging options, however we discovered...
Hi,
I have a task to do PWM frequency repeater on nrf52832. After reading forums I decided to make it with PPI, 2 GPIOTE and 3 Timers. Here what I did: https://github...
Hello everybody,
I used SDK14.2 S132
I defined fds_write and read function like that;
Also, I wrote a function to register particular data;
Then I used save_data...
Hi, I followed through this tutorial:
https://devzone.nordicsemi.com/b/blog/posts/getting-started-with-nordics-secure-dfu-bootloader
But to my frustration I realized...
Deer friends,
The nRF Connect BLE app supports the configuration of the local device's GATT attribute table, also known as server setup. Adding attributes to the server...
Hi
I am researching options for my bachelor project which happens to be about bluetooth 5, where I am looking to develop a smartlighting system using Bluetooth 5 mesh....