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...
Hi!
I try to set up a unit test environment for my project but I still encounter problems with the runner generation process.
I have the following project structure
...
Hi,
I am trying to have mcuboot in Zephyr to execute the hello world sample (mcuboot\samples\zephyr\hello-world).
I generated the bin for hello world and signed it as...
Hi. I have an urgent issue where after using the JLINK disk programming function on the NRF52-DK, my device is stuck in high current (3ma) debug mode until power is cycled...
I'm sending Data from nRF51822 to nRF24L01. The configuration of the nRF51822 is NRF_RADIO->PREFIX0 = 0x43434343UL; NRF_RADIO->BASE0 = 0x43434343UL; The address of the 24L01...
Dear support team, I would like to simultaneously use logging and CLI via UART in an application running on the NRF52810 with Softdevice S112. In my application, I need to...
Hi
I am having a problem debugging a basic UART code.
I am using Segger-16 for Nordic, and I have an issue with #include "app_uart.h"
I downloaded the nRF_SDK_17.0.2...
Hi,
could some one inform me how to create a bare metal project for nRF5340 (Network Core/Application Code)? The specification gives everything to create an own stack on...
Hi there!
I'm having an issue adding WiFi functionality to my project. I use the nRF9160DK and the nRF Connect SDK v1.5.1 on a Windows10 platform.
To keep it simple i...
I am using nrf52DK board as an observer to test my beacons. I have kept scanning enabled all the time (scanning interval & scanning window same), but the scan_evt_handler...
I want to use the nrf5x to develop the host/gateway of bluetooth mesh, may I ask which model is more suitable, which model currently supports the most mesh nodes?
And which...
Hi Nordic team,
I have successfully developed an application using nrfx (Timer/PPI/SAADC) combo in NCS 1.5.x to be able to sample 2x differential channels very fast.
Similar...
I have trouble developing BLE devices with Nordic NRF5280 and SDK 15.3.
I have a device that uses a custom BLE service, And when using nRF Connect on the mobile phone, all...
I have been developing some nrf52832 code (SDK 17.0.2) using the Segger RTT debug window for logging. I added the code from the UART example but the printf goes to the debug...
I'm planning to modify the nrf52832_ciaa reference designs in altium to emulate the functionality from a development kit and add an RTC.
I need access to pins P0.23, P0...