Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
Hello,
I’m encountering an issue with my nRF52 device where it reboots during the flash_erase operation. Below is the relevant part of my code and the overlay configuration...
Hello all,
I'm using nrfx_spim_spis non_blocking sample to make my nRF5340 DK as SPI SLAVE.
I don't need SPI MASTER, so I delete the SPIM code.
But I found that I can...
Hi,
Is there any relationship between RTC peripheral and the system clock (which from DTC it looks like attached to rtc0)?
I'm trying to use PPI to generate a radio task...
I am looking for a solution of a multi-protocol controller for Linux host.
1. Coexistence of Wifi & BLE & Thread / Zigbee
The ble-coex / thread-coex example has the...
I'm trying to do a power analysis of an embedded device with a PPK2 and nRF power profiler and i'm running into an issue where i'm losing samples on longer capture periods...
I have a simple Thread joiner program. I am trying to join to a thread network created by my OTBR. Attached is my program. This program resets on call to otJoinerStart()....
Hi,
We use SDK 2.5.2 on a nrf9160. And have a hardware issue due to a too late update with the first boards. The GNSS LNA enable is wrongly connected to COEX1.
COEX0 is...
We are using eDRX to save power, but it seems like eDRX is not active always.
We currently use LTE_LC_EVT_EDRX_UPDATE callback to determine if eDRX is active. Is this...
I was modifying the download code sample in nRF connect SDK v2.6.1. I was attempting to download https//google.com/favicon.ico.
When I attempted to add the certificate for...
Now I am using the https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/direction_finding_central/README.html and https://developer.nordicsemi...
Hello ! I'm currently working on a SPI slave implementation for the nRF54L15.
I already read the spi-master-slave example.
The idea atm is basic and as follow :
My slave...
I have printed and assembled this circuit. The board is programmed with the help of a development board, but it doesn’t work. What could be the problem?
my code (led toggling...
nRF_Segger_RTT I want to port it from the high version SDK14.2 SDK to SDK7.1, is it OK?
Will it be difficult?
Can it be transplanted?
Tell me, thank you
Dear team,
I would like to have a function to measure the pulse width of the pulse that I generated and wonder if that is possible.
For example, I can generate one pulse...
I'm trying to create a demo beacon with an advertising interval of 5s and I only ever see a single advertisement from the device, following boot up. I've encountered this...