Wiki » History » Version 58
Sylvain Bentz, 12/09/2015 03:13 PM
1 | 25 | Sylvain Bentz | [[Arduino - Raspberry Pi w/ USB]] |
---|---|---|---|
2 | |||
3 | [[ArduinoLampone]] |
||
4 | |||
5 | 58 | Sylvain Bentz | |
6 | h2. Bibliothèques pour l'Arduino |
||
7 | |||
8 | __ |
||
9 | |||
10 | |||
11 | h2. Applis/Biblio pour la Raspberry Pi (Java, C, Python...tout ce qu'on veut) |
||
12 | 29 | Sylvain Bentz | |
13 | 36 | Sylvain Bentz | _Interfacing with software_ |
14 | 1 | Sylvain Bentz | http://playground.arduino.cc/Main/InterfacingWithSoftware |
15 | |||
16 | 51 | Sylvain Bentz | > http://ardulink.org/ : Programme en Java (marche avec port USB. Et avec I2C ? sais pas :( ) |
17 | 39 | Sylvain Bentz | >> How to install Ardulink on your Raspberry PI |
18 | >> http://www.ardulink.org/how-to-install-arduino-pc-link-on-raspberry-pi/ |
||
19 | 38 | Sylvain Bentz | |
20 | 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." |
21 | 35 | Sylvain Bentz | |
22 | 53 | Sylvain Bentz | > http://sglez.org/2008/08/05/interfacing-arduino-with-c-and-libserial/ : C++ |
23 | 32 | Sylvain Bentz | h2. Raspberry - Arduino w/ I2C |
24 | 1 | Sylvain Bentz | |
25 | 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 |
26 | 40 | Sylvain Bentz | |
27 | 49 | Sylvain Bentz | h3. Tutos |
28 | 1 | Sylvain Bentz | |
29 | 36 | Sylvain Bentz | _Tuto de Julien Enselme ! : La communication série avec arduino (et Python)_ |
30 | 35 | Sylvain Bentz | http://www.jujens.eu/posts/2014/May/05/Communication-serie/ |
31 | |||
32 | 36 | Sylvain Bentz | _Raspberry Pi – Arduino – Lier les deux via le bus I2C_ |
33 | 8 | Tarek Benhnini | Logiciels utilisés : |
34 | 1 | Sylvain Bentz | Arduino -> Biblio Wire |
35 | 21 | Sylvain Bentz | Raspi -> Python |
36 | http://www.pihomeserver.fr/2013/08/13/raspberry-pi-home-server-arduino-lier-les-deux-via-bus-i2c/ |
||
37 | 1 | Sylvain Bentz | |
38 | 36 | Sylvain Bentz | _Raspberry-Pi - Arduino par l'intermédiaire d'un bus I2C_ |
39 | 1 | Sylvain Bentz | http://mchobby.be/wiki/index.php?title=ArduPi-I2C |
40 | |||
41 | 34 | Sylvain Bentz | h3. Doc |
42 | |||
43 | 36 | Sylvain Bentz | _Wire Library (I2C)_ |
44 | 19 | Sylvain Bentz | https://www.arduino.cc/en/Reference/Wire |
45 | 56 | Sylvain Bentz | |
46 | 57 | Sylvain Bentz | notice. Arduino lit octet par octet, cf fonction read() |
47 | 13 | Sylvain Bentz | |
48 | 37 | Sylvain Bentz | _Connecteurs I2C de l'Arduino Nano : A4 (SDA) et A5 (SCL)_ |
49 | 34 | Sylvain Bentz | https://www.arduino.cc/en/Main/ArduinoBoardNano |
50 | 17 | Sylvain Bentz | |
51 | 48 | Sylvain Bentz | _Wikipedia I2C_ |
52 | [[wikipedia>I²C]] |