Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for the workshop tutorial README #7

Merged
merged 3 commits into from
Aug 20, 2018
Merged

Conversation

opheliasdaisies
Copy link
Collaborator

@opheliasdaisies opheliasdaisies commented Aug 18, 2018

Mainly grammatical fixes and workshop-specific clarifications. Also expanded on General Tips in build.md.


#### Step 1: Connect the HC-05 module to the Arduino for configuration

We will program the Arduino to send AT commands to the module to configure it via a SoftwareSerial connection. Wire the TX and RX pins of your module to your Arduino. They need wired in a crossover configuration, so from the module to the Arduino wire TX to pin 10 and RX to pin 11.
We will program the Arduino to send AT commands to the module to configure it via a SoftwareSerial connection. Wire the TX (transmit) and RX (receive) pins of your module to your Arduino. They need to be wired in a crossover configuration, so from the module to the Arduino wire TX to pin 10 and RX to pin 11. (For the purpose of configuring the Bluetooth module, pin 10 is used as RX on the Arduino, and pin 11 is used as TX. Later, when running Johnny-Five code, we'll use the pins labeled TX and RX on the arduino.)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the addition but it's still confusing. Might be clearer if it was more sentences?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 I'll merge this for now, so we get the updates, and will take another stab at this section for improving clarity.

@ajfisher
Copy link
Member

ajfisher commented Aug 19, 2018 via email

Copy link
Collaborator

@HipsterBrown HipsterBrown left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let your boat be its true self!

That’s a great addition. Thanks for running through the docs again. This looks good to be merged. 👍

@opheliasdaisies
Copy link
Collaborator Author

@ajfisher I'd be for that. Do you know where in the docs the pertinent info is?

@opheliasdaisies opheliasdaisies merged commit b120327 into master Aug 20, 2018
@opheliasdaisies opheliasdaisies deleted the readme-updates branch August 20, 2018 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants