hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
Hi Nordic,
I've built a ble app with a custom protocol, but am struggling with storing bonds, when running under freeRtos.
What I see:
central app crashes (hardfault...
Hello All,
I am new to this forum, I have been using nRF51822 for a while, and its a great little BLE chip. I am usinga BLE keyboard to send a key to iphone and I captured...
I WANT COMMUNICATION BETWEEN A NRF51422 AND NRF528321 BOARDS, IN WHICH IN NRF51422 BOARD I WILL MEASURE PWM COUNT(IT IS PHERIPHERAL) AND SEND IT TO NRF528321 BOARD WHICH IS...
Currently, I have configured cs-gpios in the device tree and loaded the SPI in the main function. Why is D0 (representing CS) kept high in my experimental waveform, and SCLK...
Hello! Some time ago we bought your NRF54L15 dev kit 0.9.1. ( for channel sounding BLE6) with an aim to make a product for staff positioning at underground mines. For this...
I used the application_update example, added external FLASH support code, and incorporated the nrf\samples\wifi\scan code. Initially, the NRF9151 and NRF7002 communicate normally...
Dear All.
I tried to test and evaluate LoRaWAN stack on Zephyr, without success. I will need more time to debug what is happening by the logic analyzer. Meantime I attached...
Hello everyone,
We’re developing a prototype using the nRF52840 MCU, and we need to flash a bootloader over SWD using a 1.8 V system powered by a PMIC. I’m exploring whether...
Hi,
I have a question on the correct usage of queues in Zephyr.
I have a firmware program that uses multiple threads, and as it has developed over the years multiple threads...
Hello,
We are investigating a sudden battery drain issue in our nRF52832-based wireless product. During power profiling, we noticed unexpected current glitches (please see...
Hi,
I have nRF54H20, SDK 3.1.0
is there any sample (tested) which is running with high speed peripheral? I need to test high speed SPI (SPI120 or 121).
I found (....
I am trying to get an end to end BLE application working. I have an nRF52832 board that is running peripheral_uart. It is advertising and sending a text stream to the connected...
Hi Nordic support
We have ealier used your legasy SDK16.0 on nRF52840 where we where programming our device serial number in the UIRC area.
NRF_UICR->CUSTOMER[0-4] where...
Dear,
I was trying to flash a custom board using a nrf5340 module (Raytac MDBT53-1M) threw P20 connection of a nrf5340-DK like described in https://infocenter.nordicsemi...
I have discovered a serious issue with Bluetooth connectivity on iOS 26.
My device use nrf52832 and sdk15.3, it consistently disconnects just a few seconds after a successful...
Hello, i am already 1 week trying to make tracing working. I have NRF54L15DK and SEGGER J_TRACE PRO. I solder trace port on the board.
I did enable => nRF TPIU in nRF KConfig...