ex535
24.02.2013, 20:47
Hi Leute,
ich habe im Netz eine Idee gefunden.
Nun habe ich das Pollin Spiel I Board dazu genommen.
Wer noch ein Platinchen besitzt kann hiermit kleine Anwendungen testen.
Der Raspberry Pi Board wird mit einem Level-Shifter an das Pollin Board gekoppelt.
Was brauchen wir?
Software
Pi --> wiringPi, i2cdetect, shell script
./blink.sh mit nano erstellt
#!/bin/bash
echo "Start"
while true
do
i2cset -y 1 0x1a 0x00 1
sleep 0.5
i2cset -y 1 0x1a 0x00 0
sleep 0.5
done
PC -> WinAVR,AVRStudio (4.18 geht)
Hardware
Raspberry Pi, Level-shifter,Pollin Spiel I Board
Software ATtiny2313 - (https://github.com/ni-c/raspberry2c)
Video
http://www.youtube.com/watch?v=ghb5EUYNeHU
Im Anhang finden wir 2 Bilder.
Gruß
Kurt
https://www.roboternetz.de/community/images/icons/icon11.png
ich habe im Netz eine Idee gefunden.
Nun habe ich das Pollin Spiel I Board dazu genommen.
Wer noch ein Platinchen besitzt kann hiermit kleine Anwendungen testen.
Der Raspberry Pi Board wird mit einem Level-Shifter an das Pollin Board gekoppelt.
Was brauchen wir?
Software
Pi --> wiringPi, i2cdetect, shell script
./blink.sh mit nano erstellt
#!/bin/bash
echo "Start"
while true
do
i2cset -y 1 0x1a 0x00 1
sleep 0.5
i2cset -y 1 0x1a 0x00 0
sleep 0.5
done
PC -> WinAVR,AVRStudio (4.18 geht)
Hardware
Raspberry Pi, Level-shifter,Pollin Spiel I Board
Software ATtiny2313 - (https://github.com/ni-c/raspberry2c)
Video
http://www.youtube.com/watch?v=ghb5EUYNeHU
Im Anhang finden wir 2 Bilder.
Gruß
Kurt
https://www.roboternetz.de/community/images/icons/icon11.png