Are there any microcontroller (mcu) course in university?

AI Thread Summary
Microcontroller courses, particularly focusing on AVR and Atmega series, may be offered in electrical and computer engineering departments at universities. General textbooks on microcontrollers cover fundamental features like interrupts and timers, but may not focus specifically on AVR. The AVR datasheet is essential for detailed learning beyond what textbooks provide. It's suggested that practical experimentation with components can be beneficial without needing extensive theoretical knowledge. Engaging with online resources can also supplement learning for specific projects.
Callaghan
Messages
13
Reaction score
0
I'm looking for some textbook for learning microcontroller(MCU), especially AVR, Atmega series.

Does the electrical and computer engineering department in some university teach this devices?

If so, what is the basic textbook for university students to learn MCU?
 
Engineering news on Phys.org
There are textbooks on microcontrollers, but there are so many types it's hard to write one specifically geared toward a specific type, like AVR. The following textbook is one that I've used for the course I took on mechatronics. It generalizes microcontroller features (interrupts, etc.) so you'll know what the general capabilities of the AVR are. The AVR datasheet will tell you the rest.

https://www.amazon.com/dp/0131433563/?tag=pfamazon01-20
 
Last edited by a moderator:
  • Like
Likes CalcNerd
You are implying that studying AVR textbook is not really good choice?

So it is good to learn mechatronics and AVR datasheet can suffice?
 
What I'm saying is that a university textbook will be written to be as general as possible within a certain subject. When I took mechatronics, I specifically used the PIC32 microcontroller series, but the textbook I had for the class only generally covered what microcontrollers can do (interrupts, timers, etc.). The rest I had to learn from the datasheet and from other documentation from Microchip. The link I included above is the textbook I had. A quick Internet search will point you to more specific materials on AVRs and what others have learned about using them in projects. I would think that's enough to get you started.

Depending on your interest level, you might not need to learn everything about mechatronics to get your specific idea/project underway. Don't make the mistake in thinking you have to know *everything* about the subject to start playing around with the components. Of course, that's not to say that there isn't a lot to learn, but don't think you have to take a university course to do something cool.
 
timthereaper said:
What I'm saying is that a university textbook will be written to be as general as possible within a certain subject. When I took mechatronics, I specifically used the PIC32 microcontroller series, but the textbook I had for the class only generally covered what microcontrollers can do (interrupts, timers, etc.). The rest I had to learn from the datasheet and from other documentation from Microchip. The link I included above is the textbook I had. A quick Internet search will point you to more specific materials on AVRs and what others have learned about using them in projects. I would think that's enough to get you started.

Depending on your interest level, you might not need to learn everything about mechatronics to get your specific idea/project underway. Don't make the mistake in thinking you have to know *everything* about the subject to start playing around with the components. Of course, that's not to say that there isn't a lot to learn, but don't think you have to take a university course to do something cool.

Although I am a novice and I couldn't follow your words exactly, I will keep this in mind. Thank you for the advice.
 
Hi all, i have some questions about the tesla turbine: is a tesla turbine more efficient than a steam engine or a stirling engine ? about the discs of the tesla turbine warping because of the high speed rotations; does running the engine on a lower speed solve that or will the discs warp anyway after time ? what is the difference in efficiency between the tesla turbine running at high speed and running it at a lower speed ( as fast as possible but low enough to not warp de discs) and: i...
Back
Top