Arduino Cookbook

De Fab Lab Sud31-Val d'Ariège
Aller à la navigation Aller à la recherche
Arduino Cookbook

Comme son nom l'indique, il s'agit d'un recueil de « recettes » Arduino, sur plus de 650 pages, comme : comment détecter des mouvements, piloter des LED de forte puissance, s'interfacer à une horloge temps réel externe, etc. À chaque fois, le code est commenté et expliqué, de même que les branchements électriques.

Attention : l'ensemble du livre est en anglais

Sommaire

  • Getting started
  • Making the sketch do your bidding
  • Using mathematical operators
  • Serial communications
  • Simple digital and analog input
  • Getting input from sensors
  • Visual output
  • Physical output
  • Audio output
  • Remotely controlling external devices
  • Using displays
  • Using time and dates
  • Communicating using I2C and SPI
  • Wireless communication
  • Ethernet and networking
  • Using, modifying and creating libraries
  • Advanced coding and memory handling
  • Using the controller chip hardware
  • Electronic components
  • Using schematic diagrams and data sheets
  • Building and connecting the circuit
  • Tips on troubleshooting software problems
  • Tips on troubleshooting hardware problems
  • Digital and analog pins
  • ASCII and extended character sets
  • Migrating to Arduino 1.0
  • Index