3

Where can I find a hardware manual (documentation or a book) for Arduino board?

As far as I know, all hardware details are dispersed (or scatter) in different tutorials.

Dave X
2,35015 silver badges29 bronze badges
asked Apr 11, 2016 at 8:17

2 Answers 2

6

The Arduino Uno is little more than an ATmega328P microcontroller. In most cases you will be interested by the documentation of the microcontroller itself. Anyway, here are both:

Alberto (aka PighiXXX) has published nicer versions of the Arduino Uno pinout:

enter image description here

Dave X
2,35015 silver badges29 bronze badges
answered Apr 11, 2016 at 8:31
3
  • I've added the "Arduino specific" guides/help from Arduino.cc, since it's not a completely new answer. Feedback is appreciated, I can revert it/create my own answer if neccesary. Commented Apr 11, 2016 at 14:38
  • 1
    @Paul: The question is about the hardware of the Arduino Uno, and the OP specifically wrote he is looking for reference material (manual, documentation or book) rather than tutorials. The links you added are very general. They are not specific to the Uno hardware, and they tend to cover the software more than the hardware. Commented Apr 11, 2016 at 18:01
  • Oops! I have reverted my adjustments, it didn't add value to this specific question. Commented Apr 11, 2016 at 18:07
3

For the hardware part, you can refer to the schematic. It shows all the components so you can find their datasheets for detailed study.

UNO schematic

But to me, if you're just using the board but not designing your own board or writing libraries for the board, I don't think this is necessary. Stick to application level or IO-level and only really dig into the hardware when you're blocked when doing things like using all timers, low-power mode, interrupt with Serial...

answered Apr 11, 2016 at 8:43

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.