BTTO

Back to the Origins 
Has been a long time since my last robot project.

Recently everything related to FPV, Drones, and Robots in general have been occupying my mind. I wanted to create an FPV Terrestrial Drone experience to anyone (including me) without the need of having (in portugal we say “kit the unhas”, “nails kit”) skills to pilot an aerial drone. This little project reminds me those times when I have time and patience, to build small robotic creatures just because the fun of it, I guess I’m getting very nostalgic with this one.

/*  ----------------------------------------------------------------------------

 *  26 - Nov - 2015 . update e

 *  ----------------------------------------------------------------------------*/

The programming.

To capture the RC data I am using a simple Arduino function called pulseIn(). You can see all the reference on the Arduino site. I discovered this function while googling "radio control joystick to arduino" and found this great example from Sparkfun.

All the code is at github.
There is a folder called "RC_reader" with a program that captures all the 6 RC channels and prints RAW values to the console.

Using this code, I am reading raw data from the RC, now we just need to map this data to an usable format (0 - 1023) or (0 - 255) or (0 - 180).

--

The actual code have three important functions:

// map RC RAW values to usable values
rc_mapper();

// map usable values to PWM values
motionMapper();

// controls motion with IR sensor and RC control
motionControl(); 

--

rc_mapper() - maps the joystick to a differential drive, and once again google made my day, otherwise I would still be struggling with this component. This function will give two values 'left_vertical' and 'right_horizontal' that will be used later to assign speed to the motors.

motionMapper() - all the source for this function can be seen <a href="http://electronics.stackexchange.com/questions/19669/algorithm-for-mixing-2-axis-analog-input-to-control-a-differential-motor-drive">here</a>. I had to hack this bit of code to use with the Motoruino2, because the motors are on a Slave uC, I am using a function to set PWM for both motors.

motionControl() - just uses the values that comes from the motionMapper() and sends them through the function setPWM(leftMotor, rightMotor).

-- 

I am also using the right knob on the remote controller to set maximum velocity.

-- 

There is also a Sharp Distance Sensor that is being used to avoid collisions. On the motion control I am testing the distance, and if it is below 100 the bot runs normally, if it is beyond 100 and below 200 it moves slowly, and if it is beyond 200 stops. It can always move backward, there is still some tweak I want to do here, for instance, I want to be able to enable or disable this feature in runtime.

For the light I am using one of the sticks with 3 positions. Each position gives a value, each value will correspond to a light state.

Not to much to say about the servo control. I just need to verify the course limits to avoid collisions with other components on the bot.

All the code is available and commented on GitHub.
 

/*  ----------------------------------------------------------------------------

 *  25 - Nov - 2015 . update d

 *  ----------------------------------------------------------------------------*/

About the controller, I want it to have something we see in the drone industry, a controller with the screen, all-in-one. There is always the option to connect the receiver to the TV, but I really want it to be standalone, independent of power wallets, just something that I can carry anywhere I go. 

First step was to find a way to hold the screen to the remote, so I added zip ties to the back of the screen.

I also added a compartment to hold the video receiver, battery and wires (collecting acrylic stuff is a good habit I guess)

Not bad..

The back side is still messy, but I will live with it for now.

and it just works..



/*  ----------------------------------------------------------------------------

 *  update c

 *  ----------------------------------------------------------------------------*/

Motoruino2 is a great board, has a built-in IMU, motor encoder connections and an L298 for more power demanding motors, there is a dedicated low-level Arduino (uno) to handle all the raw data from this sensores and actuators. Then, there is a high-level Arduino (Leonardo) that is totally available to whatever we want to do. Both microcontrollers communicate via I2C. There is also a speaker and a microphone that I intend to use later on this project. Also an xbee socket, 1S lipo charger and a mosfet output capable of driving about 2 amps.

This is how the bot is looking..

I want to have some lights and I found this little 12v LED lights on the hardware store, this little things in full power completely blind you! To drive the LEDs I am using the mosfet output on the board.

And the shell of course, I changed the pan and tilt system, this is a much robust solution and I removed the pan, if I want to pan I just move the bot side to side.

Et voilá...  :D

Time for some videos I think!

/*  ----------------------------------------------------------------------------

 *  22, November, 2015 - update b

 *  ----------------------------------------------------------------------------*/

I felt with courage to start the modifications to the bot, first I moved the battery to the lowest possible place, this makes the center of gravity lower.


 

With the electronics board all looks good..

 

I added a power switch and a Sharp Infra Red sensor, this sensor will act as a fail safe to avoid collisions.



I also wanted to create some kind of a shell, so went to 3D to design the plates and this is the result.

The plates will be cutted in laser or CNC, but meanwhile I will just print them and manually cut PVC sheets.

 

using graphite pencil to transfer the plate drawings to the PVC sheets.

All the plates are transfered and ready to be cutted.

The plates are cutted, now I will just sand a bit to give a final touch

All plates are looking good for now

 

Time to start with the supports for the plates, I will go to these small L shape things

All the supports are fitted, when we have loads of screws an electric screwdriver is handy, this one is the cheapest I could find

Now to fit the plates I will use this selftap screws, they come together with the servos motors, and I always harvest them because they are hard to find in hardware stores.

You can also see a hinge, this will actually make a dorr to swap batteries.

  

And this is how the plates are securelly fitted.

A look on the inside

This is how I managed to hold the power button in place, it is just PVC pieces fitted to the chassis, and then hold the power button with selftap screws.

There's the hinge. 

Testing everything, all look good.

I was doing another quick test when suddently smoke started to come out, it was the L293D that got smoked.. well, I couldn't expect worse since I was pushing 12V to 4 motors and the L293D only handles 600 mAh per channel.

I will swap the board to the new Motoruino2 from Artica, wich is still a prototype but nothing better that this bot to test it.

/*  ----------------------------------------------------------------------------

 *  12, November, 2015

 

 *  ----------------------------------------------------------------------------*/

I wasn't happy with the hacked chassis, besides the caster wheel was freaking out my wife because it was making a lot of noise on the apartment's pavement. Luckily me I had another brand new chassis, and so decided to swap all the electronics to the new one, and the result is great, glad I did it! With 4WD it moves really quicly and its motion is much more stable, besides I am feeding the motors with a 12V Lipo battery wich gives it a great pump.


The experiences I had are very fun, and the torch light is a great addon.

I still don't like the way it is, with the battery exposed on the top GC is very high, besides the pan/tilt is very shaky when it moves in full speed.

I tried my first FPV experience with the Quanum Goggle Set from HobbyKing and it freak me out, running the thing in full speed and all the shakiness made me almost to throw up (lol). The screen that comes with the kit is just great. I think I will buy another kit just to have another screen.

I stick to the screen and connecting the receiver to the TV wich is great.

For now I will try to stick all the electronics inside the chassis and probably will make a shell for it, or at least try.

/*  ----------------------------------------------------------------------------

 *  11, October, 2015 - update A

 *  ----------------------------------------------------------------------------*/

And this is the controller with the screen. There is still missing the video receiver and the battery.

more to come ;]


This is a companion discussion topic for the original entry at https://community.robotshop.com/robots/show/btto

That’s a great idea.I always

That’s a great idea.

I always asked me how those radio/video controllers were working. But I didn’t find very easy to fly things around my house.

This wheel drone is a good idea. I’ll follow your work here.

just a question, is it easy to find cheap controillers in Europe.

I tried once through HobbyKing but all controllers they have are removed from the Europe shop.

hi!

I have tried with cheap video links and sometimes they work othertimes it is a hassle to make them work properly, lastly I burned out a transmitter and a camera while debugging… finally I could afford this DJI video link, it was around 140€ but it is proving to be a good investment! I will let you know the models later.

I will post a video as soon as possible.

Looks very goodAre you going

Looks very good

Are you going to make it remote controlled over internet?

for now it will be remotely

for now it will be remotely controlled with an RC remote and a small screen or connected to the tv… I will post about this component later

make it controllable through the internet would be great, but I would need a different setup

Bom trabalho, guibot!I guess

Bom trabalho, guibot!

I guess you already know I’m a fan of handicraft… specially manual cutting of plastic sheets! :slight_smile:

Where did you get that small L shaped brackets?

Obrigado Dickel!! :slight_smile: Those

Obrigado Dickel!!  :)

Those small L shaped brackets came from several Dagu kits I bought… I never used it until now.