-
Notifications
You must be signed in to change notification settings - Fork 1
/
Install-2.4Ghz-Raspberry
38 lines (35 loc) · 1.01 KB
/
Install-2.4Ghz-Raspberry
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get install python-dev
sudo apt-get install build-essential
sudo apt-get install git-core
sudo apt-get install python-pip
sudo apt-get install python-mysqldb
Dans sudo raspi-config
Aller dans : Advanced Options
A6 SPI
Would you like the SPI kernel module to be loaded by default? Répondre oui
SPI kernel module will now be loaded by default OK
Installation à partir de GITHUB
git clone https://github.com/Michelgard/Multi-capteur-Arduino-avec-emetteur-2.4Ghz.git
cd Multi-capteur-Arduino-avec-emetteur-2.4Ghz/RPi.GPIO-0.5.11
sudo python setup.py install
cd ..
sudo pip install spidev
Installer Programme-Arduino.ino sur votre ARDUINO.
Connexion nRF24L01+ sur l’arduino :
1 GND 2 VCC 3.3
3 D9 4 D10
5 D13 6 D11
7 D12 8 D2
Installer nRF24L01+ sur le Raspberry PI
NRFL01 Rasppi
1 6 GND
2 1 VCC 3.3
3 22 CE
4 24 CSN
5 23 SCK
6 19 MOSI
7 21 MISO
Lancer sur le raspberry Pi : sudo python multi_capteurs-NF24.py