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 all!
I've been unsuccessfully trying to DFU the Smart Beacon Kit with the latest firmware.
Using the nRF51 DK and the TC2030 tag connect cable I was able to program...
I am trying to get a communication between two pieces nRF51822 using the my service. I checked the peripheral with Master Controll Panel app and is working fine. The multilink...
Hi,
I have the (IoT) environment running. The Raspberry Pi (with Miredo tunnel) is connected to the outside world. I can ping6 the ipv6.google.com server from Rasperry...
Hi Team,
I am using nrf-51 DK as sniffer.
I need some guidance regarding how to study or analyze these packets?
I don't know what exactly I should check in each REQ...
Hello,
I am working on nrf51822, My requirement is to upgrade the firmware over the uart with help of DFU.
I have made code for that on controller side and fortunately...
In the release notes of the nRF51 SDK v8.0.0, section "Supported devices" it says that "This SDK is optimized for IC revision 3".
I am using a Laird BL600-SA-04 module...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Howdy, I'm trying to DFU my 51822 beacon v1.1.0 with MCP. MCP is failing the transfer. Steps I have taken are:
-Programmed my beacon with segger from the dk, both the SD...
There are apparently only 3 S120 examples available, and one of them is a peripheral example, which can be done with the S110, so really there are only two examples. This...
Hi,
I tried to run example: ble_app_multilink_central_s120_pca10028 but application goes to HardFault_Handler when it reaches sd_app_evt_wait() (in power_manage() function...
I have an I2C device that has an bidirectional interrupt pin.
This pin is pulled high externally with a weak pullup. When an event occurs on the device it pulls this pin...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
Hi,
i started writing a BLE application with the nRF51822 but i seam to have some trouble understanding BLE/S110. My application will consist of a button and an actor connected...