1 / 13

Robotics

Robotics. Catchup/Review: switch, arithmetic, range, loop Bluetooth Lab: Finish parallel parking. Next: Use Bluetooth communication for calculate & send location exercise. Review NXT-G. Switch block Arithmetic block Two operands or operand & constant Range Inside or outside

Download Presentation

Robotics

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Robotics Catchup/Review: switch, arithmetic, range, loop Bluetooth Lab: Finish parallel parking. Next: Use Bluetooth communication for calculate & send location exercise.

  2. Review NXT-G • Switch block • Arithmetic block • Two operands or operand & constant • Range • Inside or outside • Data wires or constants • Loop • Infinite, counter, logic

  3. More NXT-G • Check out the random block to produce random number: Complete palette, DICE icon, you can set min and max (or use data wires to set min and max) • Consider using sound and then display to show the random number and make sure you include a wait (time or button push) so you can see it!

  4. Bluetooth • Master / slave(s) • Need to turn off / stop PC to NXT • Master sets up connection • Done using the NXT brick • Prior to running programs • Start off with seach/scan for devices • Choose connection number 1, 2, 3 • Password exchange • Slave NXTs will refer to Master as 0 • Slave NXTs communicate ONLY WITH THE MASTER NXT.

  5. "Relay" message system • For 3-robot relay, make the master the middle robot on the team. • Robot A starts. Sends message to master using connection 0 • Robot B, the master, receives the message. Then sends message to Robot C using 1 or 2. • For 4-robot relay, set up Robot B (master) to wait for messages on 2 mailboxes (use parallel beams), when it receives a message from Robot C, it sends a message to Robot D.

  6. Connection procedure • Turn on both NXT bricks • On master, use buttons to get to Bluetooth search (magnifier with bluetooth symbol) • Will say searching … and then stop, will have symbols for found Bluetooth devices.OTHER NXT BRICKS WILL APPEAR BY NAME • Click on the specific brick to make connectionClick again on number (1, 2, or 3). Symbol with name will now show up at number.ON OTHER BRICK, go to Bluetooth connections. The master should show up as 0. • NOTE: first time (and maybe other times), there will be request for password: DON’T CHANGE FROM 1234

  7. Bluetooth send • Sends message to • Connection number 0, 1, 2, 3 • Think of this as address • Mailbox • 10 mailboxes, • Each can hold 5 messages. Oldest gets erased if/when 6th message sent. • Message is specific data type • Text, number, logic

  8. Bluetooth receive Receive block does NOT specify connection! This NXT bricks receives at/on its own address. Receive block does specify mailbox Prior agreement on the datatype expected. Use receive message block in loop Can output message using appropriate data wire hub. If you know what a message will be, can use Wait for specific message in mailbox

  9. Slave to master

  10. Lab • Use brick / tribot furnished by Glenn and Kyle to receive messages and send messages. You need to • check program on these bricks • do initial handshake • Think about which program to start first.

  11. Lab, cont. • Use Bluetooth to send ‘discovered’ information • Send (logic) message when one robot reaches wall • Send message with position information on wall

  12. Homework • Make posting on library research project! • start work • Plan another / more BT applications

More Related