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...
We are working on a project where 802154 radio runs on the NetCore. The NetCore firmware is based on the multiprotocol_rpmsg example by Nordic. Additionally, we have a custom...
SDK : NCS v2.8.0
SoC : nRF52840
HW : custom board
Hello,
I was trying to use settings subsystem, and I managed to make setting_write() and settings_read() work....
Hello, our entire code base is built around the Nordic SDK. We are considering designing a system that uses an nRF52840 as its controller but has no wireless functionality...
Setup: The nRF52840 DK is running the peripheral_hids_keyboard sample project. The device is connected to a macOS host, showing expected functionality.
Problem: When the...
Hi, We are using an nRF5340 and nRF Connect SDK v2.6.2. We have set CONFIG_BT_BUF_ACL_RX_SIZE to more than 251 and BT_CTLR_DATA_LENGTH_MAX to 251 in our prj.conf.
W hen...
my program works on the nrf52840 DK but does not work on the custom board using nrf52840-QFAA. We are using nrf sdk V2.8.0 running zephyr. Program is attached.
What to do...
Hello,
Version - nrf Connect SDK v2.7.0
The background to the system I am developing is described here and here
In short, I have an application containing a BLE Peripheral...
Hello everyone, I hope you have a good days. I'm developing an project for military standards. I'm using Nexys 4 DDR FPGA ev. board and VHDL language. My question is how can...
NCS 2.6.0, nrf52840
On our board we have attached a QSPI nor-flash as well as a SPI-based OLED display on the same pins.
I'm wondering if there has been any attempt...
In my application, I have implemented Serial Recovery. The interface used for the transfer is UART0 , which I also use in my application at a baud rate of 1M. When I enter...
I'm struggling to get a peripheral device to work with two simultaneous connections. I have attached my configuration (for the application) and my connect/disconnect callbacks...
Good morning team,
As the nRF7002 has been certified Wi-Fi 6 and registered by the Wi-Fi Alliance, can devices embedding the nRF7002 use the Wi-Fi logo and the Wi-Fi designation...
Good morning Nordic support,
I'm a beginner with the nRF Connect SDK and the nRF5340 microcontroller.
I'm using SDK v2.9.0 (the latest available for my Mac).
I started...
Hi, I have been trying to understand how to modify existing projects/samples by adding aspect that are already supported in the libraries. I have an nrf9151 development kit...