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...
Hello,
I'm not sure if this was already asked before. I didn’t found a similar question, so here it is: When I have a function that manipulates a data structure to communicate...
In this ADC example from Nordic on GitHub, it does not appear an AIN has been selected (e.g.: no call to nrf_adc_input_select() ). I don't understand. I have been assuming...
Hi,
I am creating a central application on a Nordic nRF51 device. Our project is related to connecting to peripheral of any profile. Using the MCP I connect, bond and enable...
Hello,
For our application I have to set up two simultaneous connections between a S120 master device and two peripherals that use the S110 softdevice.
A very short connect...
Trying to send 3 20-byte packets of data from nRF51822 (peripheral device) to a Samsung Galaxy S5 (central device) and send 1 20-byte packet back, all in less than 10ms. I...
Hello,
I'm looking to bootloader sources and i want to add a timeout if entering with a signal in DFU mode and no DFU detected for one hour.
There is a timers_init function...
I have a project that requires full-duplex voice comms (doesn't need to be high-quality). I'm evaluating the suitability of BTLE for the task. The new nRF52 has a PDM module...
I'm moving to Nordic from "another" BLE s.o.c. where the UUIDs, profiles, services and characteristics were defined in XML. With that product I could modify or examine or...
Hi
In nRFgo Studio there is an option to read the entire memory of a chip. In my case nRF24Le1 to a .mhex file.
The first lines of the .mhex file says:
Infopage:
Identifier...
I try to create a beacon which can receive dynamic UUID through UART and advertise with the received UUID.
Now I am working on the sample ble_app_uart, to replace the existed...
Hi,I have need to set TIMER2 interrupt at high priority because I need a interrupt at 0.5ms.
This interrupt must comes while Softdevice is enable and my device(nrf51822 beacon...
I've a query regarding the assert message that I see in the application.map file, when I use GNU Toolchain for building the application firmware for NRF51 SOC.
Environment...