On the nRF54L15, how can I update the maximum TX time to 17040 µs when using Coded PHY?
I'm currently testing with the Throughput sample in nRF Connect SDK v2.9.1. During...
Hello,
I have a problem with using custom external Flash. QSPI communication.
nrf52840 + NCS2.9.0 , sysbuild.
Flash chip is GD25Q32, datasheet link
An error occurred...
Hi
We know PMIC nPM1300 can transfer battery information through I2C to nRF54L15 to run fuel gauge algorithm
Can we user other PMIC(like MAX77654) that also have I2C I...
Hello,
I'm working on a project that uses the Serial LTE Modem (SLM) application on a custom board. The main processor sends data to the nRF9160 over UART. The project is...
By default the GRTC peripheral is not cleared when started via sys_clock_driver_init . This is because nrfx_grtc_init calls nrfy_grtc_prepare , however NRFX_GRTC_CONFIG_CLEAR_AT_INIT...
Hi I want to know if I can use the nRF52850-DK to flash the Xiao Sense Plus from seeed? I am following the following tutorial which says I need to use a J-Link but that's...
Hello, I am not sure if this is the most appropriate place to ask this question, but any comments are welcomed. I am developming a sensor platform that tries to use extended...
I met some problems in testing ECDH , the project is the example in E:\Source\NRF52832\nRF5_SDK_11.0.0_89a8197\examples\ble_peripheral\ble_app_uart\pca10040\s132\arm5_no_packs...
Hi!
I am using SEGGER Embedded Studio for some of the projects. I do utilize C++ in the projects wherever possible and have found that I cannot make the delete operator...
I am working with nRF24LE1 and I use the Gazzell library. But I need a real time base. I have a chance, because I think Gazzell uses that resource. Is there any way I can...
Hello
I am using gazell on the nRF24LE1.
I would like to know some recommendations on how to estimate a consumption on the side of the device based on the times and repetitions...
Hi. I just recently started using nRF24L01+. I am trying to simulate MultiCeiver using 2 mcus and 2 nrfs.
PTX sends a message on all 6 pipes of the PRX. The problems start...
HI,
I look at nRF5 SDK doc about Gazell,see that 'the nrf_gzll_device_tx_info_t contains the num_channel_switches parameter which can be used by application to determine...
Hello
I am quite a beginner and have been trying to get it work for 2 weeks now.
I would like to merge these 2 example codes from nordic:
Shockburst TX example...
Hi everyone,
I want to use MasterEmulator.dll (2.1.13.14) in my own application (C#) for development. Then I realised that line
MasterEmulator mMasterEmulator = new...
I am using nRF52 and Raspberry Pi 3 (with BLE).
In the Raspberry Pi, I am using bluez.
I was attempting to connect with the NORDIC_BLINKY app but the message below was...
Hi, I wonder how to get the Nordic SDK-examples work with VisualGDB.
As I would like to read TWI sensor values a good point to start from are the Nordic examples.
But...
my project is used nrf51822 mcu, it contains SIM, when the mcu is reading SIM data, and at the same, I take out theSIM, and the 51822's pin which is link with SIM is can't...
Hi, Nordic
I use SDK12.1 with nRF52832, I found one issue:
if I do not program bootloader, nRFgo Studio can program app.
First, erase all flash, then program softdevice...