Wiki » Historique » Version 66
  Sylvain Bentz, 14/12/2015 18:33 
  
| 1 | 25 | Sylvain Bentz | [[Arduino - Raspberry Pi w/ USB]] | 
|---|---|---|---|
| 2 | |||
| 3 | [[ArduinoLampone]] | ||
| 4 | |||
| 5 | 58 | Sylvain Bentz | |
| 6 | 63 | Sylvain Bentz | |
| 7 | 58 | Sylvain Bentz | h2. Bibliothèques pour l'Arduino | 
| 8 | |||
| 9 | 59 | Sylvain Bentz | _Libraries for Arduino #Communications_ | 
| 10 | http://playground.arduino.cc/Main/LibraryList#Comm | ||
| 11 | 61 | Sylvain Bentz | >Pour de la communication entre Arduinos ! C'est génial ! | 
| 12 | 60 | Sylvain Bentz | >https://github.com/gioblu/PJON : Among many features : "you have the complete access to the microntroller ready to be used, as usual, untouched". | 
| 13 | 61 | Sylvain Bentz | |
| 14 | >http://robotsbigdata.com/docs-arduino-serial-manager.html | ||
| 15 | 58 | Sylvain Bentz | |
| 16 | |||
| 17 | 63 | Sylvain Bentz | |
| 18 | 58 | Sylvain Bentz | h2. Applis/Biblio pour la Raspberry Pi (Java, C, Python...tout ce qu'on veut) | 
| 19 | 29 | Sylvain Bentz | |
| 20 | 36 | Sylvain Bentz | _Interfacing with software_ | 
| 21 | 1 | Sylvain Bentz | http://playground.arduino.cc/Main/InterfacingWithSoftware | 
| 22 | |||
| 23 | 51 | Sylvain Bentz | > http://ardulink.org/ : Programme en Java (marche avec port USB. Et avec I2C ? sais pas :( ) | 
| 24 | 39 | Sylvain Bentz | >> How to install Ardulink on your Raspberry PI | 
| 25 | >> http://www.ardulink.org/how-to-install-arduino-pc-link-on-raspberry-pi/ | ||
| 26 | 38 | Sylvain Bentz | |
| 27 | 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." | 
| 28 | 35 | Sylvain Bentz | |
| 29 | 53 | Sylvain Bentz | > http://sglez.org/2008/08/05/interfacing-arduino-with-c-and-libserial/ : C++ | 
| 30 | 63 | Sylvain Bentz | |
| 31 | |||
| 32 | |||
| 33 | 1 | Sylvain Bentz | h2. Raspberry - Arduino w/ I2C | 
| 34 | |||
| 35 | 63 | 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) | 
| 36 | 64 | Sylvain Bentz | |
| 37 | 63 | Sylvain Bentz | tip. Des solutions simples existent avec quelques résistances http://playground.arduino.cc/Main/I2CBi-directionalLevelShifter | 
| 38 | 1 | Sylvain Bentz | |
| 39 | 66 | Sylvain Bentz | _Software I2C library_ YEAH MAN | 
| 40 | http://playground.arduino.cc/Main/SoftwareI2CLibrary | ||
| 41 | |||
| 42 | 63 | Sylvain Bentz | |
| 43 | 49 | Sylvain Bentz | h3. Tutos | 
| 44 | 1 | Sylvain Bentz | |
| 45 | 36 | Sylvain Bentz | _Tuto de Julien Enselme ! : La communication série avec arduino (et Python)_ | 
| 46 | 35 | Sylvain Bentz | http://www.jujens.eu/posts/2014/May/05/Communication-serie/ | 
| 47 | |||
| 48 | 36 | Sylvain Bentz | _Raspberry Pi – Arduino – Lier les deux via le bus I2C_ | 
| 49 | 8 | Tarek Benhnini | Logiciels utilisés : | 
| 50 | 1 | Sylvain Bentz | Arduino -> Biblio Wire | 
| 51 | 21 | Sylvain Bentz | Raspi -> Python | 
| 52 | http://www.pihomeserver.fr/2013/08/13/raspberry-pi-home-server-arduino-lier-les-deux-via-bus-i2c/ | ||
| 53 | 1 | Sylvain Bentz | |
| 54 | 62 | Tarek Benhnini | _Raspberry-Pi - Arduino par l'intermédiaire d'un bus I2C_ +++++++++++++++++++++++++ | 
| 55 | 1 | Sylvain Bentz | http://mchobby.be/wiki/index.php?title=ArduPi-I2C | 
| 56 | 63 | Sylvain Bentz | |
| 57 | 1 | Sylvain Bentz | |
| 58 | 34 | Sylvain Bentz | h3. Doc | 
| 59 | |||
| 60 | 36 | Sylvain Bentz | _Wire Library (I2C)_ | 
| 61 | 19 | Sylvain Bentz | https://www.arduino.cc/en/Reference/Wire | 
| 62 | 56 | Sylvain Bentz | |
| 63 | 57 | Sylvain Bentz | notice. Arduino lit octet par octet, cf fonction read() | 
| 64 | 13 | Sylvain Bentz | |
| 65 | 65 | Sylvain Bentz | notice. Arduino peut interpréter l'octet comme nombre (type int) ou string (type char) | 
| 66 | |||
| 67 | 37 | Sylvain Bentz | _Connecteurs I2C de l'Arduino Nano : A4 (SDA) et A5 (SCL)_ | 
| 68 | 34 | Sylvain Bentz | https://www.arduino.cc/en/Main/ArduinoBoardNano | 
| 69 | 17 | Sylvain Bentz | |
| 70 | 48 | Sylvain Bentz | _Wikipedia I2C_ | 
| 71 | [[wikipedia>I²C]] |