I am trying to live capture and analyze traffic on Wireshark. I followed lessons like https://academy.nordicsemi.com/courses/bluetooth-low-energy-fundamentals/lessons/lesson...
I have downloaded the nrf SDK v3.2.1 and i am testing its BLE sounding reflector and initiator sample code on two different xiao boards here is what i am getting at the serial...
Using Thingy:53, I needed to add the following code to the boards/thingy53_nrf5340_cpuapp_ns.overlay file in order to be able to view the output:
&uart0 {
status="okay...
Sadly not in the documentation and the sizes changes from 5.0.0. I did try using the 5.0.0 but it doesn't boot (could be another problem). Thought I'd ask anyhow.
Hello all,
I'm using ble_wifi_provisioning example.
I need to save the phone pairing. I added the definitions as described here: https://academy.nordicsemi.com/courses...
Short note how to make FreeRTOS program debugging with eclipse little simpler.
If you are looking the information how to configure the whole environment see this post: https://devzone.nordicsemi.com/tutorials…
The first in a series of blogs that will help educate on what is most important about Bluetooth 5 and take you deeper into the details of how it works and how you can benefit most from using it.
Taking…
Several users have pointed out a sudden flash size increase in some of our Bluetooth examples. We decided to write a quick post here to describe the reason for this and explain how to decrease the size…
The biggest pain point when debugging an application on the nRF51 series is the inability to set breakpoints while the SoftDevice is active without triggering an assert. Although a workaround exists that…
The new Bluetooth 5 specification promises twice the speed and 4 times the range. Doubling the speed is achieved by increasing the on-air datarate to 2Mbps, while quadrupling the range is achieved by lowering…
PolyMCU is an Open Source Framework which has been designed to be as flexible as possible: host OS independent (support Linux, Windows, MacOS), support any toolchain (GCC, LLVM), any RTOS (ARM RTX, FreeRTOS…