Light follower robot

Light follower robot I have an arduino based light follower robot using the following parts already working 1. Tamiya caterpillar kit 2. Tamiya twin gearbox 3. Arduino Diecimila 4. H bridge L293e 5. 8 Diodes 6. Bread board 7. 4 Photo resistance (two in front, two in the back) Now the idea is use Fritzing to get rid of bread board and make a kind of “arduino shield” that contains all components and reduces weight and size. But I’m facing some troubles because I can’t find any component in fritzing that looks like my L293e.

Posted 4 years, 4 months ago by Kurt Badelt

Hi Kurt,

that sounds like a very fun and interesting project. Personally I would be very interested to know exactly which Tamiya kits you're using and where you purchased them. Building an arduino on wheels is also a project, which is on my wish list to try if I find some time. So I would be very interested in your progress and your findings. ... like also what kind of motors and what kind of battery are you using and how much radius of action (of running time) does those that give you?

But on the topic of that missing H-bridge. We don't have this part in Fritzing yet. It probably will be in with the next release. And we'll have a script with which you could easily generate other DIL-package chips.

So at the moment you'll have to wait a little, or you can try to make the part yourself (though that will be a struggle with the current version of the parts editor and missing documentation on the subject).

Thanks for trying out Fritzing. Be sure to watch out for our next release and please describe your project more detailed once this website has its projects section more functional.

best dirk

Posted 4 years, 4 months ago by dirk

Hi. I have a slideshow at instructables (this is the version with two eyes)

http://www.instructables.com/id/Ligth_Follower_Arduino_Based_Robot/

im working whit the tutorial to make my own DIL(the h bridge) once i have it ill share it

i live in mexico so i contacted a local supplier to buy parts

regards.

Posted 4 years, 4 months ago by Kurt Badelt

Ah, very nice! Thanks for sharing that.

And I didn't see any battery in the photo's but I assume you've got so much surface that its easy to 'rubberband' some 9V batteries onto.

And I really would advice you not to kill yourself making that H-bridge Fritzing part. We already have this on our todo for the next release. If you indeed can manage making a working board by placing two 555's next to each other, I think that will be much less work.

Please keep us updated on the production of the board and any other problems that arise from trying this with Fritzing.

Thanks! dirk

Posted 4 years, 4 months ago by dirk

i think next release will be great :)

i follow this tutorial http://archive.fritzing.org/download/pdk/dilpackagegenerator and worked just fine, now i have the images and the xml file, but i cant import the new part in the new fritzing, is there a way to?

i saw that parts now are *.fz

about battery im using two 9v batts one for circuit, other for arduino, i think are not the best choice :) regards

Posted 4 years, 4 months ago by Kurt Badelt

Exactly.

The tutorial you refer to was meant for the previous (eclipse) version of Fritzing. (That's why it's in archive and not on the new site). Since then a lot of changes have been made to the image format (now multiple layered svg's instead of png's) and the xml part files.

So you would really have to wait until we've updated this DIL package generator to be compliant with the current version. Until then ... I think your double 555 solution could work for now.

Stay tuned.

Posted 4 years, 4 months ago by dirk

Then ill wait thanks for all :)

Posted 4 years, 4 months ago by Kurt Badelt

Cool work! Can you maybe send us the Fritzing sketch? From looking at the instructable pictures, I guess we could use it as an example to improve our autorouter. (Just send it to info aat fritzing doot org.)

Cheers!

Posted 4 years, 4 months ago by André Knörig

i sent Fritzing sketch. i hope you find it usefull. regards.

Posted 4 years, 4 months ago by Kurt Badelt

Cool there is a H bridge in the new version ;) im so very happy

Posted 4 years, 4 months ago by Kurt Badelt

Yeah, we now have an IC generator that lets us quickly make any kind of DIL package chip. It's currently a python script in the SVN, but we are working towards providing it through a web interface.

Regarding your sketch: Can you send us one where the parts are already placed on the PCB? That would make it easier for us to test the autorouter.

Posted 4 years, 4 months ago by André Knörig

im working on it. as soon as i get something usefull i will send it to you. regards.

Posted 4 years, 4 months ago by Kurt Badelt

This seems to be harder than I expected (diodes are hard to route). I’m changing the DIP for one who has the diodes built in. Btw, let me know if you plan to have a Spanish version of fritzing, and if you need any help on it, I live in Mexico ;) Regards.

Posted 4 years, 4 months ago by Kurt Badelt

We've just made some improvements to the autorouter, maybe it goes better with that one? It actually might also help to redo the Fritzing sketch, just to be sure that no bugs have made their way into your file.

And yes, we would be very happy about a Spanish translation! We have a native Spanish speaker in our team, but he could then spend more time on development. It's only a few hours work and Qt has a convenient tranlsation tool. Let us know and we'll set you up!

Posted 4 years, 4 months ago by André Knörig

I will re do the sketch, and try the new autoroute.

and about the spanish translation, set me up :)

Posted 4 years, 4 months ago by Kurt Badelt

Hi Kurt.

Thanks for offering to do the Spanish translation. In order to get started, please download a program called "linguist" which is made by the people who make Qt (our development environment). You can either download the whole development environment or you can download a mac or pc copy of linguist from here.

You will also need to download our Spanish translation file. This is an xml-based file that holds all the English-language words and phrases in Fritzing. You can find that here.

Here are some hints for using linguist:

Use the file/open menu item to load fritzing_es.ts. Now what you see down the left side is a list of files. Clicking any file shows, in the top right area, all the items that need to be translated in that file. You can select those items 1-by-1--the one that's currently selected is the one you will be translating, and that's what the text entry area, in the center right, is for.

Note the three tabs on the bottom--"warnings", "source code", "phrases and guesses"--they're all very helpful. "Source code" gives you context of where the text appears in the source code, so you can figure out the intent of the text. "Phrases and guesses" tries to match what you're working on with examples you've already completed--double-clicking an example will put it into the text entry area and save a lot of typing. "Warnings" lets you know about missed punctuation, and the like.

Another really handy shortcut which saves a lot of typing is to use control (command) b--that copies the currently selected untranslated text into the text entry area.

Let us know if you run into any difficulties, and thanks very much for helping out.

Cheers,

  • j
Posted 4 years, 4 months ago by Jonathan Cohen

Qt for Windows: C++ ?

Posted 4 years, 3 months ago by Kurt Badelt

All you need for the translation task is the Linguist tool. The complete Qt toolkit is only required if you want to work on the source code itself - in that case it would be C++, yes.

(If you're curious and want to try it out, the easiest is to try the Qt Creator beta, a new IDE especially made for Qt: http://www.qtsoftware.com/developer/qt-creator)

Posted 4 years, 3 months ago by André Knörig

Up and running :) I’m working on the translation.

Posted 4 years, 3 months ago by Kurt Badelt

Hi Kurt,

Once you're ready to upload the .ts file, you can go to this issue in our issue tracker and use the "attach file" link to post us the file.

Thanks again for your help.

Cheers,

  • j
Posted 4 years, 3 months ago by Jonathan Cohen

PS. you have to click on the text area entitled "Add a Comment and Make Changes" to bring up the "attach file" link.

Posted 4 years, 3 months ago by Jonathan Cohen

Posted. fell free to send feedback. regards.

Posted 4 years, 3 months ago by Kurt Badelt

Wow. Thanks Kurt. I've checked your translation files into the source, and our native Spanish speaker will have a look.

Posted 4 years, 3 months ago by Jonathan Cohen

Hi. Any Feedback?

Posted 4 years, 3 months ago by Kurt Badelt

The best feedback--it's in the latest interim release. Thanks, Kurt.

Posted 4 years, 3 months ago by Jonathan Cohen

Yeah, another big thank you from me! Especially since you are our first community contributor. From now on find yourself in the About section. :)

Posted 4 years, 3 months ago by André Knörig

Cool :D If there is something else I can do, feel free to ask. regards.

Posted 4 years, 3 months ago by Kurt Badelt

Post a Reply

Please login to post a reply.

  • RSS
  • Atom
  • Print this
© 2007 - 2011 University of Applied Sciences Potsdam