Tutoriales Arduino

Esta es una adaptación de los tutoriales originalmente publicados en inglés por John Boxall en tronixstuff con licencia Creative Commons Attribution-Non Commercial-Share Alike 3.0. Nuestra adaptación incluye traducciones al español y pequeñas modificaciones a los contenidos a efecto de facilitar su lectura en español.
IMPORTANTE: Los enlaces dentro de cada tutorial permanecen apuntando hacia los originales (en inglés), en algunos casos se agregan enlaces correspondientes a publicaciones en español o a referencias del traductor. Todas las referencias en primera persona (p.ej. "mis tutoriales", o "mi nuevo libro", etc.), son referencias dadas por el autor original (John Boxall).
POR NINGÚN MOTIVO ESTOS TUTORIALES PODRÁN CONSIDERARSE CREACIÓN ORIGINAL DE JULIO GONZÁLEZ (julioCGC) TODA VEZ QUE EL AUTOR DE LAS PUBLICACIONES ORIGINALES (EN INGLÉS) Y A QUIEN CORRESPONDE EL RECONOCIMIENTO ES JOHN BOXALL. El aporte de Julio González consiste en las traducciones/adaptaciones al español, de acuerdo a los términos de la licencia indicada. Cualquier error que se encuentre en estas traducciones/adaptaciones - enlaces rotos, traducciones inaceptables, información incorrecta o desactualizada, etc. - podrá considerarse responsabilidad del traductor solamente (Julio González), por lo que se agradecerá comentar tales hallazgos en las páginas respectivas.

Otros tutoriales Arduino recomendados por julioCGC:
  1. Arduino - Cosas de Mecatrónica es ahora tdrobótica.co 
  2. Playlist Tutoriales de Arduino - YouTube en el Canal TecBolivia - YouTube 
  3. Playlist Curso de Arduino - YouTube en el Canal CodigoFacilito - YouTube 
  4. Playlist Arduino Starter Kit - Video Tutorials by Massimo Banzi 
  5. Learn Arduino - Adafruit Learning System 
  6. Blog dedicado al aprendizaje de Arduino por editronix 


Tutoriales Arduino
Chapter Zero updated 24/11/2012 (original en inglés) - Capítulo Cero (traducción al español) 
  • Introducción al sistema Arduino
  • Salidas digitales básicas
  • ¡Montones de LEDs parpadeantes!
Chapter One - updated 24/11/2012 (original en inglés) - Cap. 01 (traducción al español) 
  • learn about electricity
  • the for loop
  • random numbers
  • pulse-width modulation
  • fun with RGB LEDs
  • reading analogue inputs
  • building a voltmeter
Chapter Two (original en inglés) - Cap. 02 (traducción al español) 
  • sensing temperature with the Analog Devices TMP36
  • sending data back to the host PC with the serial outputs
  • libraries
  • building a digital thermometer
  • LCD modules-  please see chapter 24
Chapter Three - updated 09/01/2013 (original en inglés) - Cap. 03 (traducción al español) 
  • controlling relays to switch heavy current loads
  • creating your own functions
  • interrupts
  • having lots of fun with servos
  • building an analogue electronic thermometer
Chapter Four (original en inglés) - Cap. 04 (traducción al español) 
  • learning about binary numbers
  • getting more output pins using the 74HC595 shift register
  • making noises with buzzers and sounds with speakers
  • understanding arrays
  • building a temperature data logger
Chapter Five (original en inglés) - Cap. 05 (traducción al español) 
  • Controlling more than one 74HC595 shift register
  • Using 7-segment LED displays
  • build a binary quiz game – testing your ability to convert binary to base-10
Chapter Six (original en inglés) - Cap. 06 (traducción al español) 
  • Using 4-digit 7-segment LED display modules with shift registers
  • Examining the Sharp infra-red distance sensor
  • Making our first protoshield
  • build a device to display values from an analogue sensor
Chapter Six (addendum) (original en inglés) - Cap. 06 addendum (traducción al español) 
  • more about using 4-digit 7-segment LED display modules
Chapter Seven (original en inglés) - Cap. 07 (traducción al español) 
  • Hexadecimal numbers
  • Binary-coded decimal numbers
  • the switch…case function
  • introduction to the I2C bus (“two wire interface”)
  • Using the Maxim DS1307 real time clock IC
  • make our own digital clocks!
Chapter Eight (original en inglés) - Cap. 08 (traducción al español) 
  • Some more timing with the Maxim DS1307
  • receive user input via the serial monitor box
  • control physical movement with the serial input data
  • make our own analogue clock!
Chapter Nine (original en inglés) - Cap. 09 (traducción al español) 
  • Blink more LEDs with an 8×8 LED matrix display module
  • Spend some time considering user interfaces with our projects
  • create a function to use a potentiometer to return a number in a desired range of numbers (0~x)
  • implement a user-interface on the digital clock from Chapter Seven
  • build our own digital alarm clock!
Chapter Ten (original en inglés) - Cap. 10 (traducción al español) 
  • Creating a minimal Arduino board using a bootrom
  • Using Arduino to control a relay with an on/off timer
  • build our own dual timer control system with various timing options
Chapter Eleven (original en inglés) - Cap. 11 (traducción al español) 
  • Start using wireless data link modules
  • Control digital pins remotely using wireless
  • Investigate rotary encoders
Chapter Twelve (original en inglés) - Cap. 12 (traducción al español) 
  • More about rotary encoders
  • Using common-anode LED display modules
  • Create a button board
  • Start the series of making a prototype into a product
Chapter Thirteen (original en inglés) - Cap. 13 (traducción al español) 
  • examine piezoelectric buzzers
  • continue with our alarm clock, adding a snooze function
  • using wireless radio modules to create some remote control systems and sending various data over the airwaves.
Chapter Fourteen - updated 02/03/2013 (original en inglés) - Cap. 14 (traducción al español) 
  • A detailed yet simple introduction to using the XBee wireless data transceivers with Arduino projects
Chapter Fifteen - updated 19/11/2013 (original en inglés) - Cap. 15 (traducción al español) 
  • A beginner’s guide to RFID with Arduino and RDM630 – Build RFID tag/card readers, RFID control systems, and an RFID data logger with time, date and so on
  • Click here for a version that uses Innovations ID-12 or ID-20 RFID readers
Chapter Sixteen - updated 06/12/2013 (original en inglés) - Cap. 16 (traducción al español) 
  • Getting started with using Ethernet and Arduino
Chapter Seventeen - updated 14/01/2014 (original en inglés) - Cap. 17 (traducción al español) 
  • Getting started with using EM406A GPS receivers and Arduino
Chapter Eighteen  - updated 09/01/2013 (original en inglés) - Cap. 18 (traducción al español) 
  • Start playing with RGB LED matrix units
Chapter Nineteen - updated 15/01/2014 (original en inglés) - Cap. 19 (traducción al español) 
Chapter Twenty updated 10/01/2013 (original en inglés) - Cap. 20 (traducción al español) 
  • Arduino and the I2C bus. We learn the basics of reading and writing data to various I2C devices, in preparation for future tutorials.
Chapter Twenty-one updated 10/01/2013 (original en inglés) - Cap. 21 (traducción al español) 
  • More on Arduino and the I2C bus, including I/O expanders and EEPROM use
Chapter Twenty-two updated 12/12/2013 (original en inglés) - Cap. 22 (traducción al español) 
  • Arduino and the AREF pin
Chapter Twenty-three - updated 19/01/2013 (original en inglés) - Cap. 23 (traducción al español) 
  • Arduino and the touch-screen
Chapter Twenty-four (original en inglés) - Cap. 24 (traducción al español) 
  • Arduino and monochrome LCDs (both character and graphical)
Chapter Twenty-five updated 14/03/2013 (original en inglés) - Cap. 25 (traducción al español) 
  • Using analog input to read multiple buttons
Chapter Twenty-six updated 15/01/20014 (original en inglés) - Cap. 26 (traducción al español) 
  • Arduino and GSM cellular – using SM5100B and Arduino Uno
Chapter Twenty-seven - updated 18/01/2014 (original en inglés) - Cap. 27 (traducción al español) 
  • Arduino and GSM cellular - using SM5100B and Arduino Mega
Chapter Twenty-eight - updated 03/02/2014 (original en inglés) - Cap. 28 (traducción al español) 
  • Arduino and a colour LCD shield
Chapter Twenty-nine -  (original en inglés) - Cap. 29 (traducción al español) 
  • new TFT LCD with touch screen tutorial coming soon
Chapter Thirty - updated 04/12/2013 (original en inglés) - Cap. 30 (traducción al español) 
  • Arduino and twitter.
Chapter Thirty-one - updated 09/01/2013 (original en inglés) - Cap. 31 (traducción al español) 
  • Arduino’s inbuilt EEPROM
Chapter Thirty-two - updated 10/07/2013 (original en inglés) - Cap. 32 (traducción al español) 
  • Arduino and infra-red remote control
Chapter Thirty-three - updated 02/03/2013 (original en inglés) - Cap. 33 (traducción al español) 
  • Control AC power outlets via SMS
Chapter Thirty-four - updated 10/01/2013 (original en inglés) - Cap. 34 (traducción al español) 
  • Arduino and the SPI bus (part one)
Chapter Thirty-five updated 10/01/2013 (original en inglés) - Cap. 35 (traducción al español) 
  • Arduino and video out
Chapter Thirty-six updated 10/01/2013 (original en inglés) - Cap. 36 (traducción al español) 
  • Arduino and the SPI bus (part two)
Chapter Thirty-seven - updated 19/01/2013 (original en inglés) - Cap. 37 (traducción al español) 
  • Timing applications with millis()
Chapter Thirty-eight - updated 05/02/2013 (original en inglés) - Cap. 38 (traducción al español) 
  • Thermal printer!
Chapter Thirty-nine - updated 11/06/2013 (original en inglés) - Cap. 39 (traducción al español) 
  • How to use the NXP SAA1064 4-digit LED display driver IC with our Arduino systems
Chapter Forty updated 19/01/2013 (original en inglés) - Cap. 40 (traducción al español) 
Chapter Forty-One - updated 25/11/2012 (original en inglés) - Cap. 41 (traducción al español) 
  • Using one Microchip MCP023017 to add 16 digital I/O ports to your Arduino
Chapter Forty-Two  - updated 16/12/13 (original en inglés) - Cap. 42 (traducción al español) 
  • Arduino and Numeric Keypads
Chapter Forty-three - updated 19/01/13 (original en inglés) - Cap. 43 (traducción al español) 
  • I/O Port Manipulation
Chapter Forty-four - updated 08/02/13 (original en inglés) - Cap. 44 (traducción al español) 
  • Using an ATtiny45/85 with Arduino software
Chapter Forty-five - updated 05/02/2013 (original en inglés) - Cap. 45 (traducción al español) 
  • Parallax Ping))) Ultrasonic Sensor
Chapter Forty-six - updated 19/01/2013 (original en inglés) - Cap. 46 (traducción al español) 
  • Using an analog input pin to read four buttons
Chapter Forty-seven - updated 24/11/2012 (original en inglés) - Cap. 47 (traducción al español) 
  • Internet-controlled relays
Chapter Forty-eight – updated 31/01/2013 (original en inglés) - Cap. 48 (traducción al español) 
  • Arduino and the MSGEQ7 Spectrum Analyzer
Chapter Forty-nine – updated 11/03/2013 (original en inglés) - Cap. 49 (traducción al español) 
  • Arduino and KTM-S1201 LCD modules
Chapter Fifty updated 26/04/2013 (original en inglés) - Cap. 50 (traducción al español) 
  • Arduino and ILI9325 colour TFT LCD modules
Chapter Fifty-one  updated 12/05/2013 (original en inglés) - Cap. 51 (traducción al español) 
  • using MC14489 LED display driver ICs
 Chapter Fifty-two - updated 17/06/2013 (original en inglés) - Cap. 52 (traducción al español) 
  • add analogue-to-digital and digital-to-analogue to your Arduino with the NXP PCF8591
 Chapter Fifty-three - updated 02/07/2013 (original en inglés) - Cap. 53 (traducción al español) 
  • learn how to use the Texas Instruments ADS1110 16-bit analogue-to-digtal converter
Chapter Fifty-four - updated 20/08/2013 (original en inglés) - Cap. 54 (traducción al español) 
  • learn how to use the NXP PCF8563 real time clock IC
Chapter Fifty-five - updated 08/01/2014 (original en inglés) - Cap. 55 (traducción al español) 
  • First chapter in using popular and inexpensive SIM900 GSM shields with Arduino
Chapter Fifty-six (original en inglés) - Cap. 56 (traducción al español) 
Chapter Fifty-seven (original en inglés) - Cap. 57 (traducción al español) 
  • Controlling LEDs and servos with the TI TLC5940 16-channel LED driver IC
Chapter Fifty-eight (original en inglés) - Cap. 58 (traducción al español) 
Arduino Yun Yún front
Arduino Yún tutorials
Subscribe to keep up to date – see top-right of this page.
All the original material in these tutorials, unless noted otherwise, is published under a Creative Commons Attribution-Non Commercial-Share Alike v3.0 license. If you would like to use the work in other situations, please email me at john (at) tronixstuff dot com. Feedback, comments, and constructive criticism is always welcome – don’t be shy!

- LA PUBLICACIÓN ORIGINAL CORRESPONDIENTE A ESTA PÁGINA SE ENCUENTRA AQUÍ -

No hay comentarios.:

Publicar un comentario