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,
I was at the webinar today where they talked about SDK 3.0.0. They mentioned that the QSPI examples were "JESD216 flash" and "JEDEC SPI-NOR flash". I don't see either...
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...
Hi,
I am using the experimetal app_ble_blinky on both sides peripheral and central.
I edited the peripheral characteristic sizes to 4 and I am able to send notification...
I am trying to modify the default mbed bootloader to include support for watchdog.
I'm running with nRF51822AC (NRF51DK).
My program is written with mbed classic (uses S130v1...
Hello
I got this nordic nrf24l01+ module and trying to interface with pic18f25k22. this is my code. tried lot but unable to communicate (receive any data). I'm able to...
Hi!
Does someone tested the range of newer NFR24L01+ module with external SMA Antenna?
Any result?
As we are looking for a module with a range of ~1000m line of sight...
Hello,
I only recently discovered Nordic Semi and I'm looking through the various products. I'm wondering what Soc offers the lowest link latency for audio, seems like 2...
Hello,
In my application I want to switch between using bluetooth low energy and enhanced shockburst (esb). I have tried using the timeslot api to run both of them together...
I am using the nrf52832 with its Development kit to transmit trough UART to the PC a frame with 26 bytes, I have configured the port to 1MBoudRate. Once I prepare the frame...
Hey guys,
I followed this guide and successfully synchronized the timers from two devices(nRF52 DK). But if I let these two synchronized devices keep running all the time...
Hi,
As stated here :
After manually starting the HFCLK
crystal it will be enabled even though
there are no peripherals requesting
the HFCLK. When no peripherals...
Hi,
I have my 2 nRF51 running with S130 v2.0.1, one is the central and the other peripheral.
I am transmitting audio data between both and want to reduce the current consumption...
Being a person with a poor name memory, I am really frustrated with the nRF SDK's naming conventions. For example, let's take a function
bsp_btn_ble_on_ble_evt()
Is...
We are using nrF52 series in combination with v3.0.0 of the S132 SoftDevice stack. And I want to understand if we have to go through any of the qualification certification...
Hi,
i got a random disconnect and cant find the cause.
I found this post devzone.nordicsemi.com/.../ and tried to folow the procedure.
I have set up breakpoints wherever...
I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control the onboard led that uses the methods LEDS_ON and...