I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Hi nRF experts.
We built a module using nRF54L15, We are doing some verification. We need to do a distance test, so we need to set the tx power of the interval between advertising...
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...