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,
I have some problem with NRF52840. When I use software example "ram_retention" in peripheral directory on 2 différents board I have 2 differents state of VBUS pin. ...
Hello,
I am relatively new to iOS development and have now made the iOS version of the nRF Toolbox from the Github. After some initial difficulties, I was able to get the...
Hi,
I have a peripheral device that running on nrf5340 and can be updated via MCUMGR SMP. i tested it via Device Manager application and it is working.
My question is...
I'm building a custom board based on nRF52840.
I'm providing 5V input via USB to VDDH & USB pins. The default output of the first internal regulator during high voltage...
Hi, before buying the PCA10056 kit, I have some questions about the USB CDC ACM example.
I'm new to the USB CDC ACM.
At the Infocenter , it says that
This example...
Hello everyone!
I have just got started working with Nordic devices, in particular the nRF9160. I have been doing tests using the provided UDP sample from nRF Connect SDK...
I tried building and running the buttonless DFU example project. However I get the following UART output:
It seems like it can download the softdevice by itself if the memory...
Hello, I recently picked up a nRF PPK2 and I'm liking it a lot.
I have it wired in-line with a battery (1500mAh li-po) with my device under under test. Measuring battery...
Hi,
I am using nRF52805 to transmit string data to the mobile end app "nRF Connect".
I found that sometimes the app will display hex data instead of the expected decimal...
I'm using the logger (LOG_INF, LOG)_DBG...etc) to print out debug messages. I'd like to have timestamp printed out. Right now it looks like this: D: xxxx or I: xxxxx
I found...
Hello, I am working with 2 nRF52840 dk's and a Conbee ii.
The DK's are using nRF5 SDK for Thread and Zigbee 4.1.0.
DK 1 is running the CLI example.
DK 2 is running...
Hi, I want to integrate DWM3000 with with nrf9160. To begin with, I need a simple SPI example which I can't seem to find in the nRF connect SDK. There is an unofficial example...
I am using P822601 board (with nRF9160 chip). Sample project "Serial lte modem" (SDK 1.8). I'm trying to connect to a test mqtt broker (mosquitto) using AT commands via LTE...
Hello,
I successfully merge example libuarte and ble_app_beacon and built .
My problem started after it receive 48 bytes of data from sensor via uart ,This is my area...