Difference between revisions of "Tech Stuff"

From Interaction Station Wiki
Jump to navigation Jump to search
(71 intermediate revisions by 7 users not shown)
Line 7: Line 7:
 
* [https://learn.sparkfun.com/tutorials/connecting-arduino-to-processing How to connect Arduino and Processing]
 
* [https://learn.sparkfun.com/tutorials/connecting-arduino-to-processing How to connect Arduino and Processing]
 
* [[Driving a motor with the L298N]]
 
* [[Driving a motor with the L298N]]
 +
* [[Arduino_basics_workshop | Arduino Basics Workshop notes]]
 +
* [[Arduino basic_workshop | Arduino Basic Workshop extended]]
 +
* [[Arduino and relays|Arduino and Conrad relay modules at the Station]]
 +
* [[Playing sound (with the MP3 shield) & pressure plates]]
 +
* [[Capacitive sensing - trigger sound in MaxMsp ]]
 +
* [[Pressure/bend sensor]]
 +
* [[Thermistor]]
 +
* [[Keyes temperature sensor module]]
 +
* [[Relay]]
 +
* [[Optocoupler]]
 +
*[[ Adafruit Cap 1188 breakout]]
 +
 +
==<onlyinclude><includeonly>[[Tech Stuff#</includeonly>Command Line<includeonly>]]<br></includeonly></onlyinclude>==
 +
* [[Command Line Useful Commands]]
  
 
==<onlyinclude><includeonly>[[Tech Stuff#</includeonly>Audio<includeonly>]]<br></includeonly></onlyinclude>==
 
==<onlyinclude><includeonly>[[Tech Stuff#</includeonly>Audio<includeonly>]]<br></includeonly></onlyinclude>==
 +
* [[Playing sound (with the MP3 shield) & pressure plates]]
 
* [http://aubio.org/ aubio]; useful tool for things like pitch tracking & beat detection
 
* [http://aubio.org/ aubio]; useful tool for things like pitch tracking & beat detection
 
* [http://beausievers.com/synth/synthbasics/ A good introduction on the basics of audio synthesis]
 
* [http://beausievers.com/synth/synthbasics/ A good introduction on the basics of audio synthesis]
Line 23: Line 38:
 
* [http://www.falstad.com/circuit/ Javascript circuit simulator]
 
* [http://www.falstad.com/circuit/ Javascript circuit simulator]
  
 +
==<onlyinclude><includeonly>[[Tech Stuff#</includeonly>DMX<includeonly>]]<br></includeonly></onlyinclude>==
 +
*[[Using the DMX Dimmer Pack]]
 
==<onlyinclude><includeonly>[[Tech Stuff#</includeonly>Emotion Recognition<includeonly>]]<br></includeonly></onlyinclude>==
 
==<onlyinclude><includeonly>[[Tech Stuff#</includeonly>Emotion Recognition<includeonly>]]<br></includeonly></onlyinclude>==
 
* [http://nordicapis.com/20-emotion-recognition-apis-that-will-leave-you-impressed-and-concerned/ Camera / sound emotion analysis ]
 
* [http://nordicapis.com/20-emotion-recognition-apis-that-will-leave-you-impressed-and-concerned/ Camera / sound emotion analysis ]
Line 29: Line 46:
 
==<onlyinclude><includeonly>[[Tech Stuff#</includeonly>Internet of things<includeonly>]]<br></includeonly></onlyinclude>==
 
==<onlyinclude><includeonly>[[Tech Stuff#</includeonly>Internet of things<includeonly>]]<br></includeonly></onlyinclude>==
 
* [http://www.simblee.com Simblee]
 
* [http://www.simblee.com Simblee]
 +
* [[Internet of Things]]
 +
* [[Lora/Gateway]]
 +
* [[Lora/shield]]
  
 
==<onlyinclude><includeonly>[[Tech Stuff#</includeonly>Kinect<includeonly>]]<br></includeonly></onlyinclude>==
 
==<onlyinclude><includeonly>[[Tech Stuff#</includeonly>Kinect<includeonly>]]<br></includeonly></onlyinclude>==
Line 42: Line 62:
 
==<onlyinclude><includeonly>[[Tech Stuff#</includeonly>Makey Makey<includeonly>]]<br></includeonly></onlyinclude>==
 
==<onlyinclude><includeonly>[[Tech Stuff#</includeonly>Makey Makey<includeonly>]]<br></includeonly></onlyinclude>==
 
* [[About MakeyMakey | About the Makey Makey]]
 
* [[About MakeyMakey | About the Makey Makey]]
 +
 +
==<onlyinclude><includeonly>[[Tech Stuff#</includeonly>Machine Learning<includeonly>]]<br></includeonly></onlyinclude>==
 +
 +
''Convolutional Neural Networks''
 +
*[[YOLO | YOLOv3]]
 +
*[[Deep Dream with Darknet | DeepDream with Darknet]]
 +
 +
''Generative Models''
 +
*[[DCGAN | DCGAN]]
 +
*[[DeepFakes | DeepFakes]]
 +
*[[Pix2pix | Pix2pix]]
 +
*[[GauGAN | GauGAN]]
 +
 +
''Reinforcement Learning''
 +
*[[Pong | Pong]]
 +
 +
''Natural Language Processing''
 +
*[[RNNs with Darknet | RNNs with Darknet]]
 +
*[[RNN | RNN]]
 +
*[[GPT-2 | GPT-2]]
 +
 +
''Other themes''
 +
*[[ML links | Machine Learning links]]
 +
 +
''Setup / Installation''
 +
*[[ML computers setup|ML computers setup]]
 +
*[[Nvidia Drivers and CUDA | Nvidia Drivers and CUDA]]
 +
*[[ML computers python|ML computers python]]
 +
*[[ML computers tensorflow|ML computers tensorflow]]
 +
*[[ML computers jupyter notebooks|ML computers jupyter notebooks]]
 +
*[[ML computers runway|ML computers runway]]
 +
*[[ML computers nvidia-docker|ML computers nvidia-docker]]
 +
*[[Docker| Docker]]
 +
*[[NVIDIA Jetson Nano | NVIDIA Jetson Nano installation]]
  
 
==<onlyinclude><includeonly>[[Tech Stuff#</includeonly>OpenEEg<includeonly>]]<br></includeonly></onlyinclude>==
 
==<onlyinclude><includeonly>[[Tech Stuff#</includeonly>OpenEEg<includeonly>]]<br></includeonly></onlyinclude>==
Line 49: Line 103:
 
* [http://www.github.com/mywdka/plotter_examples Processing plotter examples]
 
* [http://www.github.com/mywdka/plotter_examples Processing plotter examples]
 
* [http://www.chiplotle.org Chiplotle!], a python library for driving plotters
 
* [http://www.chiplotle.org Chiplotle!], a python library for driving plotters
* [http://www.github.com/mywdka/plotterturtle Plotterturtle], a simple python module for converting turtle drawings to HPGL language]
+
* [http://www.github.com/mywdka/plotterturtle Plotterturtle], a simple python module for converting turtle drawings to HPGL language
 +
* [https://en.wikipedia.org/wiki/HP-GL HPGL], HPGL language commands
 +
* [http://www.prolific.com.tw/US/ShowProduct.aspx?p_id=229&pcid=41, usb serial driver for mac]
 +
* [[4xidraw]]
  
 
==<onlyinclude><includeonly>[[Tech Stuff#</includeonly>Processing<includeonly>]]<br></includeonly></onlyinclude>==
 
==<onlyinclude><includeonly>[[Tech Stuff#</includeonly>Processing<includeonly>]]<br></includeonly></onlyinclude>==
Line 56: Line 113:
 
* [[Setting up the Kinect with Processing | Getting the Kinect to work with Processing]]
 
* [[Setting up the Kinect with Processing | Getting the Kinect to work with Processing]]
 
* [[Processing to Android app | Making Android apps with Processing]]
 
* [[Processing to Android app | Making Android apps with Processing]]
 +
 +
==<onlyinclude><includeonly>[[Tech Stuff#</includeonly>Python<includeonly>]]<br></includeonly></onlyinclude>==
 +
* [[Installing pip | Installing pip]]
  
 
==<onlyinclude><includeonly>[[Tech Stuff#</includeonly>Projection Mapping<includeonly>]]<br></includeonly></onlyinclude>==
 
==<onlyinclude><includeonly>[[Tech Stuff#</includeonly>Projection Mapping<includeonly>]]<br></includeonly></onlyinclude>==
 
* [http://hv-a.com/lpmt/ LPMT] (free)
 
* [http://hv-a.com/lpmt/ LPMT] (free)
 
* [https://hcgilje.wordpress.com/vpt/ VPT7] (free)
 
* [https://hcgilje.wordpress.com/vpt/ VPT7] (free)
* Commercial packages a.o.: [https://resolume.com/ Resolume], [http://madmapper.com/ Madmapper].
+
* Commercial packages with free demos a.o.: [https://resolume.com/ Resolume], [http://madmapper.com/ Madmapper].
  
==<onlyinclude><includeonly>[[Tech Stuff#</includeonly>Python<includeonly>]]<br></includeonly></onlyinclude>==
+
==<onlyinclude><includeonly>[[Tech Stuff#</includeonly>Web Scraping<includeonly>]]<br></includeonly></onlyinclude>==
 +
* [https://forum.webscraper.io/t/web-scraper-on-firefox/1360 Web scraper addon for firefox]
 
* [[SaF | Scrape and Fake]]
 
* [[SaF | Scrape and Fake]]
 
* [http://social-metrics.org/tutorial-list/ Good tutorials on twitter scraping]
 
* [http://social-metrics.org/tutorial-list/ Good tutorials on twitter scraping]
Line 71: Line 132:
 
* [[Raspberry Pi on Lynda | Raspberry Pi on Lynda]]
 
* [[Raspberry Pi on Lynda | Raspberry Pi on Lynda]]
 
* [[Raspberry Pi on Adafruit | Raspberry Pi on Adafruit]]
 
* [[Raspberry Pi on Adafruit | Raspberry Pi on Adafruit]]
 +
* [[Raspberry Pi SD Cards and Images]]
 
* [[Fourteen year old Henry's tutorials |Fourteen year old Henry's tutorials]]
 
* [[Fourteen year old Henry's tutorials |Fourteen year old Henry's tutorials]]
 
* [[ Raspberry pi GPIO pins | Raspberry pi GPIO pins]]
 
* [[ Raspberry pi GPIO pins | Raspberry pi GPIO pins]]
Line 77: Line 139:
 
* [[Maybe some command line magic? |Maybe some command line magic? ]]
 
* [[Maybe some command line magic? |Maybe some command line magic? ]]
 
* [[Project tutorials | Project tutorials]]
 
* [[Project tutorials | Project tutorials]]
 +
* [[Settings for connecting an rPi to eduroam]]
 +
* [[RPi/datalogger]]
 +
* [[Simple Line Printer interface]]
 +
* [[Making a video installation with Raspberry Pi]]
  
 
==<onlyinclude><includeonly>[[Tech Stuff#</includeonly>Silhouette Cameo Cutter<includeonly>]]<br></includeonly></onlyinclude>==
 
==<onlyinclude><includeonly>[[Tech Stuff#</includeonly>Silhouette Cameo Cutter<includeonly>]]<br></includeonly></onlyinclude>==
Line 85: Line 151:
  
 
==<onlyinclude><includeonly>[[Tech Stuff#</includeonly>Virtual Reality<includeonly>]]<br></includeonly></onlyinclude>==
 
==<onlyinclude><includeonly>[[Tech Stuff#</includeonly>Virtual Reality<includeonly>]]<br></includeonly></onlyinclude>==
 +
* [[Using the Vive Trackers in Unity]]
 
* [[About Oculus Rift | About the Oculus Rift]]
 
* [[About Oculus Rift | About the Oculus Rift]]
 +
* [[About Oculus Quest]]
 
* [[About GearVR]]
 
* [[About GearVR]]
 
* [[About HTC Vive]]
 
* [[About HTC Vive]]

Revision as of 11:10, 18 March 2020

Arduino

Command Line

Audio

Augmented Reality

Circuit Making

DMX

Emotion Recognition

Internet of things

Kinect

Little Bits

Makey Makey

Machine Learning

Convolutional Neural Networks

Generative Models

Reinforcement Learning

Natural Language Processing

Other themes

Setup / Installation

OpenEEg

Plotters

Processing

Python

Projection Mapping

Web Scraping

Raspberry PiRaspi.gif

Silhouette Cameo Cutter

Video

Virtual Reality

Web