Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
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...
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...
I'm trying to implement the DFU Feature into my application, but it seems to be in a bootloop after it starts advertising.
The application works fine when flashing it via...
Hello everyone, I want to measure Low power mode current consumption in nRF52 DK,but I dont have accurate CRO to measure in micro Amperes, therefore I would like to know if...
the eclipse build memory map is
text data bss dec hex filename
363312 2485 5340 371137 5a9c1 ********.elf
363312 2485 5340 371137 5a9c1 (TOTALS)
it is giving very large...
Hi Friends, I like Nordic and Arduino, it's great if Nordic can support Arduino officially, we can use the ARM0 in Nrf51822 as a single control point of Arduino project. There...
I taken the Android-nRF-Beacon-for-Eddystone app code from github.
From my account I configured my Google Dev console:
enabled proximity API
added credentials...
Hi all,
I followed the tutorial listed below:
devzone.nordicsemi.com/.../
I want to use SEGGER_RTT_printf but I always get this error:
Error: L6218E: Undefined symbol...
Hi,
I am working on one project in which I want to connect my two custom borads with S130 softdevice but I am not able to do that. My custom board has nRF51822 chipset...
I would like to implement a simple code to use SAADC on NRF52 to sample one channel at maximum sample rate (theoretical 200KHz).
All the examples I have found use limiting...
Hello All,
At a time either ble nus or dfu can work.
I have an problem with the services ble nus for uart and dfu does not work simultaneously means if i am adding both...
Hey, I got 2 beacons which I have connected via BLE successfully however I have some problems with BLE_GATTC_EVT_HVX event. Every time I get only one BLE_GATTC_EVT_HVX event...
Hello,
I measured the current consumption at 0 dbm of the app beacon example.
During the TX send phase I measure a current of more than 11 mA. Thats too high when I compare...
Hi,
Since I want to start to develop an Eddystone beacon and found the Github nrf5-sdk-for-eddystone . I am wondering if the Eddystone beacon is detectable by an iPhone...