Arduino Bluetooth Serial Connections
This is an introduction on how to setup, make a basic connection, and send data to and from an Arduino using Bluetooth! Bluetooth is great for transmitting data over medium distances and what’s more, Arduino just treats it like a serial data connection. This means that we can use the Serial Library. That’s a nice […]
Arduino Bluetooth Serial Connections Read More »