Projet

Général

Profil

Wiki » Historique » Version 22

Sylvain Bentz, 10/11/2015 16:25

1 20 Sylvain Bentz
*Arduino - Appli de la Raspberry Pi* (Java, C, Python...tout ce qu'on veut)
2 4 Sylvain Bentz
Interfacing with software
3 1 Sylvain Bentz
http://playground.arduino.cc/Main/InterfacingWithSoftware
4 3 Sylvain Bentz
5 3 Sylvain Bentz
6 4 Sylvain Bentz
7 1 Sylvain Bentz
*Arduino Lampone*
8 5 Sylvain Bentz
sbentz: c'est une carte Arduino particulière. Mais je n'ai pas pu vérifier cette info
9 10 Sylvain Bentz
Apparemment NON. L'Arduino Lampone n'est pas une carte à part entière. Elle n'est ni dans le store, ni dans la liste des cartes Arduino de l'IDE.
10 5 Sylvain Bentz
11 5 Sylvain Bentz
How to program the Lampone with the Raspberry
12 5 Sylvain Bentz
https://www.arduino.cc/en/Tutorial/LamponeAVRdude
13 3 Sylvain Bentz
14 3 Sylvain Bentz
Serial communication between Lampone and Raspberry
15 3 Sylvain Bentz
https://www.arduino.cc/en/Tutorial/LamponeSerialCommunication
16 3 Sylvain Bentz
17 3 Sylvain Bentz
Basic I2C communication between the Arduino Lampone and the Raspberry
18 3 Sylvain Bentz
https://www.arduino.cc/en/Tutorial/LamponeI2Ccommunication
19 8 Tarek Benhnini
20 16 Sylvain Bentz
*Raspberry - Arduino w/ I2C*
21 12 Sylvain Bentz
Wikipedia I2C, alias TWI
22 12 Sylvain Bentz
https://fr.wikipedia.org/wiki/I2C
23 12 Sylvain Bentz
24 8 Tarek Benhnini
Raspberry Pi – Arduino – Lier les deux via le bus I2C
25 21 Sylvain Bentz
Logiciels utilisés :
26 21 Sylvain Bentz
Arduino -> Biblio Wire
27 1 Sylvain Bentz
Raspi -> Python
28 22 Sylvain Bentz
http://www.pihomeserver.fr/2013/08/13/raspberry-pi-home-server-arduino-lier-les-deux-via-bus-i2c/
29 9 Tarek Benhnini
30 19 Sylvain Bentz
Raspberry-Pi - Arduino par l'intermédiaire d'un bus I2C
31 9 Tarek Benhnini
http://mchobby.be/wiki/index.php?title=ArduPi-I2C
32 13 Sylvain Bentz
33 13 Sylvain Bentz
Wire Library (I2C)
34 1 Sylvain Bentz
https://www.arduino.cc/en/Reference/Wire
35 1 Sylvain Bentz
36 1 Sylvain Bentz
Connecteurs I2C de l'Arduino Nano : A4 (SDA) et A5 (SCL)
37 1 Sylvain Bentz
https://www.arduino.cc/en/Main/ArduinoBoardNano
38 14 Sylvain Bentz
39 16 Sylvain Bentz
*Arduino - Rasberry Pi w/ USB*
40 14 Sylvain Bentz
Connecter un arduino au Raspberry Pi
41 14 Sylvain Bentz
http://gladysproject.com/fr/article/connecter-un-arduino-au-raspberry-pi
42 17 Sylvain Bentz
43 18 Sylvain Bentz
*Tuto de Julien Enselme ! : La communication série avec arduino (et Python)*
44 17 Sylvain Bentz
http://www.jujens.eu/posts/2014/May/05/Communication-serie/