Table des matières
DEVELOPPEMENTS TECHNIQUES
LIENS VERS INTERFACES JEF
MICROPHONES
http://jg1983.co.uk/Blog/diy-miniature-omnis/
http://www.zachpoff.com/diy-resources/low-noise-binaural-mics-primo-em172/
https://igneousflame.wordpress.com/2015/10/16/field-recordings-a-return-to/
http://micbooster.com/12-primo-microphone-capsules http://micbooster.com/primo-microphone-capsules/12-stereo-microphone-kit-of-parts-with-primo-em-172-z1-capsules.html http://www.wildmountainechoes.com/equipment/diy-stereo-electret-mics-primo-em-172-capsules
on se fait une sceance de montage ? http://bricoles.du-libre.org/doku.php?id=son:micro
on achete 2 pairs pour les EE/SNhack
pour le fun: http://www.instructables.com/id/Binaural-Dummy-Head-Microphone/?ALLSTEPS
TUBE-24-07-2015
Vérifié sur DELL les adresses en faisant un “ifconfig” lire adresse eth0 : ?
Sur Olimex on a fixé l'ip ifconfig eth0 10.0.0.10
soit faire un vncviewer 10.0.0.10 soit ssh root@10.0.0.10 pass : olimex pass: olimex
INOURGARDEN-14-06-2015
vraie adresse ip : 83.134.156.52
83.134.133.194
ssh -L 5901:127.0.0.1:5901 -N -f -l root pcp.saint-nazaire.cc -p7022 -C && vncviewer localhost:1
C'est 2 commandes:
1 : ssh -L 5901:127.0.0.1:5901 -N -f -l root pcp.saint-nazaire.cc -p7022 -C etabli une connexion un tunnel ssh avec la cubie et renvoie les ports vnc en local
2 : vncviwer localhost:1 se ocnnecte en local puisque justement les port locaus sont renvoyés dans le tunnel ssh
un poil plus cmpliqué mais super securisé !
ssh -L 5901:127.0.0.1:5901 -N -f -l root 192.168.1.50 -p7022 -C && vncviewer localhost:1
pass : gnulinux pass : gnulinux
gigolo_entomosolar 192.168.1.50 7022 root gnulinux
pour reboot : ssh root@192.168.1.50 -p7022 reboot
SEDIMENTS xtightvncviewer 192.168.1.21
pour changer les patch : gigolo / 192.168.1.20 / olimex / olimex
sudo su ubuntu vncviewer 192.168.1.19:0 pass : olimex
Diane
utlisateurs et accès
root , pass = toor debian , pass = debian vncviewer:1 pass = gnulinux ssh root@192.168.1.46 pass = toor
accès réseau une adresse ip fixe 192.168.1.46 , écrite en dur dans le fichier /etc/rc.local par ifconfig eth0:1 192.168.1.46 une adresse ip venant de votre serveur DHCP si présent
4 - Capteurs de temerature 2- Cubiboard 2-capteurs de lumiere prob pour regulateurs, commande ici http://www.sierrarc.com/index.php?main_page=product_info&products_id=207
SDCARD
eebootfs (you can use vnc viewer if you change the file : espaces.conf > vncserver=1 or vncserver=0 if you want to cut vnc) eedata (I work on pd patch : home>pi>diane-solo.pd) eerootfs (the system with pd librairies)
Câble usb pour Raspberrypy Carte audio usb
ALOTOF - CONVERGENCE / 20-26 Avril 2015
/ module wifi precâblé sur Olimex :https://www.olimex.com/Products/Modules/Ethernet/MOD-WIFI-ESP8266/open-source-hardware
Ex pour le brancher = http://zeflo.com/2014/esp8266-weather-display/ Ex pour le brancher = http://www.instructables.com/id/ESP8266-Wifi-Temperature-Logger/ Ex pour le brancher = http://www.instructables.com/id/Envolysis/?ALLSTEPS
Pour alimentation en 3,3 V :
http://www.instructables.com/id/ESP8266-Wifi-Temperature-Logger/
Pour branchement du module wifi :
GND on wifi to > GND on arduino
RX on wifi to > TX on arduino
TX on wifi to > RX on arduino
CH_PD on wifi to > 3V3 on arduino
VCC on wifi to > 3V3 on arduino
/ http://bricoles.du-libre.org/doku.php?id=tek:esp8266
Voir pour régulateur 3,3V au PCP
Ce module fait pour traiter les datas, module wifi autonome emetteur et recepteur / arduino + module + capteurs / en bas on peut recevoir avec du wifi soit une carte wifi avec une antenne soit une clés wifi.
/ camera + lime
/modem wifi + alimentation 3V ou 5V + - et entrée serie
Capteur 10° https://learn.adafruit.com/adafruit-10-dof-imu-breakout-lsm303-l3gd20-bmp180/connecting-it-up
- Connect the SCL pin on the breakout to the SCL pin on your Arduino. On an UNO & '328 based Arduino, this is also known as A5, on a Mega it is also known as digital 21 and on a Leonardo/Micro, digital 3
- Connect the SDA pin on the breakout to the SDA pin on your Arduino. On an UNO & '328 based Arduino, this is also known as A4, on a Mega it is also known as digital 20 and on a Leonardo/Micro, digital 2
- Connect the VIN pin on the breakout to 3.3V or 5V on your Uno (5V is preferred but if you have a 3V logic Arduino 3V is best)
- Connect the GND pin on the breakout to the GND pin on your Uno
Pour 3,3 V :
- Connect Vin or 3Vo on the breakout to the 3.3V supply on your target MCU
- Connect GND on the breakout to GND on the target MCU
Diagramme branchement arduino :
Dans le fichier “envolysis_single_sensor.ino” modifier les lignes :
- define SSID “gallait80” ici modifier l'accès wifi
- define PASS “morpho” ici modifier le mot de pass du point d'accès wifi
- define IP “192.168.1.30” ici modifier avec l'adresse IP de la machine qui reçoit les datas
Un peu plus loin :
- cmd += “\”,13000“;
Ensuite brancher le module wifi sur l'arduino alimenté puis tester avec pd “netreceive”