
Sign up to save your podcasts
Or


Final episode for our do it yourself Steampunk Goggles, learn the code, how to build, and download the files needed for a 3D printer.
3D Printing the Housing
All the STL files are contained in the following ZIP archive
Goggle Integration Instructions:
Programming
We need to add the code that allows us to use the potentiometer to control which animation is being displayed.
Things to Remember
Things that we changed in the Code
void pattern()
{
int aRead = analogRead(7); // This checks the pot connected to Analog Pin 7 and gives us a value between 0-1024
int PatChoice = map(aRead, 0, 1020, 0, 6); // This maps the value of the pot from 0-1020 to a value between 0-5
Serial.print(aRead); // debug -- Sends the value of the pot to the serial port
Serial.print(""\t""); // debug -- Sends a tab
Serial.println(PatChoice); //
gC
These show notes have been truncated due to length. For the full show notes, visit https://twit.tv/shows/know-how/episodes/187
Hosts: Fr. Robert Ballecer, SJ and Bryan Burnett
Sponsors:
By TWiTFinal episode for our do it yourself Steampunk Goggles, learn the code, how to build, and download the files needed for a 3D printer.
3D Printing the Housing
All the STL files are contained in the following ZIP archive
Goggle Integration Instructions:
Programming
We need to add the code that allows us to use the potentiometer to control which animation is being displayed.
Things to Remember
Things that we changed in the Code
void pattern()
{
int aRead = analogRead(7); // This checks the pot connected to Analog Pin 7 and gives us a value between 0-1024
int PatChoice = map(aRead, 0, 1020, 0, 6); // This maps the value of the pot from 0-1020 to a value between 0-5
Serial.print(aRead); // debug -- Sends the value of the pot to the serial port
Serial.print(""\t""); // debug -- Sends a tab
Serial.println(PatChoice); //
gC
These show notes have been truncated due to length. For the full show notes, visit https://twit.tv/shows/know-how/episodes/187
Hosts: Fr. Robert Ballecer, SJ and Bryan Burnett
Sponsors: