We may earn an affiliate commission when you visit our partners.
Course image
Yukihiro Minami Koyama

Arduino es una iniciativa empleada para simplificar el uso de los microcontroladores, que surgió en 2005 como resultado de un proyecto de estudiantes en el Instituto IVREA. Nació con el objetivo de disminuir el costo de los microcontroladores, que entonces los estudiantes empleaban para sus proyectos y que resultaban demasiado costosos.

Read more

Arduino es una iniciativa empleada para simplificar el uso de los microcontroladores, que surgió en 2005 como resultado de un proyecto de estudiantes en el Instituto IVREA. Nació con el objetivo de disminuir el costo de los microcontroladores, que entonces los estudiantes empleaban para sus proyectos y que resultaban demasiado costosos.

Actualmente tiene diferentes usos, como la aplicación de desarrolladores de diseños artísticos e interactivos; de igual forma, muchas personas utilizan Arduino para incursionar en aplicaciones tecnológicas, como la automatización y la robótica.

Su aplicación, aunque pudiera parecer limitada a áreas de la ciencia muy especializadas, es en realidad común, al encontrarla en un cajero automático, un calentador de agua, la pluma de un estacionamiento o las puertas de una plaza o supermercado, y es que este tipo de herramientas, que facilitan nuestra vida diaria, están basadas en un pequeño microcontrolador, cuya tarea está dictada por un programa.

Programar es algo que hacemos día con día al planear nuestras actividades, pero si nos detenemos a organizar aquello que hacemos de manera inconsciente, obtendremos una serie ordenada de pasos que nos llevarán a un objetivo; si tenemos esto claro seremos capaces de planear actividades más complejas.

En este curso utilizaremos Arduino UNO para realizar dos prototipos que muestran el funcionamiento de dispositivos, como un chaleco para ciclista y un pastillero. No es requisito tener conocimientos de programación; sin embargo, conforme avances en el estudio de este curso probablemente necesites reforzar e investigar sobre algunos de los aspectos que aquí se expliquen.

A través de las actividades y material didáctico de este curso aprenderás a aplicar la tarjeta Arduino y podrás adquirir y reforzar nociones básicas de programación, utilizando una herramienta de fácil acceso, que te permitirá además elaborar posteriores proyectos de tu interés.

Subtítulos disponibles en español.

Cuatro semanas de estudio.

2-4 horas por semana.

Enroll now

Two deals to help you save

What's inside

Syllabus

¿Cómo trabajaremos en este curso?
Antes de iniciar el estudio de este curso revisa la forma en que está estructurado.
Arduino, ¿qué es y para qué sirve?
Read more
En este módulo conoceremos sobre el desarrollo de los microcontroladores a través de la historia y realizaremos la instalación del programa o IDE de la tarjeta Arduino UNO.
Prototipo de chaleco para ciclistas
En este módulo identificaremos las zonas del entorno de desarrollo integrado (IDE), para posteriormente empezar a realizar códigos de programación, empleando las entradas y salidas digitales de la tarjeta Arduino; con ello podremos desarrollar un prototipo de señalización para ciclista.
Fabricación de un pastillero inteligente
En este módulo aprenderemos a controlar un motor de CD, un buzzer, un interruptor de lámina y una pantalla de cristal líquido (LCD), que junto con bibliotecas e interrupciones de programación nos permitirán desarrollar un prototipo de pastillero inteligente.

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Introduces basic programming concepts through coding
Builds a strong foundation in electronics and programming, which forms the basis of the Internet of Things
Implements these concepts through practical application, developing both theoretical and hands-on skills
Develops problem-solving and critical thinking skills in the context of real-world projects
Helps students develop a strong understanding of the Arduino platform and its applications
Provides a solid foundation for further exploration in microcontrollers, embedded systems, and IoT

Save this course

Save Arduino y algunas aplicaciones to your list so you can find it easily later:
Save

Reviews summary

Arduino y sus aplicaciones: curso bien recibido

Con una calificación promedio de 4,6 sobre 5 basada en 87 reseñas, este curso es bien recibido por los estudiantes. Los alumnos elogian la clara explicación, los proyectos prácticos y la progresión lógica del curso. Sin embargo, algunos señalan que la lista de materiales podría ser más precisa y que la calificación por pares puede ser subjetiva.
Progreso claro y paso a paso a través de conceptos y proyectos.
"Excelente curso, la metodología paso a paso muy buena..."
"Es un buen curso introductorio a Arduino, las aplicaciones son excelentes formas de aprender a trabajar con la tarjeta para..."
Curso bien explicado y fácil de entender.
"Muy buen curso, aprendí mucho"
"Muy bien explicado y con gran material de apoyo para realizar los proyectos."
Proyectos que ayudan a aplicar conocimientos y desarrollar habilidades.
"Muy buen curso, aprendes mucho con los proyectos."
"Excelente curso, contenido útil y proyectos prácticos."
"La mayor parte del curso se desarrollo bastante bien, me alegra haber llevado el curso, el único inconveniente es que pidieron un capacitor y no enseñaron como conectarlo (a diferencia de otros componentes utilizados)."
La calificación de los proyectos por parte de los estudiantes puede no ser objetiva.
"Excelente curso, la metodología paso a paso muy buena, lo único que no estoy de acuerdo es la calificación por parte de los mismos estudiantes, debería ser calificado por los profesores."
La lista de materiales ocasionalmente falta artículos necesarios.
"El curso es excelente, nos brinda información paso a paso aunque en algunas ocasiones resultó confuso en algunas instrucciones."
"Además es importante mencionar que falta por indicar el uso de algunos materiales, como los PIN que van soldar a la LCD y por supuesto el cautín."

Activities

Be better prepared before your course. Deepen your understanding during and after it. Supplement your coursework and achieve mastery of the topics covered in Arduino y algunas aplicaciones with these activities:
Arduino IDE practice
Get hands on experience with the Arduino IDE by going through the steps to set up your own project
Show steps
  • Download and install the Arduino IDE
  • Create a new project
  • Add code to the project
  • Compile and upload the code to the Arduino
Review basic electronics
Reinforce your basic electronics knowledge to better understand Arduino hardware and functionality
Browse courses on Electronics
Show steps
  • Review basic electrical concepts (e.g., voltage, current, resistance)
  • Understand simple circuits and their components
  • Familiarize yourself with common electronic components (e.g., resistors, capacitors, transistors)
  • Practice building simple circuits with a breadboard
Arduino code walk through
Review and reinforce Arduino coding concepts by recreating the code used in the course
Show steps
  • Choose an example code from the course
  • Recreate the code in a new Arduino project
  • Upload the code to the Arduino
  • Test the code and observe the results
Five other activities
Expand to see all activities and additional details
Show all eight activities
Arduino hardware practice
Develop valuable hands-on experience with Arduino hardware by building a simple project
Show steps
  • Gather the necessary components
  • Assemble the circuit
  • Write and upload the code to the Arduino
  • Test the project and troubleshoot any issues
Arduino project
Apply your learning by designing and building a custom Arduino project
Show steps
  • Brainstorm and choose a project idea
  • Design the circuit and code
  • Build and test the project
  • Present your project
Arduino community forums
Connect with other Arduino enthusiasts and seek guidance on specific topics or challenges
Show steps
  • Visit the Arduino community forums
  • Browse existing discussions
  • Create a new topic or join an existing one
  • Participate in discussions and seek help from others
Arduino study group
Enhance your learning through collaborative discussions and knowledge sharing with peers
Show steps
  • Find a study partner or group
  • Schedule regular study sessions
  • Discuss course materials, concepts, and projects
  • Collaborate on assignments and projects
Arduino open source projects
Explore and contribute to open source Arduino projects to deepen your understanding and support the community
Show steps
  • Visit the Arduino Project Hub
  • Browse existing projects
  • Contribute to an existing project or start your own
  • Share your projects with the community

Career center

Learners who complete Arduino y algunas aplicaciones will develop knowledge and skills that may be useful to these careers:
Embedded Systems Engineer
Embedded Systems Engineers design, develop, and maintain embedded systems. This course will provide you with the skills you need to work with embedded systems, including the use of microcontrollers and sensors. You will learn about the principles of embedded systems, as well as how to use embedded systems tools to design and develop embedded systems.
Mechatronics Engineer
Mechatronics Engineers combine the principles of mechanical engineering and electrical engineering to design, develop, and maintain mechatronic systems. This course will provide you with the skills you need to work with mechatronic systems, including the use of microcontrollers and sensors. You will learn about the principles of mechatronics, as well as how to use mechatronic tools to design and develop mechatronic systems.
Automation Engineer
Automation Engineers design, implement, and maintain automated systems. This course will provide you with the skills you need to work with automated systems, including the use of microcontrollers and sensors. You will learn about the principles of automation, as well as how to use automation tools to design and implement automated systems.
Computer Engineer
Computer Engineers design, develop, and maintain computer systems and networks. This course will provide you with the skills you need to work with computer systems and networks, including the use of microcontrollers and sensors. You will learn about the principles of computer engineering, as well as how to use computer engineering tools to design and develop computer systems and networks.
Electronics Technician
Electronics Technicians install, maintain, and repair electronic systems and equipment. This course will provide you with the skills you need to work with electronic devices, including the use of microcontrollers and sensors. You will learn about the principles of electronics, as well as how to use electronic test equipment to troubleshoot and repair electronic systems.
Electrical Engineer
Electrical Engineers design, develop, and maintain electrical systems and equipment. This course will provide you with the skills you need to work with electrical systems, including the use of microcontrollers and sensors. You will learn about the principles of electricity, as well as how to use electrical test equipment to troubleshoot and repair electrical systems.
Robotics Engineer
Robotics Engineers are responsible for designing, constructing, and maintaining different types of robots that perform a variety of tasks. With the skills learned in this Arduino course, you will be able to gain a strong foundation in programming and electronics which are essential for success in this field. The course will provide you with a practical understanding of how to use microcontrollers and sensors to control physical devices, build prototypes, and develop innovative solutions.
Hardware Engineer
Hardware Engineers design and develop electronic circuits and devices. This course will provide you with a strong foundation in electronics, which is essential for success in this field. You will learn about the principles of electronics, as well as how to use electronic components to build circuits and devices.
Software Engineer
Software Engineers design, develop, and maintain software applications, ensuring that they meet user needs and perform efficiently. This course will provide you with a solid foundation in programming, which is essential for Software Engineers. You will learn about the principles of programming, as well as how to use programming languages and tools to develop software applications.
Product Designer
Product Designers create and develop new products, from concept to market launch. This course will provide you with the skills you need to design and develop physical products, including the use of microcontrollers and sensors. You will learn about the principles of design, as well as how to use design tools to create prototypes and develop products.

Reading list

We've selected 13 books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Arduino y algunas aplicaciones.
Comprehensive guide to Arduino programming. It covers all the basics of Arduino programming, and includes several projects to help you get started.
Comprehensive guide to Arduino programming. It covers all the basics of Arduino programming, and includes several projects to help you get started.
Collection of recipes for building projects with Arduino. It covers a wide range of projects, from simple to complex.
Collection of projects for the Arduino Workshop series. It covers a wide range of projects, from simple to complex.
Good introduction to Arduino for beginners. It covers the basics of Arduino programming and hardware, and includes several projects to help you get started.
Collection of step-by-step instructions for building a variety of cool projects with Arduino. It good resource for beginners who want to learn how to build projects with Arduino.
Good introduction to Arduino for beginners. It covers the basics of Arduino programming and hardware, and includes several projects to help you get started.
Good introduction to Arduino for beginners. It covers the basics of Arduino programming and hardware, and includes several projects to help you get started.
Good introduction to Arduino for beginners. It covers the basics of Arduino programming and hardware, and includes several projects to help you get started.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Here are nine courses similar to Arduino y algunas aplicaciones.
Introducción al Internet de las Cosas (IoT)
Most relevant
Arduino para niños ¡vamos al espacio!
Most relevant
Diseña, fabrica y programa tu propio robot
Most relevant
Aprendizajes en Ingeniería y Agricultura con Arduino:...
Most relevant
El valor de la creatividad y la innovación: La Economía...
Most relevant
Diseño e innovación de modelo de negocios
Most relevant
Visión artificial contemporánea
Most relevant
Diseño e innovación de modelo de negocios
Most relevant
Introducción a la inteligencia emocional
Most relevant
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser