NRF52840 support the long range bluetooth and BLE gateway SDK, look at here that RAK Wireless held a Beta and welcome the community to participate.This board with Cellular...
Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
If some one else have trouble that the Nrf52840 Dongel do not mount using cdc acm on openwrt this will most likely help.
First number is the verdor id second is the product...
Hi,
I am using "asset tracker" project in nRF9160 DK.
I want to update asset tracker application through HTTP.
So i migrated changes of "asset tacker" in main function...
I have a simple TCP client application running on the nRF9160. After connection to the server, recv is called and writes the data over Segger RTT channel 1, where on the host...
Hi,
firstly, I have to say, I use MBED OS, if you cannot help me because of this, I understand, but maybe somebody still has some general Ideas.
I am trying to build an...
I am trying to create a L2CAP CoC between a nRF52840 SoC using nRF5 SDK version 15.3.0 and a Pixel 3 XL running Android 12 without the use of GATT. Currently I use GAP for...
I'm currently trying to port some software to the nrf52840 dongle, and it works great, if I do not activate NVS.
As soon as I activate NVS, then the dongle shows no lifesigns...
Hi,
in https://github.com/nrfconnect/sdk-zephyr/blob/ncs-v3.2.0/lib/os/clock.c i think an include to properly resolve CLOCK_REALTIME or
CLOCK_MONOTONIC is missing, if...
I’m working on a prototype based on the nRF5340 Audio DK, starting from the included nrf5340_audio application (NCS v3.1.1). The goal is to support multiple simultaneous Bluetooth...
Hello,
I would like to ask about LTE-M communication latency when using nRF9151-DK. I am using a TCP connection to transfer data read from another device via UART (MTU=1500...
Hello! Has anyone been able to get the LED Strip samplee code and consequently drivers to work with NRF54 Dev Kit? I have tried copying .overlay from NRF53 but can't get the...
I have been reviewing the datasheet of the BLE audio SoC nRF5340. The ADC sampling frequency is mentioned, but the rate is not specified.
he references voltage is specified...
Hello,
I am trying to get the RSSI value of a connected device on the nRF54L15, the same thing with our nrf54H20 device (nRF54H20 would be great if i can retrieve it via...
I am curious about the RF pin impedance, as this parameter is not listed in the relevant specification for nRF54 SoC family (i.e. datasheet v1.0).
I wonder whether it is...
Hi,
To improve the accuracy of RTT-based ranging measurements, the Bluetooth CS specifications requires that the initiator compensate for the fractional frequency offset...
We are using QSPI to connect nrf52840 DK with nand flash of AS5F34G04SND. In page 28, 29, and page 17-table 2-1 of datasheet of the flash, we need to Program load x4 IO: sending...
I am on a custom NRF54L15 module where I want to change the default UART TX pin from P1.04 to P2.07. Unfortunately, there is no output. Using P1.14 somehow works? I also have...
Using nrf connect 3.1.1
using nrf54L15 evaluation board.
Hi,
I have an application that is using the shell capabilities of the zephyr. uart and shell is connected...
Hi,
using nrf connect SDK v3.1.1
using nrf54L15 development board.
I have been trying to return set uart in low power mode and resume uart low power from a button press...