Difference between revisions of "Arduino Install Hoodloader2"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
Line 9: Line 9:
* 1x Male to Femal Cable
* 1x Male to Femal Cable
* 1X 100nF Capacitor
* 1X 100nF Capacitor
File:ArduinoHoodloader.jpg


== Background ==
== Background ==

Revision as of 14:27, 1 June 2020

Summary

This Documentation is an step by step description for boot loading HoodLoader2 on to your Arduino Uno.

Requirements

  • Arduino Uno
  • 3x Female to Female Cable
  • 1x Male to Femal Cable
  • 1X 100nF Capacitor


File:ArduinoHoodloader.jpg

Background

The Arduino Uno has Two Computing units on his board. The ATMeda328P works as the Main computing unit and ATMega16U2 manages the USB Connection. Hoodlaoder2 allows to also use and program the ATMega16U2 chip. Hoodlaoder2 allows us to realize Human Interface Device Projects like a mouse or keyboard. This procedure is needed if u want to create a Arduino USB Rubber Ducky with the Arduino Uno.

Disclaimer The Hoodloader overrides the usual Bootloader and it is possible that the Arduino breaks during the process. I do not assume any liability or guarantee.

Description

Step 1

Enter these commands in the shell

echo foo
echo bar

Step 2

Make sure to read

  • War and Peace
  • Lord of the Rings
  • The Baroque Cycle

Used Hardware

Device to be used with this documentation Maybe another device to be used with this documentation

Courses

References