Chevron Left
Back to The Arduino Platform and C Programming

Learner Reviews & Feedback for The Arduino Platform and C Programming by University of California, Irvine

4.7
stars
7,077 ratings

About the Course

The Arduino is an open-source computer hardware/software platform for building digital devices and interactive objects that can sense and control the physical world around them. In this class you will learn how the Arduino platform works in terms of the physical board and libraries and the IDE (integrated development environment). You will also learn about shields, which are smaller boards that plug into the main Arduino board to perform other functions such as sensing light, heat, GPS tracking, or providing a user interface display. The course will also cover programming the Arduino using C code and accessing the pins on the board via the software to control external devices. Please note that this course does not include discussion forums. Upon completing this course, you will be able to: 1. Outline the composition of the Arduino development board 2. Describe what it means to program the board's firmware 3. Read board schematics 4. Install Arduino IDE 5. Describe what "shields" are and how they are used 6. Specify the role of libraries in the use of shields 7. Compile and run a program 8. Name C Variables and Types 9. Name common C operators 10. Use conditionals and loops 11. Explain functions, their definition and invocation 12. Explain the implications of global variables 13. Undertake the Arduino build process 14. Describe the role of the tools behind the IDE 15. Describe how to invoke functions in classes 16. Explain the structure of an Arduino sketch 17. Access the pins of the Arduino 18. Differentiate between digital and analog pin 19. Debug embedded software 20. Explain the importance of controllability and observability in the debugging process 21. Describe common debugging architectures for embedded systems 22. Explain how the UART Serial communication protocol works 23. Describe how the Arduino Serial library performs serial communication...

Top reviews

AD

Invalid date

The training was excellent with good interaction. Knowledge sharing is good. The recording facility is excellent for revising. The course was a practical and informative experience

KP

Invalid date

This was the second course in the specialization, and I could get a good amount of knowledge on the Arduino circuit and could go baby steps into programming into the next course

Filter by:

1176 - 1200 of 1,590 Reviews for The Arduino Platform and C Programming

By Galia

May 17, 2018

I liked the course however It will be a tad difficult for someone with absolutely no programming background so the professor just digs into it so unless you study a lot on your own (and not following the few 2-3 hrs a week prestated) you will have some trouble getting there.

The only bad thing is that you have to copy paste your code. This makes the whole code alignment to jump and a lot of students didn't re-align in the preview screen hence their code gets some errors.

By Dale R A

Jan 12, 2018

This was a good introduction; and now I am moved on to taking courses 1 and 3 this month :) and getting good value from the time spent. Learning a lot thank you Mr. Harris! I appreciate the laid back, practical kind of style, although once in awhile you stumble on something and I'm like "Did he really not re-record that?". But, it is more than made up for by the positive aspects that you covered so much useful data and made it available to us. Thanks again.

By Amit K C

Nov 12, 2018

The course is best for those who are new to Arduino and will motivate them to learn more about the subject. There are lots of sensors with which the students can play with and then report their experience. There are many other advanced subjects in this course that can be added like making of our own library for a sensors etc. Overall its a good lecture and it was easily understood.

By Ritwik C

May 10, 2020

The course was a great introduction to the arduino ecosystem and professor Harris explained all the basic concepts related to it very well. However, this is only an introduction to the arduino platform mainly for beginners. so if you already have basic knowledge of the programming of arduino or any other microcontrollers, this course may not be of much help to you.

By Saul R T

Dec 26, 2020

For someone with a little competence in processors and coding probably the course is a little too complex so it would be good to do a more detailed explanations. I'm a telecom engineer so for me it was the right difficulty in the assignments to practice classes but I also needed to do some research on my own, In general the course is great,

By David F

Sep 3, 2016

The lecturer and structure were very good. Five Stars.

Sadly, I felt the course could have used a bit more substance. Less than hour of lectures per week and only one programming assignment left me wanting more. By contrast after taking https://www.coursera.org/learn/matlab/home/welcome I realy felt like I had a grasp on the material.

By Binod

Aug 20, 2017

Really I enjoyed this course, as it refresh all my old memory for C programming and provide easy way to explain Arduino code. On top one interesting topic was there on micro controller communication. I would like to recommend this course if you are really going to start coding on Arduino. Thanks Sir !!

By parth g

Sep 15, 2020

A very good course to teach you the basics of Arduino platform and IDE. It'll help you get started on how to code your programs and lets you build upon it. I'd definitely recommend for a beginner. There is a need to make it more interactive. Like discussion form otherwise, most of us are on our own.

By Akshiv A

May 18, 2020

This course is very good. It helps me to understand concepts more clearly. Its peer assignments are good too but they can be better and little bit more hard . However if the amount of peer assignment was more then it would be more better. Thank you Coursera and Professor Ian Harris.

By Prakash K

Dec 19, 2018

This course was very elaborate and informative. Prof. Ian G. Harris is a very good teacher and it is very interesting listening his class. I wish the assignments could be a little more challenging and would be better if they are checked by professors along with the peer grading.

By vinay s

Nov 24, 2019

This course serves the purpose of an Introduction to Arduino platform (a very basic introduction).

Even though most of the information regarding the Arduino platform is available freely on the website Arduino.cc ; this course provides a more structured approach to the platform.

By Manoj W

Apr 2, 2021

The course has provided a lot of new information for me, even though I am not a beginner. Well planned course. But I would like to see more on-hand practical lessons. The final projects are a bit easy. But it has provided new insights to my understanding about Arduino.

By Biplav S K

Oct 12, 2020

This is a nice course to start with Arduino and c programming. The instructor has explained almost everything about the Arduino at the very basic level requiring the learner to dig deep and play around for a better understanding of concepts which I think is a good thing.

By Hector J

Mar 24, 2019

I liked this course more than the first one, it has a lot of simple information on the input and outputs of an Arduino IDE. The professor gives a lot information on the code behind Arduino and that helped get the big picture of programming with Arduino.

By Vicky S

Nov 10, 2018

I liked the course overall. I think some of the topics can be replaced by some practical projects . This course only has one partial working project(LED Blink). This course focus more on theory part than its practical applications.

By Suprajith H

Jul 30, 2016

A very good course. It does not teach you everything about C programming but does a very good job of teaching the bare minimum required to understand and implement simple C programs.

The Arduino Platform is very well explained.

By 2K20 E 6 S V

Apr 14, 2021

It was an awesome experience doing the course. The Lecturer is really cool. I gave a star less because the courses missed on coding and practical videos. Rest everything is awesome. I learned a lot of new things. Thank you!

By KIRAN K A

Jan 17, 2016

Had joined for free(non-specialization), it was good. Got a basic overview on ardunio. I had never worked on ardunio, but on AVR microcontroller. If you are looking for basic overview, its really good. Thanks to coursera :)

By Amanda W

Mar 25, 2020

Very new to coding and a bit more instruction on the syntax of the C language would have been helpful, but with books/internet I was able to do the assignments - they were challenging for a beginner but not impossible.

By Ariel M

Feb 22, 2017

Very good introduction to arduino programming and the platform in general. However i expected it to be a more in depth course, however i would recommended it to anyone who just bought an arduino for the first time.

By Vitito

Dec 14, 2016

I'm auditing this series and decided to use the autodesk simulator, highly recommended tool. Overall this class is a practical hands on approach to the subject matter. Enjoyed the presentation and topics.

By Lakshantha D

Oct 3, 2016

Good introductory course

This course explains the basics of Arduino and explains C programming which is essential for Arduino sketches.This course motivated me in further learning about the Arduino.

By Asena K

Apr 15, 2021

I like the instructor a lot and his teaching is amazing. Also I had the opportunity to work with Arduino board and get hands on it. But overall course level was too easy for me in terms of coding.

By Константин А

Dec 8, 2015

Nice course for beginners, I actually enjoyed it. Just same remark as for previous one - please review text of subtitles, it's really awful and I guess it's even funny for native english speakers

By Tejas S K

Sep 1, 2020

I enjoyed a lot during this course and also learned some great arduino lessons and practicals. I can confidently tell you that I can do some actual arduino programs in real time applications.