I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
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...
I want to get rid of the board support package, and write my own code to interface with the least complicated drivers for UART, BLE and SPI etc.
If I remove BSP I ifind...
hi i have pca 10001 eval kit .I need to connect it with PIC16L1947 controller via uart.The data transmitted from pic is to be collected by nrf51822 and it should send as advertisement...
I am developing an application from scratch for the pca10001 by copying a lot of code from the heart rate example.
When calling "softdevice_ble_evt_handler_set" I get an...
I am looking over the stack-up for the dev board which I received from an FAE and has designed in a 50mil width PCB antenna. I am using this online calculator here:
emclab...
Hello--
The nRF51-Dongle has these 20 pads which I think correspond to a debug port:
On the schematic, it looks like these feed into JTAG signals:
My question...
Hello,
I just got a nRF51 DK and I'm trying the examples of nRF folder in the Pack distribution (SDK 7.2).
I can compile the Blinky project but its not working if I...
i have the nRF51DK that comes with the Segger j-link programmer. Can i use the programmer on the board to program a custom board i purchased from Nordic preferred vendor?...
Hi all,
I am using gcc for my Nordic project and I wanted to add the bootloader. After some reading and experimenting the bootloader worked. Now I thought of making a release...
Hello all,
i am trying to make working the ble bootloader from SDK 6.1 with SoftDevice 7.0.0 and gcc setup (pure Eclipse gcc project frome here devzone.nordicsemi.com/.....
Hi,
I need to develop a BLE service for file transfer between iphone and my device. I chose BLE because the files are very small in size, and as BLE does not need authentication...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
I have been using the MCP along with the provided dongle to access a custom BLE service. I would like to build a custom windows 7 application around the BLE service and move...
The below source is mine.
ble_app_beacon.zip
I know that it is possible to display the information in the manufacturer data or service data.
I chose which manufacturer...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...