Hello,I am working with the nRF9151 SMA DK and I need the VDD_GPIO rail to operate at 3.3V to interface with some external components.
According to the schematics, VOUT1...
Hi,
I want to download FOTA-updates with HTTPS from a function app running on Azure. I am not using IoT hub or MQTT. I'm using modem firmware 2.0.4 in combination with version...
Hi,
In our PCB using the nRF54L15, we used different P2 pins for the sQSPI, believing after reading the docs and driver API, that one could configure different pins than...
Hi, While using the Axon TFLite compiler to compile a series of TFLite models, we encountered a peculiar issue. The largest layer in the models (i.e. the dense layer right...
Is it necessary to perform the GATT device discovery process whenever two bonded device re-connect? I'm using two nRF54L15-DK boards, one is Central and one peripheral. Developing...
While configuring a scene, the blind device is not visible in the scene settings screen, so it is not possible to set or save the blind position as part of the scene.
Steps...
Hello,
I am trying to develop a product on a large scale. I need the last 4 digits of DEVICEADDR[0] as the advertising name for uniqueness. But I am not able to get it working...
I started working on power saving. I tried running the power_off sample from zephyr but there was no change in the current. The current holds the range 30mA to 32mA even after...
Hi,
I'm using saadc library to measure the voltage on nrf52832 DK. also I'm using soft device s132 on the project. I have several questions and will list below,
I want...
Dear Team,
I am trying to use nrf53840 USB dongle as sniffer. getting following error.
Reopen device failed: Timeout while waiting for device FAC66FF88C25 to be attached...
hai ,
In my application to connect 5 peripherals with central and here i am connecting with device names
static char const m_target_periph_name1[] = "Nordic_Blinky1";...
I try to send NRF_DFU_OP_PING reqeust ,then received BLE_GATTC_EVT_WRITE_RSP message. but write_rsp.len is equal to 0,.I can see gatt_status is BLE_GATT_STATUS_SUCCESS. I...
hai ,
i my application i should connect 5 more peripherals with one central .
at first i connected with peripherals mac id , mac id hard coded in central
in central...
Hi,
Is it possible to be notified when the device is entering/exiting idle? All I can see is that idle thread calling k_cpu_idle which doesn't appear to have any hooks?...
Hi! Some prerequisite info:
We are using nrf52840 boards as our peripherals
We are using v16.0.0 SDK
We are using the s113 SoftDevice, more specifically s113_nrf52_7...
I want to connect and get data multiple peripheral to a single central device.
I used this example https://github.com/NordicPlayground/nrf52-ble-app-uart-c-multilink
...
I can't figure out how to respond to a custom Zigbee cluster command, let alone send a custom response. Is there any example on which I could understand how to send a command...
Hi!
we're just finishing the layout for a custom nRF52832 board. On the custom board we have a connector for SWDIO and SWCLK to flash the firmware. Can we use theese 2 pins...