What is the best way to communicate between two arduinos serially via bluetooth?
I want to be able to receive and send commands and include a handshaking process in case of errors.
For these kind of projects is it better to just create my own library or try to use an existing one?