2022-03-13 (Su) RemoteFinishLine Bluetooth connection

Yesterday I struck out with Bluetooth modules because I picked some that weren't meant to act as a transparent serial port. I had more ready to test, but I wasn't sure which models were the kind I wanted. I grabbed a pair called "HC-06," which was almost correct since they were a simple version that could only wait for a connection and not initiate one. I tested this and connected with an Android phone and an app called Bluetooth Terminal. I had to add the module through my phone's settings first.

I grabbed another module named "HC-05," which can initiate a connection. electroSome's website has a good walkthrough for the module and links to a comprehensive list of available commands. I failed until I read up on how to put the module into the correct mode, which meant holding the "KEY" pin high, which I accomplished by tapping off the ISP cluster of my USB to serial converter. Next, I changed my serial terminal's baud rate to 38400bps, and I could talk with the module in configuration mode. I blundered through the steps and got the modules talking, but I'll need to iron out the steps and put them into pseudo-code.
Serial terminals on two computers

The rest of the posts for this project have been arranged by date.
First time here?

Completed projects from year 1
Completed projects from year 2
Completed projects from year 3
Completed projects from year 4
Completed projects from year 5
Completed projects from year 6
Completed projects from year 7
Completed projects from year 8

Disclaimer for http://24hourengineer.blogspot.com and 24HourEngineer.com

This disclaimer must be intact and whole. This disclaimer must be included if a project is distributed.

All information on this blog, or linked by this blog, is not to be taken as advice or solicitation. Anyone attempting to replicate, in whole or in part, is responsible for the outcome and procedure. Any loss of functionality, money, property, or similar, is the responsibility of those involved in the replication.

All digital communication regarding the email address 24hourengineer@gmail.com becomes the intellectual property of Brian McEvoy. Any information contained within these messages may be distributed or retained at the discretion of Brian McEvoy. Any email sent to this address, or any email account owned by  Brian McEvoy, cannot be used to claim property or assets.

Comments to the blog may be utilized or erased at the discretion of the owner. No one posting may claim property or assets based on their post.

This blog, including pictures and text, is copyright to Brian McEvoy.
2022-03-13

Comments