Arduino/Bluetooth

From msgwiki
Revision as of 04:51, 6 May 2021 by Walttheboss (talk | contribs) (Created page with "This is a really fun way to learn talking to the board. It can display almost anything the Serial monitor can and can send nearly any command imaginable. There are tons of...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is a really fun way to learn talking to the board. It can display almost anything the Serial monitor can and can send nearly any command imaginable.

There are tons of tutorials out there and unfortunately they all seem to leave something out. As I am sure this one will as well.

Hardware

Wiring

It is important that you reduce the voltage send to the bluetooth chip.

We do this with a classic wheatstone bridge voltage divider.

Uploading

You need to disconnect the Rx and Tx pins when uploading.

If you are using Software Serial Library to use alternate pins you may not need to do this.