Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
in my own board. I start a spi master.
and capture the signal of the CSN and SCK.
they looks abnormal
in one burst (package), the CSN has two pulse. I think the CSN...
I'm just using nRF24LE1 to make 2.4G wireless mouse, mouse sensor is PAW3205DB-TJ3T. But i got a problem, PAW3205DB-TJ3T uses two-wire spi(SCKL+SDIO), nRF24LE1 only supports...
I am trying to do an OTA update of the firmware on my device. I am using Nrf Connect SDK 2.1. I followed some of the tutorials and setup the device to advertise the SMP UUID...
I am using the VSCode extension (2024.12.55), nRF Connect SDK ( 2.9.0). I created a new project from the USB loopback sample to investigate how to configure a project for...
Hi,
I suddenly started getting MPSL ASSERT: 112, 2134 upon BT enable and upon research came across this post ( link ) and used following code:
HFXO starts on peripheral_lbs...
Hi,
We are developing a new project using the nRF52832 as our controller and nRF5 SDK 17.0.2 as our SDK.
We have integrated the NUS client and NUS peripheral parts from...
I have an application where I use the bt_gatt_write() method and I would like to obtain information about the number of packets sent in my operations.
I would like to know...
Hi,
I am baffled by the QOS handling (and/or not handling) in asset_tracker_v2, especially in view of the fact that there is a QOS library as part of the nrf repository...
Using the nRF Connect Desktop application and the nRF Connect SDK for my nRF9160dk.
I would like to monitor RAM usage during runtime of my program. In particular I am interested...
Hello,
I am trying to migrate a project nRF Connect SDK v2.6.2 to v2.7.0 for the nrf5340dk target board, particularly to update to the new hw model v2 and sysbuild. I am...
Hello,
I am using nRf21540 and nRF5340 in GPIO+SPI config, where SPI is controlled via MPSL and separate spi0 bus.
I have configured the board files based on nordic,nrf21540...
devicetree overlay file
// * Connecting ADC channels
// For more help, browse the DeviceTree documentation at docs.zephyrproject.org/.../index.html
// You can also...
I just ported your AWS IoT for MQTT from this repository .
If I keep IPv6 enabled, I can get the address information without any problem. However, if I disable IPv6, the...
I have a project that runs fine when CONFIG_BOOTLOADER_MCUBOOT is disabled, but when I enable it pins 15 and 16 are pulled high. I need the mcu bootloader to run but is there...