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 guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Hi ,I am using nrf52 DK with mpu9255.I am using source code given here here .of this link,I have taken 'nrf5-ble-data-ready-interrupts' example .code builts fine in keil v5...
Using nrf51422 in KEIL. I am verrrryyyy new to this type of programming. I have been looking at multiple examples within the nortic github to find how to input analog reading...
I started Heart Rate Monitor app "ble_app_hrs_pca10040_s132" on nRF52 evaluation kit (nRF52832). Everything work well when I connect with nRF evaluation kit from Android devices...
Hi!
I just got my PCB with a Telit BlueMod+S42 Module on it (nRF52832).
I' using the LESC feature and ist works properly on the PCA1004 and on the Telit DevKit (same Module...
Hello,
I'm working on a bootloader based on the example of SDK13.1. I want to add two more characteristics to the DFU service, but after I add them, the nRF Connect app...
When I use sdk14.2 nRF52810 ble_nus_string_send to send data to a mobile phone android, the first connection is no problem, but disconnected again after connecting problems...
Dear friends,
If i set the conection interval=100ms and the slave latency=1, the slave will wake up every 200ms. If the slave has data to send, it will still wake up every...
I haven't been able to find a drawing file for the nRF51 Development Kit. Is there one out there?
Ideally, I'd like to get the drawing and a *.STP file for SolidWorks.
I'm looking for a good firmware engineer that can take my current firmware and add the buttonless DFU to it. I currently use the Keil environment but am open to switching...
The file nRF5_SDK_1 4.2.0_17b948a/components/libraries/util/app_error_weak.c requires the following modification to correctly compile: Add: #include "app_util_platform.h"...
Hi,
I'm currently using SDK v14.2.0 and I'm attempting to merge the buttonless DFU bluetooth example into the bluetooth template project within the Eclipse Oxygen environment...
Hey Guys,
I have 3 tasks running on FreeRTOS, SDK v14.0.0. In each task, I want to use SEGGER_RTT_printf() to debug.
I currently just call SEGGER_RTT_printf() without...
I have two nrf devices nrf51822 and nrf52DK, In nrf51822 i'm using S110 and i had created a custom service with 10 characteristics. If i connected to nrf connect i can able...
Hi,
Is it possible to make realization of this protocol ( wiki link ) with softdevice? After reading forum I think "more no than yes" because softdevice blocks CPU and this...
Hello
I am still relatively new to microcontroller development with the NRF52 DK. I am currently running a modified version of ble_app_uart__saadc_timer_driven__scan_mode...