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
Robots with Wheels
  • Challenges & Projects
  • Project14
  • Robots with Wheels
  • More
  • Cancel
Robots with Wheels
Blog PWHBot #1: Introduction
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Robots with Wheels to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: jomoenginer
  • Date Created: 8 Apr 2018 1:34 AM Date Created
  • Views 1499 views
  • Likes 6 likes
  • Comments 4 comments
  • ultrasonic sensor
  • tb6612
  • tm4c123gxl
  • cc31xx
  • robotwheelsch
  • pwhbot
  • ir sensor
  • lm339
Related
Recommended

PWHBot #1: Introduction

jomoenginer
jomoenginer
8 Apr 2018

Introduction

 

This is my entry into the Robots On Wheels Project14 contest. The PWHBot will be designed to self navigate an area and report its location as well as environmental conditions back to a central node using MQTT. The main brains of the Bot is a TI4C123GXL launchpad that is programmed in bot Assembly and C code. This thus far controls the motor direction as well as the Ultrasonic Sensor (Ping Sensor) located on the front of the bot. IR sensors will be added to enhance the obstacle avoidance capabilities of the bot and a GPS device will be added to collect the bots location. A CC3100(or perhaps CC3120) booster pack will be added for WiFi connectivity which may require a separate board to control such as a MSP432 or MSP430FR5969. I currently have a Pine64 running the Mosquito MQTT Broker as well as Inductive Automation Ignition Edge and intend to use this to keep track of the Bots location and data.

I'll use some GearTie rubber coated wire bendable ties to mount the IR sensors. This will allow some freedom to move the sensors in a different location when needed.

 

So, what is with the PWHBot name, well the chassis I am using is a Pee-Wee Runt Rover chassis from Actobotics, and borrowing from the name I decided to name the bot PWHBot, or Pee-Wee Herman Bot.  I was going to go with Conky, but I did not want to build a standing bot at this time.  The typewriter head seems cool though.

 

Hardware:

  • TM4C123GXL
  • CC3100 WiFi Booster Pack (MQTT data processing)
  • Parallax 28015 Ultrasonic Sensor
  • Actobotics Peewee Runt Rover
  • Adafruit TB6612 H-Bridge
  • Adafruit Ultimate GPS Breakout fw5632

 

 

Voltage Regulators

    • LM1086 – 3.3v Regulator
    • LM7805 – 5.5v Regulator
    • 10 uF Cap
    • 100 uF Cap
    • 2 x 10 uF cap Tantalum

 

 

IR Sensors

    • LM339 Quad Differential Comparator
    • 4 x IR LED
    • 4 x Photo Transistor
    • 4 x 10K Potentiometer
    • 4 x 100 Ohm Resistor
    • 8 x 10K Ohm Resistor

 

        MQTT Server

    • Pine64 Running Ubuntu Mate
    • Mosquito MQTT Broker
    • Inductive Automation Ignition Edge
    • Webserver

 

I've been struggling a bit with making videos since I gave up my MacBook Pro to my daughter since her's died.  I'm trying to use Windows and have found a pretty cool Video Recording tool that allows me to add multiple screens together and create shortcuts for things like starting and stopping the videos as well as bring in other windows when needed. The issue I run into is that the camera I am using, a Logitech c920 blanks out sometimes and yesterday for some reason the audio stopped. I ended up having to delete the build in recording device on the system to get the audio back.  Mac are just much more easier to use.

The software I am using is OBS Studio (Open Broadcaster Software) and did have a bit of a learning curve.  Thus far it seems to work nicely when it does work.

https://obsproject.com/

 

Here be some pics of the PWHBot in progress and a video listed at the end which was recorded from the Logittech Webcam Software tool.

 

View of the Chassis with Tm4c123GXL and custom perf board installed. I created a board so the Lanchpad could plugin rather than just hang off the end and then added the Adafruit TB6612 H-Bridge along with 3.3v and 5v regulators to step down the 7.2v that is coming from 2 -3.7v Li-Ion batteries. This supplies 3.3v to the Launchpad and 5v for the motors, Ping sensor and IR sensors.

 

image

 

Front view of PWHBot showing Ping sensor and IR Sensor arms.

image

 

Close up of Adafruit TB6612 H-Bridge mount on custom board as well as voltage regulators and added headers for connectivity.

 

image

 

IR Sensor board using a LM339 Quad Comparator  DIP

 

image

 

Close up of IR Sensor board

 

image

 

Close up of IR Sensor using a Infrared LED and a Phototransistor wrapped in Shrink tubing

 

image

 

 

Video showing the PWHBot running stationary

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

 

That is it for now.  I hope to add more content as I progress with this build.

  • Sign in to reply

Top Comments

  • jomoenginer
    jomoenginer over 7 years ago in reply to mcb1 +2
    Thanks. Yeah, I have done the cell phone video thing but would prefer another option. I have used Adobe Premier and Pinnacle on windows with video cameras, but on the Mac all you need is Quick Time and…
  • jomoenginer
    jomoenginer over 7 years ago +2
    Sorry, I got caught up in my Mouse Droid project and did not update this one. I do have a bit of an update since I have the IR sensors working and it can detect the edge of a table but it is a bit flaking…
  • genebren
    genebren over 7 years ago +1
    Jon, Great start on your project. Robots are fun platforms to work on sensors. It will be nice to get you IR sensors integrated into your design to keep your robot on the table. Good luck with your project…
Parents
  • jomoenginer
    jomoenginer over 7 years ago

    Sorry, I got caught up in my Mouse Droid project and did not update this one. I do have a bit of an update since I have the IR sensors working and it can detect the edge of a table but it is a bit flaking.  I'll try to get an update posted tonight or tomorrow night, although it is past the deadline.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • jomoenginer
    jomoenginer over 7 years ago

    Sorry, I got caught up in my Mouse Droid project and did not update this one. I do have a bit of an update since I have the IR sensors working and it can detect the edge of a table but it is a bit flaking.  I'll try to get an update posted tonight or tomorrow night, although it is past the deadline.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • 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