GMU:Connecting Max to the World/Frederic Blais-Belanger/Sensoring Pyrocystis light: Difference between revisions

From Medien Wiki
No edit summary
No edit summary
Line 1: Line 1:
In order to read the light from the ''Pyrocystis'' I use a Photo Cell connected to Arduino that sends the information to Max.
In order to read the light from the ''Pyrocystis'' I wanted to use a Photo Cell connected to Arduino that sends the information to Max.
[[File:Arduino_PhotoCell_Connections.jpg|400px]][[File:PhotoCell_Connections.JPG|400px]]
[[File:Arduino_PhotoCell_Connections.jpg|400px]][[File:PhotoCell_Connections.JPG|400px]]


Line 5: Line 5:
*Arduino: [[:File:Photocell_to_Max.ino]]
*Arduino: [[:File:Photocell_to_Max.ino]]
*Max MSP: [[:File:ReceiveDataFromPhotocell.maxpat]]
*Max MSP: [[:File:ReceiveDataFromPhotocell.maxpat]]
Unfortunately this Photo Cell is not sensible enough for the light emitted by the plankton. I am thus using the Adafruit TSL2561.
This link provide all the information about the drivers needed, the wiring of the Sensor and the Arduino codes.

Revision as of 16:26, 21 January 2019

In order to read the light from the Pyrocystis I wanted to use a Photo Cell connected to Arduino that sends the information to Max. Arduino PhotoCell Connections.jpgPhotoCell Connections.JPG

Patches used:

Unfortunately this Photo Cell is not sensible enough for the light emitted by the plankton. I am thus using the Adafruit TSL2561.

This link provide all the information about the drivers needed, the wiring of the Sensor and the Arduino codes.