I made some tests with PPK-II in source meter mode by connecting a load resistor in series with a Fluke 8846A ampere meter to the PPK output. A also hooked a GW Instek GDM...
Hi,Team,
I am developing Pawr using nrf54l15-dk.
I want to realize the connection and communication between the broadcaster and the upper computer software nRF Connect...
Hello,
I'm currently trying to integrate the Android-nRF-Mesh-Library in our App.
Identifying works fine but when the library tries to send the public keys to the node...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hi,
I had an experience with embedded programming but never with wireless technology. I am using Nordic SDK v16.0.0 and nRF Mesh SDK v4.0.0.
Here is a short description...
Hello All,
I am working on the Nrf52810 board with sdk 14.2.
I have implemented the read ,write , delete feature in my code.
Now it is creating new entry for repeating...
Dear All, I am trying to compile an application based on the Zephyr project for the nrf52. I am following the instructions from here .
I am using Windows. Using SES everything...
Thanks in advance.
Hi guys am working with nrf5282 (softdevice s132 V1.6.0 and SDK version 15.2.0), also enabled freertos, and also make softdevice changes rleated freertos...
Hello,
I am using nRF52840, SDK_16.0.0, S140 SoftDevice and Segger 4.16 for flashing the image.
As part of my Factory setup we want to download MBR, bootloader, SoftDevice...
Hi,
I would like to perform DFU over Mesh. I am following the steps
https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v4.0.0/md_doc_libraries_dfu_dfu_quick_start...
Hi,
anyone help me.
I am facing the issue during DFU with OTA. the steps are listed which had I done,
here trying to update softdevice.
1. Erase all.
2.flashed softdevice...
hey guys,
I want to write a c code to display temperature sensor data which is inbuilt in the nrf52840. I am using segger embedded studio. Can I get some reference code...
SDK: 15.3.0
Softdevice: S140 6.1.1
Brief usage: multi protocol radio driver 1.5.0, uart1, spi1, twi1, saadc, ble, gpiote 2 inputs, pwm1
I have been finding high current...
Hi,
I'm running into issues with the watchdog never firing. I'm using SDK v15.3.0, with S132 v6.1.1, and a custom bootloader (based off secure_bootloader example).
The...
I can successfully download an image using nrfutil dfu serial when I use a test image compiling the bootloader with the Nordic default public key.
I cannot successfully...
Hi. Is it possible at all to link a GPS module to an nRF52840 SoC and being able to advertise coordinates without having to connect the nRF52840 to the remote node? Thank...
I want to change the local device name by calling sd_ble_gap_device_name_set() and then send a services changed indication to the client so it will read the new name. The...