Wiki » History » Version 52
Sylvain Bentz, 12/01/2015 12:35 PM
1 | 25 | Sylvain Bentz | [[Arduino - Raspberry Pi w/ USB]] |
---|---|---|---|
2 | |||
3 | [[ArduinoLampone]] |
||
4 | |||
5 | 31 | Sylvain Bentz | h2. Arduino - Appli de la Raspberry Pi (Java, C, Python...tout ce qu'on veut) |
6 | 29 | Sylvain Bentz | |
7 | 36 | Sylvain Bentz | _Interfacing with software_ |
8 | 1 | Sylvain Bentz | http://playground.arduino.cc/Main/InterfacingWithSoftware |
9 | |||
10 | 51 | Sylvain Bentz | > http://ardulink.org/ : Programme en Java (marche avec port USB. Et avec I2C ? sais pas :( ) |
11 | 39 | Sylvain Bentz | >> How to install Ardulink on your Raspberry PI |
12 | >> http://www.ardulink.org/how-to-install-arduino-pc-link-on-raspberry-pi/ |
||
13 | 38 | Sylvain Bentz | |
14 | 52 | Sylvain Bentz | > http://playground.arduino.cc/Interfacing/Delphi : libère l'USB "For instance, the switch could be replaced with a temperature sensor and the LED with a relay to turn a home's heating on." |
15 | 35 | Sylvain Bentz | |
16 | 32 | Sylvain Bentz | h2. Raspberry - Arduino w/ I2C |
17 | 1 | Sylvain Bentz | |
18 | 50 | Sylvain Bentz | warning. Possible problème de tension entre la RasPi (3.3V) et l'arduino qui PEUT être à 5V (Uno, Nano et Mega = 5V) /!\ {TODO} vérifier http://forum.arduino.cc/index.php?topic=238256.msg1713514#msg1713514 |
19 | 40 | Sylvain Bentz | |
20 | 49 | Sylvain Bentz | h3. Tutos |
21 | 1 | Sylvain Bentz | |
22 | 36 | Sylvain Bentz | _Tuto de Julien Enselme ! : La communication série avec arduino (et Python)_ |
23 | 35 | Sylvain Bentz | http://www.jujens.eu/posts/2014/May/05/Communication-serie/ |
24 | |||
25 | 36 | Sylvain Bentz | _Raspberry Pi – Arduino – Lier les deux via le bus I2C_ |
26 | 8 | Tarek Benhnini | Logiciels utilisés : |
27 | 1 | Sylvain Bentz | Arduino -> Biblio Wire |
28 | 21 | Sylvain Bentz | Raspi -> Python |
29 | http://www.pihomeserver.fr/2013/08/13/raspberry-pi-home-server-arduino-lier-les-deux-via-bus-i2c/ |
||
30 | 1 | Sylvain Bentz | |
31 | 36 | Sylvain Bentz | _Raspberry-Pi - Arduino par l'intermédiaire d'un bus I2C_ |
32 | 1 | Sylvain Bentz | http://mchobby.be/wiki/index.php?title=ArduPi-I2C |
33 | |||
34 | 34 | Sylvain Bentz | h3. Doc |
35 | |||
36 | 36 | Sylvain Bentz | _Wire Library (I2C)_ |
37 | 19 | Sylvain Bentz | https://www.arduino.cc/en/Reference/Wire |
38 | 13 | Sylvain Bentz | |
39 | 37 | Sylvain Bentz | _Connecteurs I2C de l'Arduino Nano : A4 (SDA) et A5 (SCL)_ |
40 | 34 | Sylvain Bentz | https://www.arduino.cc/en/Main/ArduinoBoardNano |
41 | 17 | Sylvain Bentz | |
42 | 48 | Sylvain Bentz | _Wikipedia I2C_ |
43 | [[wikipedia>I²C]] |