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...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
Hello everyone.
I would like to ask if is possible to compile and run examples from latest IoT SDK 0.9.0 on pca10028 board. Every example has only Makefile for latest pca10041...
Dear Developer Zone,
I'm using an nrf51822 with SDK8 & SD S110 v8
We have an iOS app connecting to a custom service on the NRF device. What we would like to do control...
hi,
i have a project which need dfu by OTA,but nrf51822 flash is not enough.The project detail information in the following:
chip:nrf51822QFACA10
SDK6.0
SOFTDEVICE:7.3...
I'm using nrf_drv_twi to talk to an accelerometer from an nRF51822 on a custom board. I'm on SDK 10.0.0. I'm following the example from the SDK, peripheral/twi_sensor. And...
Hi,
I set advertising data as follows:
err_code = ble_advdata_set(&advdata, NULL);
But I can't achieve advertising without ScanResponse,could you give me some suggestions...
Hello,
I do connections between 2 nrf51 with a known and static services. Is that possible to bypass the discovery to access a characteristics (i know all characteristics...
Hi,
I am having problems using the the dfu_dual_bank_ble_s110_pca10028 example on a nrf51822_xxAA device.
I have changed the memory ares to:
IROM 1: 0x3C000, 0x3C00...
So long story short - I need to pair two devices: Arduino UNO with Seeed BLE Shield and Adafruit Feather 32u4 Bluefruit LE.
Now, Seeed shield is configured, and is able...
Hello, I am now having problems to get NRF51 DK to work. My computer is connected to board with USB. It can recognize it.
Now, here is what is something strange, when...
Not sure if this is the correct place to ask this question.
I can't seem to find the download location for the Master Control Panel PC application. It seems to only available...
Hello,
I am currently trying to generate a PWM signal on P0.00 and am not having success. If I drive P0.00 without PWM, everything works fine. Is there anything that would...