Author Topic: [School project completed] A wireless robot commanded by ... a Ti-83+ !  (Read 4036 times)

0 Members and 1 Guest are viewing this topic.

Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Heya guys !

Five months earlier, our engineering sciences professors asked us to think of a project we'll have 5 months to finish. Two friends and me came with a crazy idea : manipulating a wireless robot with a Ti-83+ ! (well, in fact they had the idea of the robot, and me the idea of the calc, it made the thing a pretty crazy project ;D)

And now it's done ! Well, not entirely, it still needs some aesthetic things, but it's fully usable and transportable ! :thumbsup:

Here's a video I made of the whole thing working. Never mind the sound, it's only my family, well, living ;D

As you (barely) can see on the video, the robot is powered by eight 1.5V batteries, and the remote by a big 9V battery. The whole project uses 5 Arduino boards : two Arduinos Uno, one for the robot and the other for the remote, one Arduino Motor Shield to command the motors (as you can guess with the name), and two Arduino XBee shields (XBee is a radio protocol), for the remote and the robot to communicate with each other.

The things I had to write was a link protocol (kind of) for the calc to communicate with the Arduino of the remote, an Arduino program to send the command received from the calc to the other Arduino using the XBee shield, and another Arduino program to receive the command and manipulate the motors accordingly (my classmates made it as a very first introduction to programming, even if I took care of the receive stuffs). I had a reaaaally hard time making the XBee transmission work (almost a month with 4 hours of class work per week, and many more at home), so my classmates had all the time for building the robot ;D

Share comments ;)
« Last Edit: February 15, 2013, 04:15:11 pm by Matrefeytontias »

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: [School project completed] A wireless robot commanded by ... a Ti-83+ !
« Reply #1 on: February 15, 2013, 06:52:01 pm »
That is pretty insane O.O
I like it that you use the calculator :P
You should make it display stuff thought, just to make it look cooler >.<

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Re: [School project completed] A wireless robot commanded by ... a Ti-83+ !
« Reply #2 on: February 15, 2013, 07:40:23 pm »
Yeah, but the driver is the easiest thing to modify in the whole project, so I kept it for the end.

Offline Loulou 54

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 165
  • Rating: +39/-0
    • View Profile
    • Mes programmes sur TI bank.
Re: [School project completed] A wireless robot commanded by ... a Ti-83+ !
« Reply #3 on: February 16, 2013, 05:25:36 am »
Congratulations ! So you made your own transmission protocol to control the radio emitter or you used the original serial stuff of the calc ? Did you program the calc in Axe or ASM ?
Some of my program available here.. :)
http://ti.bank.free.fr/index.php?mod=archives&ac=voir2&id=1471

     

Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Re: [School project completed] A wireless robot commanded by ... a Ti-83+ !
« Reply #4 on: February 16, 2013, 05:35:51 am »
I wrote the driver in ASM, I wanted to implement my own "protocol", which in fact is not really one : I just constantly send a command, which is a 2-bits number, through the port to the Arduino ; then this latter checks two of its pins to retrieve the command.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: [School project completed] A wireless robot commanded by ... a Ti-83+ !
« Reply #5 on: February 16, 2013, 02:36:19 pm »
Maybe you should make the calculator only send changes in direction.

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!