hello, im from india im using nrf24l01+ for my project to transmit and receive data between two arduinos. i tried all tutorial basic programs but i cant sucessfully send and...
I'm analyzing app_timer scheduling code..
I have an question about list_insertation_handler function in SWI0_ISR
I think if ( (p_timer->ticks_at_start - m_ticks_latest...
I would like to test the newly added v4.2/v5.0 Bluetooth features (e.g. LE Secure Connections, Data Packet Length Extension, 2xSpeed, etc) against non-nordic devices. I have...
I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control an LED using the methods LEDS_ON and LEDS_OFF. I wanted...
Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Hello everybody,
for my project, i will bond the peripherial with the central.
I test my device with the MCP and can connect without problems. When i press the Bond Button...
Hello,
I am working on a custom Agora board that includes a BT40 module with an nRF5340 MCU. I am trying to enable the MCUboot bootloader by setting CONFIG_BOOTLOADER_MCUBOOT...
Hi,
When add Homekit using the Matter Template(SDK V2.8.0) routine on the NRF52840DK development board, Homekit displays a final result of failed pairing with accessories...
We developed firmware based on the sample provided at the following link to pass Japan's technical standards compliance test https ://docs .nordicsemi .com /bundle /sdk_nrf5_v17...
I tried to use nRF54L15DK for program development, but so far I have run into some issues:
I wanted to use the coprocessor from nRF54L15DK to do some data processing, and...
Previously, nRF Connect SDK was working without issue. However, now when I try to create a new build configuration, it hangs at the following step:
It's unclear why this...
I am getting this error on the 7th time I perform an action:
I understand it's an lvgl error and could be specific to lvgl but I think, considering it's only happening...
Hi,
I am trying the sample code in this regard. I have changed the I2C pins in the overllay file and bme register address to 0x77 as follows. It seems working but I have...
The instructions are: On the command line, open the directory ncs . The following steps have one do a west init directly in the directory ncs. But they should say to create...
Hello,
I’m using VS Code with the nRF Connect extension. When I try to build the “bme68x_iaq” application to upload it later to the Nordic Thingy:53 and read its data, I...
i used sdk version 15.2 everything work fine but in ios 15 its not show services when android work fine and ios 14.8.1 also work fine and show services please help
There are multiple errors:
Failed to clone the repositories: Error: Cloning into '~/ncs/v2.6.1/.west/manifest-tmp'... /~/ncs/toolchains/2be090971e/usr/local/libexec...
When initially starting Sidewalk on BLE it seems that the current consumption is high if you start with only LINK1 enabled. It seems that perhaps this is due to the SX1262...
Hello,
I am using two nrf52840 DKs to test ble transmission and i2s output. The nRF Connect SDK I use is v2.6.0.
Both of them are ble connected. One sends data to the...
Hi,
I am currently working on creating a Custom Profile, and have used Peripheral Sample code. I tweaked the code and was able to send 512 bytes of data on 8 different characteristics...