I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
Hi,
I find the CSCS example program reading zero at low cadence levels below around 50 rpm.
Using ble_peripheral example ble_app_cscs loaded into the PCA10040 board or...
I had manged to deploy and configure mesh networks on Nordic Thingy devices based on these 2 examples separately. 1. Generic OnOff models https://github.com/NordicPlayground...
Hello,
I am unable to access my SRJ profile with email id [email protected] due to two factor authentication. i do not get anything in the google authentication app...
If a device has established a PDN connection, is it sufficient to rely on lte_lc's pdn module to determine if a network connection has "failed" due to being out of range,...
Nordic Team:
We have a product in production that uses the nRF9160 and nRF7000 and had assumed the nRF7000 did not transmit. We only recently discovered that it does, in...
Hi
How can I use ztest to calculate code coverage on the nrf54l15 platform, I tried to use the configurations of CONFIG_FORCE_COVERAGE=y, CONFIG_COVERAGE_GCOV=y, and CONFIG_COVERAGE...
I want to use the debug out on the nrf54l15 DK development board to program my custom board,However, I don't have a compatible cable, so I can only solder the cable onto the...
Situation
When using vanilla zephyr I get a very verbose generated zephyr.dts file where every line is annotated with the line's origin like the following:
However,...
I am using Wireshark with Nordic BLE Sniffer plugin. The sniffer dongle used is nRF52840. I using it to capture a BLE connection from my laptop BLE to a peripheral BLE device...
Hi
I would like to synchronize multiple devices over wifi.
Over BLE and NRF I see the posts using time slot spi. Is there any way to do this over WIFI?
I found this...
i found [A1A] build code on real device which in hands.
but we can not find [A1A] information on devzone, as of 2026 Apr 25th.
could you let us know more detail of [A1A...
Hello Team,
I am facing strange issue in VS Code. Previously I had installed nRF Connect SDK v3.0.0 and later I did uninstall it.
Today I was trying to install nRF Connect...
I used nRF52840 with nRF5 SDK 17.1.0
Also use freeRTOS from example "ble_app_hrs_freertos"
I need implement System-On mode deepsleep mode. So I use nrf_pwr_mgmt_run...
Hi, based on the nRF5340 Audio DK (nRF5340_AUDIO example: gateway, BIS) we send an LE Audio Stream.
As transceiver we use an Airoha AB156x based speaker: SoC name : ab156x_evb...
For just a first test board off of Thingy 91x design, can nRF5340-CMAA be replaced with nRF5340-CLAA? What's the downside of doing that? Documentation says it's not recommended...
Context : I'm building an embedded application using the nrf52832, that can turn on/off and be configured via NFC. These functionnality are implemented using the t4t library...
Hi,
We are working on a project in which data must be sent to server using NB-Iot.
We are struggling establishing an HTTPS connection with a server using the NRF9160 development...
I'm trying to slim down my application to fit in an nRF52832 (currently overflows RAM when building) so I'm carving things out using the prj.conf file. But I'm running into...