I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
Hello, I'm developing a BLE Central application using the nRF52 SDK. The central connects to multiple peripheral devices (nRF52832), each sending 6-byte ADXL345 accelerometer...
Hi All,
I came across this thread regarding programming external boards. ( https://devzone.nordicsemi.com/f/nordic-q-a/14058/external-programming-using-nrf52-dk )
In order...
I discovered weird modem behavior when testing my application with a weak or undetectable signal. Mine testing was as follows:
modem connected to the network
communication...
Hello,Nordic team
I am programming with nrf52833 and ncs v2.9.0
While bonding with peripheral ,central report No memory to create new report.But my soc flash and ram are...
I work on nRF54L15DK.
When building for the nRF54L15DK, only 188KB of SRAM is allocated. The remaining 68KB seems to be allocated to the FLPR MCU. How can I change this...
I have already written the factory data to the device, and commissioning via Apple TV is successful.
It also works when using the --bypass-attestation-verifier 1 parameter...
I have a few questions about the new privacy requirements added to the RED for CE certification starting in August 2025:
Does ANT+ still comply with these new requirements...
Hello!
I'm new to Nordic Semiconductor and currently developing a project for which I need support regarding the nRF9151 DK . Before placing an order, I would like some...
I am currentry trying to evaluate the RAYTAC-MDBT50Q-CX-40.
Raytac Corporation 勁達國際電子股份有限公司
But sample applications(helloworld, blinky) don't work.
I installed the...
nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run. It has run on its own before with this configuration:
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC...
Hello,
Since a few days ago, when I start VS Code, I get the following warning:
But when I check the settings in VS Code, v1.x.x is not there.
What could be the...
Hi,
I recently bought a J-Link Mini EDU and a Tag-Connect TC2050-IDC cable (bought the legged version for some reason, but I guess I can break the legs). I wanted to use...
I'm having trouble getting the I2C interface working on our nRF54L15-based prototypes. The initial config write to the device fails; specifically, in the twim driver (i2c_nrfx_twim...
Hi,
I have one application that includes one basic BLE services such as one Custom service, ANCS, DFU and NUS.
I have a custom board with three i2c sensors, and one SPI...
Hello, I’m currently working on a PDM microphone project using the nRF52840 and the Zephyr RTOS. I’ve been testing the official dmic example from Zephyr (located at ncs/v2...