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,
Following to this ticket , I started with an existing Segger embedded studio project from the SDK to port my project from Keil to SES 5.62 .
Now, the project works...
How long does it take to perform a soft reset (using sd_nvic_SystemReset()/NVIC_SystemReset())?
Looking at power measurements (attached) it seems to take about 730 ms (...
Hello developers,
I would like to combine BLE Central with USB HID. I am using the SDK example "BLE_Central_multilink", I can get signal from BLE modules.
Now I want...
I tried to program the Blinky sample which just blinks an LED to the Network core of the nRF5340 DK but doesn't seem to work. However, when I look at the docs I do see that...
Hi
I am a beginner of bluetooth
I want to build BLE connection between nrf52833 and nrf52810 as soon as possible (maybe in 100-200ms)
can I achieve that by config Advertising...
Hi Nordic,
I am facing strange behaviour with nrf9160 aws iot example where I am trying for fota update.
My device is sending data to AWS IOT every 5 minutes as it will...
Hello again Nordic World,
We have been using a couple of the Nordic dev boards (PCA10028, PCA10040) as uart central devices in our test system for a while and have just...
Hello,
I am using \nRF5_SDK_17.1.0_ddde560\examples\dfu\secure_bootloader\pca10040_s132_ble_debug, but when I bulid the proyect the following error appear:
.text is too...
Hello,
nRF SDK v16.0 , Softdevices s140_nrf52_7.0.1_softdevice and ANT_s340_nrf52840_6.1.1
Recently we wanted to add ANT to our BLE application. So we changed the softdevice...
I have an application that I can install and run on the nRF52840 dongle. But to program the dongle, I need to press the reset button and use nRF Connect. So I am looking at...
hello Nordic
i am working with nrf52840, with zephyr (i am new to zephyr)
i am trying to connect to a low power magnetic sensor (si7210-00-iv)
my i2c sometimes works...
I'm testing my own firmware based on the current Asset tracker V2 code (AWS cloud).
The code generally runs well, but when reception drops (simulated by disconnecting the...
I'd like to add an interrupt pin for a SPIM device. (eg. in the following spi_dev: )
&spi3 {
compatible = "nordic,nrf-spim"; cs-gpios = <&gpio0 0xf GPIO_ACTIVE_LOW>; ...
Currently, the only only way to automatically conduct a Legacy DFU is by using the nRF Connect Mobile app. However, this app can only target the default UUIDs of the Legacy...
I am currently following the steps as detailed in the following documentation ( SDK 11 ) specifically the graph in the "Transfer of an image to the DFU target"
I am currently...