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...
Hi, all.
I'd like to broadcast only when i want to inform nortification.
flow like
No advertising when application start.
Check the events that there...
I'm trying to develop a minimalist android app to send and receive data with my nrf51822 dev-board.
Can anyone please tell me where I can find a great project example?...
Hello,
In our project i am using nrf51822 with stack Softdevice S110 . We want to connect it with Samsung Gear S2.Is it possible with stack s110 or i have to use stack...
When the device powers up I want to grab the device name from a known location and also rewrite that same location when I get a new device name. How can I write to the internal...
Suppose you want to send 20 bytes of data using API sd_ble_gatts_hvx, do you need to punctuate the first 16 or so data within the 20 bytes sent with a CRC ?
it may seem...
Hi, all. I use nrf52 and softdevice(S132).
I'd like to know SoftDevice process timing to hardware.
Can it be ?
I know, SoftDevice Specification in "Processor availability...
Hello,
I have an development kit NRF51 and wrote a code for it which uses uart, ble advertising and ble scan. It works pretty well on the kit.
The problem is when I...
Hi,
I use a personnal GAP Address, but it must be the type used:
-Public address.
-Random Static address.
-Private Resolvable address.
-Private Non-Resolvable address...
Hi,
I am trying to get the dfu single bank bootloader ( github.com/.../nrf51-dfu-single-bank-ble) supplied by Nordic to work. I can successfully push firmware to my device...
Hi, I am just trying to understand the examples properly. This value is mostly set to 0, sometimes set to 1, and used at the call to the soft device initialization.
ble_enable_params...
I'm trying to send some data to a custom event handler function using app_scheduler. The problem I am having is the data I am sending is not being received.
I expect this...
Dir sir,
I noticed that you are using the internal LDO regulator in nRF51822 beacon kit.
Why do you recommend to use LDO regulator for Coin Cell battery?
In addition...
Hello,
in my Scatternet, I often receive HCI Connection Timeouts. Depending on the settings this happens once or twice over half a day between 10 Nodes or it could happen...
When I email myself a .zip containing the SDK8-type DFU payload, I can no longer "long press" on the email attachment and have it opened in nRF Toolbox. Either the jackballs...
I'm working on an health thermometer.
I have used the HTS service to send temperature measures from the device to the phone.
Now, the device has to send an alert to the...