I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I have an application where I am using the SAADC to take ADC samples. At any point during the measurements, I want to be able to stop the samples prior to the ADC buffer filling...
Hi,
I trying to adapt the ble_app_multilink_central example to allow more than 8 peripheral connections to the central device. However, when I change NRF_SDH_BLE_TOTAL_LINK_COUNT...
Hi,
I am using nRF52832 board and I want to understand the current consumption in the board will differs while running the code in zephyr RTOS platform and without zephyr...
Hi,
I would like to know where Matter's commissioning ad timeout is set.
I understand that it stops after 15 minutes, but I don't know where it is set.
Best regards...
I am currently learning nRF52840 , I started the BLE fundamentals course , and this the lesson 1 exercise , It Worked Fine , after the lesson 1 , none of the lesson's exercises...
Hello, I want to update the firmware(FOTA) of nrf5340 using AT Command of nrf9160.
I've already reviewed the content in the dev academy below https://academy.nordicsemi...
Hi,
I'm using nrf9160 MQTT at commands to send real-time data to the cloud. I run into the issue where the MQTT publish may fail (frequency varies around 1 out of 500 publishes...
Generally, the peripheral calls the sd_power_system_off() function to enter power off mode. Then use GPIO interrupt to exit the power off mode and connect to the central device...
Hello,
I've been encountering build issues when trying to include MCUboot as a bootloader for my nRF7002DK project using the Nordic Connect SDK version 2.5.2. Specifically...
Hii,
I am using NFC tag reader to interfacing with nrf52832 board , I am using nrf connect 2.6.0v. The sample file is also given( TAG_READER )
I am using spi protocol...
Hello,
Our setup consists of two nrf52840 devices on custom boards. The devices establish a BLE connection via the Coded PHY (S=8). DLE is used. Connection event time is...
Hi, Experts,
I have questions about nRF5340 2.4GHz 2Mbps proprietary wireless feature.
1) Is it based on IEC 802.15.4 PHY to support 2MBps?
2) Is it compatible to 2...
I want to get mac address using NRF5340_DK
Which function is used to get print mac address using NRF5340_DK.
I try to print the current device's MAC address using NRF5340_DK...
Our offshore hardware team is looking to verify their hardware using a R&S CMW500 configured as an access point. They have noticed that the release notes for SDK 2.4.0 mention...
I can build my project fine with the vscode extension, but when I copy the `west build ...` command from vscode and run it from CLI, i get an error about how the SOC option...