This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Project: LEGO Episode # 29 | |
* Bridging All Sensors Together — Pitbot | |
* Collecting All Codes for the Final Act of Giving Behaviors to Robot | |
* | |
* Sharp IR Sensor - 0A41SK | |
* 4–30cm Infrared IR Distance Measuring Sensor | |
* | |
* INO file: _29_Sharp_Distance_Sensor_01.ino | |
* | |
* date: 9/01/19 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Project: LEGO Episode # 29 | |
* Bridging All Sensors Together — Pitbot | |
* Collecting All Codes for the Final Act of Giving Behaviors to Robot | |
* | |
* INO file: _29_HC-SR04_SimpleTest_01.ino | |
* | |
* date: 9/01/19 | |
* | |
* code by: https://forum.arduino.cc | |
* hardware by: Arduino IDE 1.8.9 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Project: — LEGO Episode # 29 | |
Bridging All Sensors Together — Pitbot | |
Collecting All Codes for the Final Act of Giving Behaviors to Robot | |
INO file: _29_YL70_4_Ch_Line_Tracker_demo_01.ino | |
date: 9/01/19 | |
code by: Public Domain | |
hardware by: Walfront |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Project: LEGO Episode # 29 | |
Bridging All Sensors Together — Pitbot | |
Collecting All Codes for the Final Act of Giving Behaviors to Robot | |
INO file: _29_74HC4067_multiplexer_demo_01 | |
date: 9/01/19 | |
code by: Public Domain | |
Hardware by: YL 70 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Project: Ardu_Serie # 83 | |
* 74HC4067 — DeMux For Arduino | |
* A multiplexer of this sort really just acts as a 16 to one 1 switch | |
* | |
* INO file: _83_74HC4067_multiplexer_demo_01.ino | |
* | |
* date: 8/30/19 | |
* | |
* code by: https://tronixstuff.com | |
* hardware by: Ghttps://pt.aliexpress.com/wholesale?catId=0&initiative_id=SB_20190830133819&isPremium=y&SearchText=74HC4067+16-Channel+Analog+&switch_new_app=y |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Project: Ardu_Serie # 82 | |
* Sharp IR Sensor - 0A41SK | |
* 4–30cm Infrared IR Distance Measuring Sensor | |
* | |
* INO file: _82_Sharp_Distance_Sensor_01.ino | |
* | |
* date: 8/27/19 | |
* | |
* code by: https://github.com/guillaume-rico | |
* hardware by: GP2Y0A02YK0F IRSharp (https://www.pololu.com/product/2464) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Project: Ardu_Serie # 81 | |
* HC-SR04 Ultrasound sensor 4-Arduino | |
* Ultra Simple Test Experiment | |
* | |
* INO file: _81_HC-SR04_SimpleTest_01.ino | |
* | |
* date: 8/25/19 | |
* | |
* code by: https://forum.arduino.cc | |
* hardware by: Arduino IDE 1.8.9 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Project: Ardu_Serie # 80 | |
* 4-Channel Line Tracker Sensor | |
* Ensures a Successful & Accurately Navigation For Your Robot | |
* | |
* INO file: _80_yl70_01.ino | |
* | |
* date: 8/24/19 | |
* | |
* code by: http://www.energiazero.org | |
* hardware by: Walfront |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Motor x-Axis | |
int Red = 14; // Firing order for 4-Wire Micro-step Motor | |
int Brown = 15; // First Brown coil | |
int Yellow = 16; // Then Yellow coil and so on... | |
int Orange = 10; | |
// Motor y-axis | |
// int Red = 2; // Firing order for 28BYJ-48 Stepper Motor | |
// int Brown = 3; // First Brown coil | |
// int Yellow = 4; // Then Yellow coil and so on... | |
// int Orange = 5; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// File: | |
// _24_PitBot_PanTilt.ino | |
// Project: | |
// PitBot - A Star Is Born | |
// Working at First Structure in This Sparring Robot - Episode #24 | |
// begin license header | |
// | |
// This file is part of Pixy CMUcam5 or "Pixy" for short | |
// | |
// All Pixy source code is provided under the terms of the |