User Tools

Site Tools


projets:fuz:tal

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tal [2019-01-15 17:10] talprojets:fuz:tal [2019-03-22 12:20] tal
Line 13: Line 13:
 Qui pourrait envoyer un signal video (GIF) à un VP avec un léger mapping, du son à un ampli ou carte son pour de la mutlidiff et des informations d’interrupteur programmées sur la même horloge que la musique, pour déclencher de manière aléatoire, ou pas , filaire ou pas, les tubes led. Qui pourrait envoyer un signal video (GIF) à un VP avec un léger mapping, du son à un ampli ou carte son pour de la mutlidiff et des informations d’interrupteur programmées sur la même horloge que la musique, pour déclencher de manière aléatoire, ou pas , filaire ou pas, les tubes led.
 ==== Raspi ==== ==== Raspi ====
 +
 +On OS X.13.6
 +
 +download NOOBS 
 +
 +[[https://www.raspberrypi.org/downloads/noobs/|https://www.raspberrypi.org/downloads/noobs/]]
 +
 +Unarchive
 +
 +Copy the content of the folder on SD card ( formatted as FAT32)
 +
 +Insert the SD card in the raspi
 +
 +Turn on ( connect with the power supply ) the raspi
 +
 +connect to a WIFI
 +
 +Install the upper programm
 +
 +configure and install the updates
 +
 +Reboot
 +
 +==== Piloter pi3 du Mac ====
 +
 +Be connected with Pi 3 and OS to same WIFI connection
 +
 +Dl IP Scanner on OS
 +
 +look for IP Adress of PI 3
 +
 +on Pi3, activate SSL and Real VNC
 +
 +install vnc server on raspi
 +
 +connect vnc viewer os ans vnc server to same account
 +
 +connect the OS to Pi3
 +
 +
 +
 +==== download Processing ====
 +
 +copy curl https://processing.org/download/install-arm.sh | sudo sh on pi3 terminal
 +
 +==== work with a relais ====
 +
 +download
 +
 +cd /tmp
 +wget https://lion.drogon.net/wiringpi-2.50-1.deb
 +sudo dpkg -i wiringpi-2.50-1.deb
 +
 +then
 +
 +gpio -v
 +gpio readall
 +
 +(http://wiringpi.com/download-and-install/)
 +
 +then gpio mode 1 out
 +gpio readall
 +gpio read 1
 +gpio write 1 0
 +
 +ok!
  
 ==== LEDs ==== ==== LEDs ====
projets/fuz/tal.txt · Last modified: 2023-02-02 22:06 by 127.0.0.1