Changes between Version 1 and Version 2 of SujetTP5-2017


Ignore:
Timestamp:
Mar 2, 2017, 11:55:39 PM (8 years ago)
Author:
franck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SujetTP5-2017

    v1 v2  
    22
    33== Préambule ==
     4
     5=== Récupération de la bibliothèque du NRF24L01 ===
     6
     7 * Aller sur le site https://github.com/tmrh20/RF24
     8 * Récupérer le .zip de la branche master (bouton `clone and download -> Download ZIP`)
     9{{{#!bash
     10$ unzip RF24-master.zip
     11$ cd RF24-master
     12$ mkdir $HOME/rf24
     13$ ./configure --prefix=$HOME/rf24 --soc=BCM2835 --c_compiler=bcm2708hardfp-gcc --cxx_compiler=bcm2708hardfp-g++ --driver=SPIDEV --ldconfig=''
     14$ make
     15$ make install
     16}}}
     17 * Vérification que la library est installée
     18{{{#!bash
     19$ ls $HOME/rf24
     20  include  lib
     21}}}
    422
    523Vous devez utiliser la dernière version d'arduino qui se trouve