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...
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...
Hello, I had working BLE application build on v2.6.2. After migration to SDK v2.9.0 BLE is not advertising anymore. I think it may be related to default controller that is...
I am trying to use TTM (nRF Thread Topology Monitor package) with a newly bought nRF52840 Dongle (PCA10059) on Windows.
Following the instruction at https://docs.nordicsemi...
Hello,
I am trying to play the AT45 DataFlash driver by directly copying the sample code from nRF connect SDK v2.9.1 (C:\ncs\v2.9.1\zephyr\samples\drivers\spi_flash_at45...
Hello Nordic,
Can you share pdf of nRF91 sneak peek presentation.There is an audio problem on video.
Best regards,
Marcio
www.nordicsemi.com/.../Low-power-cellular-IoT...
hi team,
i am having a doubt. i had created a service for connection interval which is 0x1528. with read and write properties. in that we can set value from 100ms to 10240ms...
I would like to ask for any information regarding the near-future plan for the nRF SDK for Mesh.
Are these features planned? And if so, when would they be implemented?...
nRF52832
There are three ways of working with the clock registers, a hardware access layer macro set, the nrf_drv_clock.c/h, and direct register access.
What is the...
I am implementing Device Firmware Update using BGLib on C# using BLED112. When i am writing on the DFU Data point on Peripheral (which is a Nordic's nrf51 chipset), i need...
hi,everyone.
version:sdk10.0
i know the nrf51822 system running order is: softdevice->bootloader->app.But i have a question when i am reading bootloader. If the program...
I have a question about the wait_for_flash_ready routine in the nrf_nvmc.c file.
static inline void wait_for_flash_ready(void)
{
while (NRF_NVMC->READY == NVMC_READY_READY_Busy...
Hey,
I have my nrf 52 dk and nrf connect 1.1.1.
I have soft device v3 on my nrf 52.
I connect my board into my computer, NRF connect recognizes my board and gives me...
Hello,
4 of 5 times when i want to connect to my firmware using RTT the firmware crashes.
Commands that i use are:
terminal one: JLinkExe -if SWD -device nrf52 -speed...
Hello ,
I'm using nRF52810 with SDK 14.1 base on ble_app_uart example. where i am continously receiving the GPS data via UART. i am putting my GPS module in sleep mode...
Hello,
My setup is: ble_uart_app example, custom board with nrf51822, sdk 6, s110, nrf connect for pc.
I am advertising with my peripheral device. Whitelist is being...
Hello,
I am trying to merge the code of ble_app_buttonless_dfu with the code of ble_app_uart,
because I starts all implementation with the code of ble_app_uart at first...
Hello,
I am using SDK9.0 and testing the LED_Blinky project with IAR tool, Evaluation kit. The application is executing and leds are blinking but I am not able to set a...
Hi, and thanks ahead for the help. I am working on receiving ble packets without using the soft device. I am able to transmit an advertisement with raw radio and pick it up...