I tried to port the example "ble_app_ipsp_initiator" to pc-ble-driver and run on Linux. The peer device is another PCA10056 device running ble_app_ipsp_acceptor. The problem...
hi...
i want to use two uarts in nRF52840 , one uart to one pc and another uart to another pc .Data should be transferred and received between the nRF52840 and pc how can...
Hi, i'm using two nrf52840 DK ev kit. One it's the central and one the peripheral
After the connection I need to save power at the peripheral board, because the cpnsumptio...
In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
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...
Hello,
I am currently using nordic connect sdk version v3.0.2 which seems to be the latest release on github. I am using https client example. As per the requirements...
A number of phones seem to now offer channel sounding support. (Pixel 10, for example). Do we know what antenna configuration they have - i.e. one or two antennas to enable...
Hello,
Our company has developed hardware using the nRF52840. We are using nRF Connect SDK 3.2.1. We have a developer that has been working on creating a mobile app using...
Hi Nordic,
I am currently evaluating the nRF9151 SMA Development Kit for a Non-Terrestrial Network (NTN) project and would like to inquire about the available NTN-enabled...
Hi
I have read that the J-Link OB on nRF DK's can program nRF's other generations that the one on the DK itself by using the J-Tag output connector. But does the J-link...
I want to pass a variable to my program so I'm using the command: west build -b nrf52840dk_nrf52840 -p --build-dir build -- -Dmy_variable=40 Then in my program I want to print...
I'm having some issues creating multiple LittleFS file systems on a project. This is part of a larger project, so I used the Zephyr LittleFS test code to create a demonstration...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Trying to work thru the dev academy exercise 2 using v3.2.4 SDK. I presume this should work because the readme says must be greater than v2.8.0 for thingy91.
I made all...
We are using the legacy 17.1 nrf sdk with the nrf52840 MCU in tickless idle mode and notice that after about 10.5 minutes the current draw jumps from ~90uA to ~277 uA.
There...
Good morning/afternoon all, I have been working on a BLE air quality monitor using the NRF52810. The first version functioned as expected with the exception of the external...
Hi,
We are working with the nRF54L15 using nRF Connect SDK v2.8.0 and would like to enable the secure boot feature.
However, it appears that the SMP Server sample in...
I'm using put all together 2 sample
a) NUS Uart that is used for the configuration;
b) zephyr/samples/net/opentread/coap Using the nrf5340dk/nrf5340/cpuapp.
The compilation...
Hello,
Step 5.2 of this part of the course has a code example which shows which i2c node to use to control the temperature sensor. In the case of the nRF54l15DK it is...
Hello Nordic team,
We are using an nRF5340 as the host processor, and an nRF9160 module is mounted on top of it. All LTE modem AT commands are sent from nRF5340 to nRF9160...