Difference between revisions of "MOD Arduino Shield"

From MOD Wiki
Jump to navigation Jump to search
m (→‎External references: Added link on EE Power)
m (→‎External references: Added Electronics Point)
(2 intermediate revisions by one other user not shown)
Line 33: Line 33:
 
[[File:MOD-Arduino-Shield-Assembled.jpg|800px|thumb|center|MOD Arduino Shield Prototype 1 Assembled]]
 
[[File:MOD-Arduino-Shield-Assembled.jpg|800px|thumb|center|MOD Arduino Shield Prototype 1 Assembled]]
  
 +
== Tutorials ==
  
== MOD Arduino Cases ==
+
* [[Arduino Basic Tutorial|Basic Tutorial]]
 +
* [[Arduino distance sensor tutorial|Tutorial: Distance sensor]]
 +
* [[Arduino LiquidCrystal tutorial|Tutorial: LiquidCrystal]]
 +
* [[Arduino Wireless tutorial|Tutorial: Wireless devices]]
  
* '''Accelerometer'''
+
[[:Category:Arduino_Shield_Tutorials|See all tutorials]]
Control any effect parameter using an accelerometer. Control up to six parameters using the six degrees of freedom, three axis acceleration and three axis rotation.
 
  
Main article: [[Arduino Case: Accelerometer]]
+
== External references ==
  
* '''Distance'''
+
https://maker.pro/ - an active, open source platform for maker projects much like Hack A Day. These projects are centered around Arduino, Raspberry Pi, Intel Edison, home automation and more. And better yet, the content is completely user generated.
Control any effect parameter using an ultrasound distance sensor.
 
  
Main article: [[Arduino Case: Distance Sensor]]
+
https://www.allaboutcircuits.com/ - extremely active electrical engineering online community that provides both interesting content and useful resources for Electrical Engineers.
  
* '''Expression Pedal'''
+
https://eepower.com/ - digital publication focused on the power electronics industry. The publication features technical articles, design tips, and application notes from the industry’s leading power electronics engineers and application experts.
Control any effect parameter using an expression pedal. Not only the usual wah-wah pedal - you can control tune, frequency, gain just like if you were changing a potentiometer value. Cames with an extra button for bypass, trigger or toggle effects/parameters.
 
  
Main article: [[Arduino Case: Expression Pedal]]
+
https://www.electronicspoint.com/ - extremely active electrical engineering online community that provides both interesting content and useful resources for Electrical Engineers.
  
* '''Footswitch'''
 
Control and switch parameters using a footswitch. Expand your MOD by adding four extra footswitches.
 
 
Main article: [[Arduino Case: Footswitch]]
 
 
* '''Light Sensor'''
 
Control any effect parameter using a light sensor. The change of light will change the sound.
 
 
Main article: [[Arduino Case: Light Sensor]]
 
 
== Tutorial ==
 
 
TODO
 
  
 
[[category:Arduino|shield]]
 
[[category:Arduino|shield]]
 
== External references ==
 
 
https://maker.pro/ - an active, open source platform for maker projects much like Hack A Day. These projects are centered around Arduino, Raspberry Pi, Intel Edison, home automation and more. And better yet, the content is completely user generated.
 
 
https://www.allaboutcircuits.com/ - extremely active electrical engineering online community that provides both interesting content and useful resources for Electrical Engineers.
 
 
https://eepower.com/ - digital publication focused on the power electronics industry. The publication features technical articles, design tips, and application notes from the industry’s leading power electronics engineers and application experts.
 

Revision as of 02:14, 27 December 2018

We introduce the MOD Arduino Shield. A shield that enables the Arduino to interface with MOD through our Control Chain.

The MOD Arduino Shield was designed to help developers and hackers who wants to create their own effects controllers for MOD.

The main idea is that, with little effort, anyone can design and assemble the electronics of any sensor, integrate with Arduino and then with MOD.

Copy and paste some lines of code, solder some components on the breadboard, and easily have your own controller of MOD effects.

The MOD Arduino Shield is compatible with Arduino UNO, Arduino MEGA and Arduino DUE.

This project is open hardware! All the project files, not only the schematics and gerber, are open and available in our Github. We are using KiCad, also an open source software, for developing our boards and cases schematics. All the components are listed in the bill of materials with links for the general suppliers.

And it is also open software. We developed an Arduino Control Chain library that will do all the hard work so developers can easily implement their own cases.

We will present here some successful cases and help you with your development. The cases will come with electronic schematics, tested code examples, bill of materials, images and manuals.

But the MOD Arduino Shield is not restricted by these cases.

We have ideas of hacking a scale and use the weight sensor to control the distortion, a heart beat monitor that controls the delay of the sound, and even brain waves monitor for controlling the MOD. It goes way further.

The cases here are supposed to be cheap and easy, so if it gets difficult, let us know! (subscribe on developers list)

Infographic of MOD Arduino Shield possibilities


Hardware Project Files

MOD Arduino Shield Hardware Files

Images

Components for the MOD Arduino Shield Assembly
MOD Arduino Shield Prototype 1 PCB
MOD Arduino Shield Prototype 1 Assembled

Tutorials

See all tutorials

External references

https://maker.pro/ - an active, open source platform for maker projects much like Hack A Day. These projects are centered around Arduino, Raspberry Pi, Intel Edison, home automation and more. And better yet, the content is completely user generated.

https://www.allaboutcircuits.com/ - extremely active electrical engineering online community that provides both interesting content and useful resources for Electrical Engineers.

https://eepower.com/ - digital publication focused on the power electronics industry. The publication features technical articles, design tips, and application notes from the industry’s leading power electronics engineers and application experts.

https://www.electronicspoint.com/ - extremely active electrical engineering online community that provides both interesting content and useful resources for Electrical Engineers.