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 everybody !
I try to use nrf52 DK with OSX
I follow this link
devzone.nordicsemi.com/.../
and I have a problem with this step :
launchpad.net/.../ download
...
hi,
i tried to make a ac dimmer circuit controlled with dc
i use nrf51822
this is my dimmer circuit
aaand this one is zero crossing detector
finally this...
I've been puzzled after looking at the current draw figures for the nRF52832. If the advertising interval is supposed to be 20ms.
Can someone explain why the advertising...
I have followup question to the one asked in this thread:
devzone.nordicsemi.com/.../
I'm also using the device manager in DFU so that I need both the pstorage_raw and...
Hi !
I'm working with the pca10040 and nRF5_SDK_11.0.0_89a8197.
I tried to run the DFU bootloader example with SEGGER Embedded Studio 2.2 ( following this tutorial ).
...
"I need to analyse,what is the array of hex values corresponds to.
#define SETUP_MESSAGES_CONTENT {\ {0x00,\ {\ 0x07,0x06,0x00,0x00,0x03,0x02,0x41,0xfe,\ },\ },\
0x07...
Hi all,
BACKGROUND:
I'm working on a project where we use the nRF51, and our first prototype boards just arrived.
So I've made some power measurements trying to calculate...
Hi,
Currently i am using ble app uart as a reference example and nus service with soft device S130 for our project. I want to use multi role example (central and peripheral...
Hi !
I'm trying to run the BLE bootloader example ( here ). I succesfully programmed the SoftDevice and the DFU bootloader :
The device start in bootloader mode ...
Hi, few days ago when I attach the nRf51-DK and try to read the content, the nrfgo software freezes or crashes.
If it freezes i can see clearly the content stack of the...
Does anyone know what's the maximum acceptable input timeout_ticks of function
uint32_t app_timer_start(app_timer_id_t timer_id, uint32_t timeout_ticks, void * p_context...
Hello,
I really need the ability to switch between different advertising messages. Could you please (please!) add a callback after an advertising message has been sent...
We are using the NRF board to act as node.
Samsung Galaxy S6 device is being used as the Router. We are trying to ping the node using ping6 command.
The issue is that the...