input devices
This week I built the amazing step response sensor from Neils circuits. I can think of lot’s of interesting ways of using this for measuring all kinds of things, but I haven’t gotten further than making the default example work. Milling, soldering and programming the device was easy. After connecting to the programmer and to the computer I ran:
sudo make -f hello.load.45.make program-usbtiny
in the directory with the files, and then
sudo make -f hello.load.45.make program-usbtiny
For running the python programm I had to install python -tk
sudo apt-get install python-tk
and run it with
python hello.load.45.py /dev/ttyUSB0
I also made the synchronous detection (see embedded programming)
and the transmit-receive board.