Welcome to the Line Follower League!!! The purpose for the Line Follower league is to create a community of robot enthusiasts… The aim is to create a line following robot to race against the clock, but the bigger picture is…
Month: October 2019
Arduino Learning Board. Sound Sensor Analogue.
The end result. Pre-Knowledge. Setup your Arduino. http://brisbaneroboticsclub.id.au/setup-your-arduino/ Install the Arduino Learning Board Library. http://brisbaneroboticsclub.id.au/arduino-import-learning-board-library/ References. Nil. Wiring Diagram. Sensor Arduino A0 A0 G GND + 5V D0 Nil. Arduino Code. File>Examples>Arduino Learning Board>ALB_SoundSensor2 Run the Code. Upload the code…
Arduino Learning Board. Sound Sensor Digital.
The end result. Pre-Knowledge. Setup your Arduino. http://brisbaneroboticsclub.id.au/setup-your-arduino/ Install the Arduino Learning Board Library. http://brisbaneroboticsclub.id.au/arduino-import-learning-board-library/ References. Nil. Wiring Diagram. Sound Sensor Arduino A0 Nil G GND + 5V D0 D2 Code. File>Examples>Arduino Learning Board>ALB_SoundSensor Run the Code. Upload the code…
Arduino Learning Board. Joystick.
The end result. Pre-Knowledge. Setup your Arduino. http://brisbaneroboticsclub.id.au/setup-your-arduino/ Install the Arduino Learning Board Library. http://brisbaneroboticsclub.id.au/arduino-import-learning-board-library/ References. Nil. Wiring Diagram. Joystick Arduino GND GND +5V 5V VRX A0 VRY A1 SW A2 Code. File>Examples>Arduino Learning Board>ALB_Joystick Run the Code. Upload the…
Arduino Import Learning Board Library
The end result. Pre-Knowledge. Setup your Arduino. http://brisbaneroboticsclub.id.au/setup-your-arduino/ References. Nil. Wiring Diagram. See wiring diagram in references link. Code. Open Arduino IDE. Go to Sketch>Include Library>Manage Library. In the search box, type ‘learning’. Search for the learning toolbox with the…
Arduino Tone Melody – Peizometer Speaker.
The end result. Pre-Knowledge. Setup your Arduino. http://brisbaneroboticsclub.id.au/setup-your-arduino/ References. https://www.arduino.cc/en/Tutorial/ToneMelody?from=Tutorial.Tone Wiring Diagram. See wiring diagram in references link. Arduino Code. File>Examples>02 Digital>ToneMelody Run the Code. Upload the code to the Arduino.
Arduino Sweep – Servo control
The end result. Pre-Knowledge. Setup your Arduino. http://brisbaneroboticsclub.id.au/setup-your-arduino/ References. https://www.arduino.cc/en/Tutorial/Sweep Wiring Diagram. See wiring diagram in references link. Arduino Code. File>Examples>Servo>Sweep Run the Code. Upload the code to the Arduino.
Arduino Read Analogue Voltage with a Potentiometer
The end result. Pre-Knowledge. Setup your Arduino. http://brisbaneroboticsclub.id.au/setup-your-arduino/ References. https://www.arduino.cc/en/Tutorial/ReadAnalogVoltage Wiring Diagram. See wiring diagram in references link. Arduino Code. File>Examples>01 Basics>ReadAnalogVoltage Run the Code. Upload the code to the Arduino.
Arduino Fade.
The end result. Pre-Knowledge. Setup your Arduino. http://brisbaneroboticsclub.id.au/setup-your-arduino/ References. https://www.arduino.cc/en/Tutorial/Fade Wiring Diagram. See wiring diagram in references link. Arduino Code. File>Examples>01 Basics>Fade Run the Code. Upload the code to the Arduino.
Arduino Digital Read Serial
The end result. Pre-Knowledge. Setup your Arduino. http://brisbaneroboticsclub.id.au/setup-your-arduino/ References. https://www.arduino.cc/en/Tutorial/DigitalReadSerial Wiring Diagram. See wiring diagram in references link. Arduino Code. File>Examples>01 Basics>DigitalReadSerial View Serial Output. Run the Code. Upload the code to the Arduino. Open the Serial monitor. Press the…