The Robot Thread

I have been wanting to build a robot. I started with aspirations of an autonomous Radio Controlled boat back many moons ago.
Well ArduPilot has a module called ROVER.
Made for autopiloting Boats and Rolling Vehicles. It should fit the bill.
I considered a little Treaded Vehicle like the DFRobot tank. They only cost $85
Maybe I finish my little R/C boat project with a flight controller for ArduPilot.

Instead I drove today 200 mile each way for a beginning of something robotic. Only $25 Dollars from a scrapper but maybe $60 in fuel.
It has two motors from a super heavy duty medical bed. 1000LB capacity. I got just these parts below. I plan on scrapping the controller once I figure out wiring.
I might just make a three wheel ROVER. Two powered wheels and one trailing. This used two 12V-20Ah SLA Battery. It is 27" wide wheel to wheel.

I tried to negotiate with this guy for the base section but he was a dillhole.
 

Attachments

  • med1.jpg
    med1.jpg
    292.3 KB · Views: 33
  • med3.jpg
    med3.jpg
    247.9 KB · Views: 32
The link for the "Robot" from the 1990's got deleted.
The guy literally raised his price $200
He would not budge when negotiating. Was really caustic.
To me the Treads have dryrot and there is no suspension. All hard mounted wheels. Electronics are junk.
The Tread Drive Sprocket looks cheezy. I like the chain drive setup from motors.. The label on motor says 65 Inch-Pounds. Not hugely powerful.

It would save me time to buy the base but but has to make sense. Maybe $400-500

A 6X6 would be sweet but you kinda move beyond a hobby when you spend that much.
 
When you move beyond R/C Servos and get real power it gets interesting: Robot Lawnmowers


The Worx "Landroid Vision Cloud". That is a mouthful.

Husqy
 
When somebody throws me an unrealistic value on something the first thing I do is figure out what I would cost me to build a new one from scratch.

Treads and Aluminum Plate would be my largest costs for a tracked Rover. I have some motors to test.
$650 in just treads. I can get China ones for half but shipping$.

Aluminum plate is quite expensive. 6mm/ 1/4" 6061 plate would run me $1000 from OnlineMetals. We have 1/2" at work but that seems too thick.
This would be for the Track Tread frames. 4 Cheek plates - 2 per side. Then some angle and plate for frame in middle and battery box.

I found myself trying to design a cheap tank shock absorber system.
That is one thing I have never had to design in my life. Tracked tread rollers and swing arms and shocks. Idler Tensioner sprocket maybe.

I like the high final drives. Keep the motor up high.
 
Yes and I have found another similar board H723 with an Ardu-Pilot firmware. An experienced user can make their own board profile.
In my head I imagine ArduPilot controller firmware must be a "u-boot" like bootstrap loader. Describes hardware like a BIOS.
From what I can understand ArduPilot Controller OS is ChibiOS which is flashed separately to the flash rom with its mission payload or program.

The H723 variant has plus and minus against H743 the common flight controller MCU/CPU
Minus: One 1MB Flash onboard
Plus: Lower Power with slower freq
 
FYI: st32cubeide will use up about 2GB of disk space + require a few GB more. I had it once installed on my mac while helping a friend. I deleted it soon after! I still have a Nucleo-144 board w/ STM32H743ZI (this one can do double precision floating point arithmetic). Free to anyone local to Bay area.

Have you looked at https://gobot.io/ & https://tinygo.org ? You can even run code on some simulated devices on tinygo.org/play !

A few years ago I wanted is to create a P9 protocol interface for such boards. The idea was to provide access to most of the resources of a board via filesystem like interface. + a /help subtree to provide details on what was provided and how to access. There was some interest in the plan9 community but it never went anywhere & I got sidetracked! Still worth pursuing IMHO as 9p provides a nice "glue layer" and you can have different pieces written in different languages -- even /bin/sh!
 
I have been shopping tracked vehicle kits..

The ELEGOO Conqueror Robot Tank looks nice but I got to Step 18 here and the motors are junky. No encoders. Only two wire.
Cheap kit so you can only expect so much.
To make this robotic I would strip out the UNO and install a flight controller with ECS. Bigger battery.Antenna Bar. Maybe ARM64 onboard for some tasks.

Another Robot Tracked vehicle I am shopping:
TS300 Robot Tank Chassis.
Together with cheapest controller:

Might be the cheapest ROBOT VEHICLE possible. Lots of soldering required.
 
I see a local listing for a GLIDER with 6FT wingspan and it caught my eye. Has a folding prop too for gliding.
Foam outer construction like NERF ball.

I see a foam plane on Amazon..

Good for short landing areas. Controlled Crash it every time...
 
I have found another controller OpenCR

the DM-MC02 STM32H723 board seems to be rather obscure. Here they call it a Robotic Arm controller.
Perdue RoboClub RTOS work for it:
 
Just a warning - building and flying UAVs where you like might get you into all kinds of trouble. Please check beforehand, otherwise make sure you look good in orange...
 
I ended up buying the cheap controller on Amazon along with the TS300 Tank kit.
I am unsure if I needed an ESC too but I have one from my RC boat project. I think the Wing Controller has an ESC along with BEC.

There is no actual ArduPilot firmware for this "SoloGood" but it is a Matek Wing clone so that firmware works.
I figure I burn up a cheap one no big deal. Soldering on a new $90 controller makes me antsy.
 
Back
Top