Difference between revisions of "MOD Arduino Shield"

From MOD Wiki
Jump to navigation Jump to search
(+category ; english)
Line 3: Line 3:
 
The MOD Arduino Shield was designed to help developers and hackers who wants to create their own effects controllers for MOD.
 
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 eletronics of any sensor, integrate with Arduino and then with 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.
 
Copy and paste some lines of code, solder some components on the breadboard, and easily have your own controller of MOD effects.
Line 9: Line 9:
 
The MOD Arduino Shield is compatible with Arduino UNO, Arduino MEGA and Arduino DUE.
 
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 [http://www.kicad-pcb.org/ KiCad], also an open source software, for developing our boards and cases schematics. All the components are listed in the bill of materias with links for the general suppliers.
+
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 [http://www.kicad-pcb.org/ 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.
 
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 successfull cases and help you with your development. The cases will come with eletronic schematics, tested code examples, bill of materials, images and manuals.
+
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.
 
But the MOD Arduino Shield is not restricted by these cases.
Line 19: Line 19:
 
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.
 
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 get's difficult, let us know! (subscribe on [http://portalmod.com/cgi-bin/mailman/listinfo/developers developers list])
+
The cases here are supposed to be cheap and easy, so if it gets difficult, let us know! (subscribe on [http://portalmod.com/cgi-bin/mailman/listinfo/developers developers list])
  
 
[[File:MOD-Arduino-Shield-Infographic.jpg |800px|thumb|center|Infographic of MOD Arduino Shield possibilities]]
 
[[File:MOD-Arduino-Shield-Infographic.jpg |800px|thumb|center|Infographic of MOD Arduino Shield possibilities]]
Line 47: Line 47:
  
 
* '''Expression Pedal'''
 
* '''Expression Pedal'''
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 potenciometer value. Cames with an extra button for bypass, trigger or toggle effects/parameters.
+
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: [http://wiki.portalmod.com/wiki/Arduino_Case:_Expression_Pedal Arduino Case: Expression Pedal]
 
Main article: [http://wiki.portalmod.com/wiki/Arduino_Case:_Expression_Pedal Arduino Case: Expression Pedal]
  
 
* '''Footswitch'''
 
* '''Footswitch'''
Control and switch parameteres using a footswitch. Expand your MOD by adding four extra footswitches.
+
Control and switch parameters using a footswitch. Expand your MOD by adding four extra footswitches.
  
 
Main article: [http://wiki.portalmod.com/wiki/Arduino_Case:_Footswitch Arduino Case: Footswitch]
 
Main article: [http://wiki.portalmod.com/wiki/Arduino_Case:_Footswitch Arduino Case: Footswitch]
Line 64: Line 64:
  
 
TODO
 
TODO
 +
 +
[[category:Arduino]]

Revision as of 14:31, 2 April 2016

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


MOD Arduino Cases

  • Accelerometer

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

  • Distance

Control any effect parameter using an ultrasound distance sensor.

Main article: Arduino Case: Distance Sensor

  • Expression Pedal

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

  • 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