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...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
Hello,
I'm trying to do something like ibeacon where data is pushed to any device listening, but I want to update the advertising data from raspberry pi 3 since it supports...
Hello,
I am working on an application where the nRF51 acts as both central and peripheral. The device is in permanent connection as peripheral while scanning for other devices...
Hi
can ESB be considered RealTime transfer as soon as it has it's timeslot?
Outline of use-case:
Device advertises existenace on BLE
If there is data waiting...
I am trying to implement a REQ line protocol over GPIO to signal to the Master when it is ok to receive data. Basically, I want to pull the REQ line high when the nrf51 has...
Hello,
Ble spec says that "new alert" characteristic - field: "category ID" can have 1 or 2 bytes.
here
But it seems in your struct you let it have only 1B.
typedef...
Hi,
I have ordered a PCB using the reference schematic for NRF51422 user guide.
I wanted to know whether the schematic has the required antenna design or I need to add...
Hi All,
I have a basic question about advertsing data, more precisely about device's address.
I try to disable in my advertising data, the address field but it doesn't...
Hi I followed the Nordic UART example code to read and write characteristics to a Nordic S110 nRf51822 device.
My code is the same as in writeRxcharacteristic but when...
When I'm single stepping my nRF52 application in Keil with a BLE connection I always get the softdevice_fault_handler called.
I'm using SD 132, v2.0.0 and the the parameters...
What is the maximum clk frequency that can be output on a gpio for the nRF52832 ? I want the nRF52832 to output a clk signal on any of the gpios to an external module, and...
Can anyone please suggest a simple example on initializing SAADC Driver on one pin and do a simple blocking ADC read?
Sorry for a very broad question - but rather to ask...
I'm using the nRF52 Dev board and set the --rbp ALL option while using nrfjprog. It worked fine, and I am able to do OTA updates as I was testing the bootloader example. But...
Hi
I'm doing one project that is taking data from uart and send to mobile app. I'm facing one issue that is when I connected to peripheral it connected and take data from...
I'm looking for some options to extend the PCA10028 with a keybord and a numpad. This would give great options to play around with passkey topics.
As the PCA10028 supports...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...