Hi, We want to integrate LORA LR1110 for the final year capstone project. From the documentation we have understood that Kit is fully compactable with Arduino UNO. But SPI...
I have several hardware pieces based on the Fanstel WM02C nRF7002 module (nRF54L15 host) and am having problems connecting to WiFi networks on a subset.
All modules successfully...
Hi all,
Our company is currently prototyping with the Nordic 91X DK and looking to use both nrf cloud services specifically for using location services whilst also connecting...
nRF54L15 would be used as thread RCP, host processor would use uart to communicate with the rcp. They would behave like a OTBR.
I also need to do device firmware update...
Hi
I have two DKs, previously they work well, however, after I add the nRF21540 FEM on each DK, I always receive this in my central device:
Whether the amplifier cause...
I am attempting to install nRF Connect SDK along with VS Code on an offline machine for development. The main two issues I have are:
The NRF Connect for VS Code plugin...
I have searched all responses here and whatever sources I can find, but not have any success. The main problem is that existing materials appear incompatible with the 54L...
Hello there, I just want to try a simple Ping test for at example 'google.com' with the nRF9160. Is there any easy way to try it? Or to try the internet connection in general...
Hi,
I wonder which setup that is best to begin with to develop wireless earbuds.
I'm looking at https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52840...
I have burned the new fw 3.0. I am running the wireshark perform pairing and I can't see the packet content after encryption is started.
on previous fw 2.0 I could see only...
With SES, I'm trying to build an app which includes nrf_drv_clock.h. There are two functions declared there that I call in my own main.c:
- nrf_drv_clock_init()
- nrf_drv_clock_lfclk_request...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Hello,
I want to establish a 2-way communication with (nrf52 and nrf52840) and (nrf52840 and nrf24) but I am having issues getting started with the coding. This is my first...
Hi All,
I have been using the fatfs examples to write data to a SD-CARD Using SPI, Up until now I have been able to use effectively, as per the documentation I Understand...
I don't know how to manage the Bonding key. I confirmed the following sequence, but it is abbreviated as "Keys stored in keyset". At what timing and how should I get and save...
Hi guys,
I am creating an application that can enable my device to measure the voltage and temperature, after I am able to send these data via BLE to my mobile app (nRF...
hello Nordic
i am working with nrf52832, sdk 6.0, softdevice s132 v7.0
i read around the forum that i can advertise a beacon packet every 20 ms
but in the ble_app_beacon...
I was using MBED TLS crypto library for various cryptographic stuff and hashing. It was working fine with SDK 1.2.
I tried to port my code to latest SDK 1.3 and I am having...