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...
Hello Everyone,
As mentioned in nRF51-DK user guide, nRF51-DK has segger J-link debug out functionality. that means we can use this on board segger for downloading hex...
I have the nRF51822-DK and have been able to build and run the sample projects, e.g, ble_app_beacon.
I've just built a board using Taiyo Yuden's EYSFCNZXX module that's...
test the gpiote_example for timer0 in pca10003, the function is ok, LED blinking 200ms. but I change the timer0 to timer1 or timer2, the LED always on,and never blinking....
Hi! I use S130 on nRF51822 device.
After device is connected as peripheral I try to discover services using Master Control Panel but device disconnects. In Master Control...
I'm trying to start advertisement after establishing peripheral connection (on BLE_GAP_EVT_CONNECTED event) but called function sd_ble_gap_adv_start(...) returns NRF_ERROR_INVALID_STATE...
Hi
I'm working on a project to drive a DC motor, I really didn't find any example. I would like to know how can I program a pin in Keil, and I would be happy to have a...
Hello,
I am trying to get a lower connection interval from iOS. But the lowest connection interval I could get were 30ms.
Anyone has experience to achieve the connection...
Hi.
I find this code github.com/.../nrf51-dfu-single-bank-ble
I want to compile bootloader and download it on PCA10004.
I have KEIL 5.12 and the project file of the link...
Hi,
I want to create a service for test logger. Through this service i want to write n bytes at a time and after few delay want to write again some n bytes. These written...
I'm struggling to get started using Keil with an NRF51822 mounted on a custom board that I have cobbled together.
I have opened the blinky/pca10031 example as a starting...
Hello, I have two nRF24L01 devices that can already talk to each other on a custom address. When I try to talk to the nRF51822 from one of the nRF24L01 devices, I cannot get...
services.h
Hi,
I'm writing an interface for my nRF8001 and am a bit confused about the NB_SETUP_MESSAGES value. In my services.h file the value is 14 when it appears there...
May be i haven't seen it, but how i can select if the setup will be stored in the NVM or volatile storage.
I prefere to start development with volatile storage.
On Page...