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,
we are developing a new product based on the nRF52833 QFN40 IC.
We would like to add the nRF21540 range extender to the product and also a SPI Flash to store...
I am currently working on a project involving Bluetooth channel sounding for distance measurement using the nRF52840 dongle and nRF52840 development kit. While I was able...
Hello,
I’m using the nRF Connect extension for VS Code, and I encountered an error while trying to compile the peripheral_hr sample code.
I'm using SDK 2.9.0 with toolchain...
Hi
using nrfConnect SDK 2.9 I try to use the non-blocking SPIM example and the nRF52840DK as starting point for my application.
I encountered an error:
CMake Error at...
Hi,
Happy New Year! I hope this year brings fewer bugs than the last.
SDK Version: 2.7.0 Board: Seeed Studio XIAO nRF52840 Sense
System Description: I have a setup...
Hello.
The chip of Nordic, nRF21540: https://www.nordicsemi.com/Products/nRF21540 Is it possible to use it as a RF amplifier (PA + LNA) for a ESP32-S3 chip, which is 2.4GHz...
I am trying to transferring 9 16-bit floating point data(acceleratometer, gyro, magnetometer * x, y, z) fetched from icm20948 sensor by BLE Mesh, using nrf54l15dk. I changed...
Hi
We plan to use the nPM1100 for charging a LiPo battery and provide power to an nRF52810 processor and subsystem. The battery is very small and has no PCM.
Questions...
This is the example:
https://raw.githubusercontent.com/IRNAS/ppk2-api-python/refs/heads/master/example.py
Anything related to ampere meter mode does not seem to work,...
HI,
I am working on a NRF54L15 with NCS 2.9. I have a service my_service created with BT_GATT_SERVICE_DEFINE, with two characteristics, "Protected" and "Password". "Protected...
Hi
I am looking a simple way to synchronise multiple devices which might be in connected state(and streaming data) or not(storing data on flash).
I need an sync accuracy...
Hello,
I’m having trouble understanding Apple’s requirements for the advertising interval.
https://developer.apple.com/accessories/Accessory-Design-Guidelines.pdf
...
Hi
in NRF connect SDK is it possible to do the following:
recive one byte from PC via USB to a dev board. Immediately or with a delay less than 200 micro second send a...
I have a linux driver that uses nRF7002 am able to have both STA+AP. The issue I'm running into is that when I have STA up, AP MUST be the same channel, and vice versa. I...