Fab Academy 2016 Week11

Week11: input devices (Apr 13)

Assignments

measure something: add a sensor to a microcontroller board that you have designed and read it

I made "MEMS of sound" and ""phototransistor of light".
MEMS of sound photorransistor of light

Phototransistor of light

Making schematic
I refer subject page.
Schematic is below.
Data:mems.sch

I made the component.
My pc had already installed python3.5.
But Neil's python program is python2.7.
So I install the pyenv.
It is Python version manegiment function.
If you use it. refer this page pyenv

I changed the version of python to 2.7.1.
And Neil's program was executed.
See below movie.
Movie of Phototransistor of light

MEMS of sound

Making schematic
Schematic is below.
Data:phototransistor.sch

I made the component.
It was execute by same way of above.
See below movie.
Movie of MEMS of sound

Back to home