Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Learn how to use the UART Write String feature for Bluetooth communication with micro:bit.
The UART Write String feature allows micro:bit devices to communicate with other Bluetooth-enabled devices, such as smartphones. This functionality is part of the Bluetooth UART service, which enables the exchange of data in small chunks. To utilize this feature, the micro:bit must first be paired with the other device. Once connected, you can send strings of data using the bluetooth.uartWriteString() function.