Hello, I’m trying to compile code for a u-blox C209 AOA Tag. I installed the nRF Connect Extension Pack and was able to build normally.
After adding some unrelated paths...
This stopped working for me... Error is the following
Command failed: git ls-remote --tags --heads github.com/.../sdk-nrf
fatal: unable to access ' github.com/.../'...
Hi.
We have a device connected to Azure IoT Hub with telemetry interval set to 10 min and on interupt. Tried changing interval to every hour, but then it looses connection...
We are currently utilizing the nRF5340 with Zephyr OS version 3.6.99-100befc70c74 and nRF Connect SDK version 2.7.0-5cb85570ca43. We have the following inquiries:
If we...
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board and a series of nrf52840dongles (provisioning and configuring inside the software and...
Hello,
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board (provisioning and configuring inside the software and not through external app...
Hi, I am evaluating the use of Gazell and BLE as a possible solution for my project. I had heard that there was a way to have both BLE and Gazell running on a device at the...
we will do some measurments and answer when we get some time to spare for this. Others are welcome to answer/comment freely about their experiences/knowledge.
I have some custom hardware (nRF51822) with a couple sensors on it and would like to have the data sent via BLE to a smartphone. This may be timer based on triggered by an...
Hi :
I want to update the firmware of 24le1 over the air ,follow the 3 step ,fail.
download "rf_adapter_nRF24LU1P.hex " to the nRF24LU1 by nrf6310,and connect to PC...
I am using the nrf52832 to communicate uart with hw flow control and a baudrate of 9600 and fifo.
Everything is going well most of the time, but sometimes the other device...
I write an infrared receive driver on example ble_app_uart with softDevice 6, but it not work after I use softDevice 8.How to fix it ? Is there an offical infrared receive...
I'm trying to generate a 1kHz PWL and call a function every 1ms the code is below.
My initial though was to set TASKS_CLEAR once the timer reached the max pwl value.
Oddly...
Hello,
I am using multilink central example to connect to multiple peripherals. But I am facing a problem in connecting 2nd device.
After connecting the 1 st device, upon...
Hi,
the S130 supports multiple connections for the Central role. Is it possible to connect to multiple devices at the same time? E.g. calling sd_ble_gap_connect() asynchronously...
Hi,
My aim:To change the UUID,Major,Minor value beacon
What I Have done:I created one custom service with 3 characteristics.Each characteristics for each parameter.I am...
When compiling C++ code that includes ble_gatts.h you get errors like the following:
C:/....../nrf51822/Include/s110/nrf_svc.h:21:6: error: impossible constraint in...
Hi,
I can execute the heart_rate_collector example code on Ubuntu PC when driver is communicated through Segger JLink. But I'd like to use GPIO pins of nRF51-DK as communicating...
Maybe I should post my all the code here.
I want to generate two kinds of PWM1 and PWM2,used by the code as follows:
static volatile bool ready_flag;
APP_PWM_INSTANCE...