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...
I am developing a product using the nRF52840. I am currently running into a difficult problem. I inquired about it 2 years ago, but it has not been resolved.
I need to process...
Hi, on the nRF52820-QDAA I am using pin 5 AIN3 / P0.05 as an GPIO output to drive a LED (active low).
This does not work in the software, when I drive the pin high with...
Hello,
NRF5340, NCS2.0.2, VScode
I designed a headset,MCU is 5340, and a external flash for DSP program.
the external flash connect to DSP and 5340 use SPI;
i can...
Hello,
I was able to build the nRF Desktop sample application on the nRF5340 platform, but when trying to debug, I get the following error:
Here is my build configuration...
Dear ,
I am going to use debug out function on RF5340 DK.
connection is as below: customer board conncet to nRF5340DK.
customer board use nRF52833.
I tried many times...
Hi,
I was just wondering if the nrf52840 Dongle is in some ways inferior to the other development boards in terms of its capabilities?
As I was going through the examples...
Hi,
I am using a nrf528409dk for my application development using nCS. I have various features from which I need to understand how to add some high priority features into...
Hi,
I'm working with the ncs 1.6.1 peripheral_uart example and am looking to increase the size of the data frame to send 240 bytes per data frame.
I have seen several...
I am taking mqqt_simple of NRF9160 as reference for this question,
This is questing regarding, what is recommendation / Philosophy of using MQTT in NRF9160 with other codes...
Hi,
I'm programming a custom board based on Taiyo-Yuden EYSHSNZWZ module (with nRF52832).
I'm using the secure_bootloader example from SDK for OTA DFU, in order to flash...
I'm using the nRF-PPK2 to measure device power usage. I've noticed even at low sampling frequencies (>= 100Hz) it exhibits considerable lag at some point. Most annoyingly...
Hi Sir,
As we know the nRF5340 doesn't release the Circuit Board Guidelines (nAN-40) like nRF52840 yet.
If we need to design the nRF5340, could you share the recommended...
Hello,
I'm doing a comparison between MQTT on TCP and CoAP on UDP over NB-IoT and LTE-M. The communication to the cloud works as expected for both protocols. MQTT is used...
Hi all,
I'm working on a custom Bootloader for my nrf52840-based board, and it needs to support DFU from external SPI Flash. I previously was successful with a "first draft...