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...
Hello,
I'm currently looking at using a last will message that updates an attribute on the cloud if the device disconnects from the broker. The broker and client agrees...
Hello everyone,
My current setup:
1.Development Kits = NRF52840
2.Nrfutil Version = 6.0.1
3.Softdevice = S140
4. Operating System = Linux
In current goal is to...
Hi There,
I am currently using a custom bootloader for my devices which was started from the secure bootloader example given in the SDK, I am using BLE as the transport...
i have nRF Connect SDK v1.6.1,excuted “west update” and “west zephyr-export” command(the project will not built successfully without executing these 2 commands)
then i was...
ncs version 1.6
SES
Windows 10
I have installed ncs completely using standard tools.
Now I am following the tutorial Part 1.
The project hello_world is created...
Hi,
I have a GPIO used as input or output. When it's used as an input (99% of the time), I have an interruption on it (falling and rising edge).
When I use it as a output...
This is my first time using Nordic SoCs, so forgive me if this is a silly question. I have a Fanstel BT832X evaluation board (model EV-BT840(832)-V4). I tried the Nordic's...
I upgraded the code from sdk13 to sdk17.
The setting is the same as the original code and there is no error.
However, if I build, the original code is built with the app...
how am i going to merge ble_app_multirole_lesc and ble_app_blinky
I add
into ble_app_multirole_lesc main.c
and it stuck in services_init()
seems like the err_code...
Hi,
I would like to make a system that goes to sleep for a while and wakes up for a short time thanks to the rtc. According to the documentation, the power consumption of...
Excuse me:
PPK2 doesn‘t work,I don't know why,The computer does not recognize the usb port after connecting the USB cable,The indicator light of ppk2 is not on.What should...
Setup:
nRF PPK2 is connected via USB to the port DATA/POWER to the PC
Running nRF connect version 3.7 from ubuntu 20 causing the following issue, when using "Power Profiler...
Hi, I'm having issues programming my Thingy91 via the NRFConnect programmer app.
The Thingy in question has had various applications run on it over time, but the objective...
Hi,
I am currently setting up an MQTT client via the MQTT publisher sample on zephyr.
My mqtt client is a NRF5340 and it is connected via ethernet with my pc and also...
Hello support
I have modified the cli examples and run into "undefined reference to `nrf_cli_uart_transport_api'" linker error.
The error message is
Compiling file:...