element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Ben Heck Featured Content
  • Challenges & Projects
  • element14 presents
  • element14's The Ben Heck Show
  • Ben Heck Featured Content
  • More
  • Cancel
Ben Heck Featured Content
Forum 1980's Heathkit Hero robot teardown / modern equivalent
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Ben Heck Featured Content to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 9 replies
  • Subscribers 42 subscribers
  • Views 3484 views
  • Users 0 members are here
  • Single Board Computer
  • robot
  • heathkit
  • robot kit
  • robot_education
  • teardown
Related

1980's Heathkit Hero robot teardown / modern equivalent

beacon_dave
beacon_dave over 8 years ago

This cropped up in discussion elsewhere on Element 14 and may be worth considering for a future show.

https://www.element14.com/community/docs/DOC-83675#comment-96896

 

Heathkit in the 1980's produced and sold an educational/personal robot in kit form or pre-assembled called the 'Hero 1' and then later the 'Hero 1 Jr.' and the 'Hero 2000' models.

 

https://en.wikipedia.org/wiki/HERO_(robot)

They were much sought after by young technical enthusiasts at the time, but the pricing probably placed them more in the college/university domain.

 

If one can be obtained (around 20,000 were sold according to Wikipedia) then it may make an interesting teardown project for the show. If not, then perhaps building a modern equivalent would be an alternative idea for the show.

  • Sign in to reply
  • Cancel

Top Replies

  • shabaz
    shabaz over 8 years ago +6
    Hi Dave, This is a great idea to start a thread on it! Even if it isn't considered for a show, the information could be useful to anyone who wants to recreate something similar. Here is some basic information…
  • necron9x11
    necron9x11 over 6 years ago +5
    Just discovered you guys. Y’all ever get round to doing this? I have all the Hero’s. My 2000 is still brand new in the box and never been built yet. Been planning to do the build and post videos of it…
  • afmishaq
    afmishaq over 6 years ago in reply to shabaz +3
    It has been a long time but I remember the class having a lot of fun as we built two of these kits and learnt to program it. Faiz Ishaq
Parents
  • shabaz
    shabaz over 8 years ago

    Hi Dave,

     

    This is a great idea to start a thread on it! Even if it isn't considered for a show, the information could be useful to anyone who wants to recreate something similar.

     

    Here is some basic information on it, I've had to re-type in my own words, since I didn't want to publish a photo of the entire article since it is copyrighted.

     

    HERO 1 Basic Information

     

    image

    (Image source: https://commons.wikimedia.org/wiki/File:Hero1.jpg  (license CC BY-SA 3.0)

     

     

    Dimensions:

    Around 500mm high

     

    Hardware:

    14 PCBs!

    1 PM DC motor

    7 stepper motors

     

    Base:

    Contains motor drive and steering, and three of the four total batteries.

    The batteries are 6V, but in series to make 12V. So there is a 12V supply for the motors, and a 12V supply for the electronics.

     

    Body:

    Most of the PCBs fit here around the body. There is a door for the wiring looms.

     

    Head:

    Rotates almost 360 degrees. There are a variety of sensors on it including movement (ultrasound), light, sound and distance (using ultrasound). There is also the fourth battery here.

    The top of the head has a proto-board area, LED display, and hex keyboard. The proto-board allows access to GPIO, supply lines and so on, for connections into the CPU of the robot.

     

    Arm:

    This is attached to the rotating head and can therefore rotate close to 360 degrees. The arm moves up and down 150 degrees. It is possible for the arm to expand by about 120mm.

    The gripper can bend by +-90 degrees from the arm. It can rotate about the arm axis by close to 360 degrees. The max opening is about 85mm.

     

    Electronics:

    There is an RTC, and a speech synth. The processor is 6808, 8k ROM (expandable up to 16k total), 4k RAM.

     

    Software:

    The keypad has an 'Abort' button which won't quit the program, but will halt the robot and display the program counter value. It can be resumed.

    The keypad is hexadecimal because HERO is programmed in machine code instructions. As far as I understand, it is possible to jump to a interpreter which will handle simplified instructions for doing tasks like moving the arm, and then you can jump back into the machine code. This means you don't have to do everything in machine code if you don't want to.

     

    There are in-built utilities that can be run from the keypad, to perform tasks like move the head and arm to a set position, setting the time, load programs, save programs, etc. (Load and save uses a tape player/recorder).

     

    Teaching Pendant:

    This has a rotary switch which can be used to select Head, Arm, Gripper etc., and also left/right push-buttons and a go finger-trigger button. So, you can select a part of the robot using the rotary switch, and then move that part using the left/right push-buttons or the go trigger. As a result it is possible to move the robot (at three different speeds) forward or backwards, make it turn, and control its head, arm, gripper and so on. The pendant is used for either manual control, or for the learn mode, i.e. the robot remembers how long you press the finger-trigger and records all the settings.

    • Cancel
    • Vote Up +6 Vote Down
    • Sign in to reply
    • Cancel
  • afmishaq
    afmishaq over 6 years ago in reply to shabaz

    It has been a long time but I remember the class having a lot of fun as we built two of these kits and learnt to program it.

     

    Faiz Ishaq

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • afmishaq
    afmishaq over 6 years ago in reply to shabaz

    It has been a long time but I remember the class having a lot of fun as we built two of these kits and learnt to program it.

     

    Faiz Ishaq

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube