B.R.A.T Jr. software

I have a few screen shots of my software as well as a video here.

http://www.majhost.com/gallery/DarthToa/Computers/screenshot.png

http://www.majhost.com/gallery/DarthToa/Computers/pic2.png

**
The video**

youtube.com/watch?v=BZaSNiYRTJk

I would to thank everyone on the Lynxmotion forums for helping me every step of the way and putting up with my ridiculous questions. :slight_smile:

Thanks you!

I’m very impressed with your little program! Make a sequence that keeps the head pointing forward when it walks. :smiley: Keep up the good work.

Hi RobotDude.

I have a question. If it’s not too much to ask, could you put my project on the Project page on the LM website? :slight_smile:

It’s no problem for me, cause Beth does that sort of thing. lol

Send me an email with images and a write-up, with information like you’d like on your project page! I can get a project page for you, no problem. :smiley:

Ok, but first I need to finish the software. :wink:

Hi,

Thats great work!
So your program generates sequences? Are you also able to export them to the SSC32 onto the EEPROM if you wanted to play them using the onboard GP player? (You need to change the firmware though).

Does the SSC-32 have built-in EEPROM? I thought I have to buy the I2C chip for the eeprom which I don’t have. If it does that would be nice to add to the program.

Oh, BTW i’m going to Tennessee tomorrow and I won’t be able to work on my program for about a week.

Scratch that, you need the EEProm and the V2 chip. You have an older SSC-32…

Hello everyone. As you can see i’m back from Tennessee.

While I was on my trip I couldn’t wait to get back home and finish parts of the software. In the whole 24 hours that i’ve been back I’ve managed to add several things to the software.

Updates:

  • Save file and Open file support added - You can now exit off without worrying about having to redo the whole sequence.

Currently in progress:

  • SSC-32 command line - For if you prefer typing instead of using the sliders. You can type in a command and add it to the sequence.

  • Basic Atom Export (.bas) - This will allow you to export your sequences to the Basic Atom so no more nasty serial cables to make your robot fall over.

  • Getting started tutorial - When the software is finished, I will add a tutorial so whoever uses the software can understand how to use it.

And when the software is COMPLETELY finished, I will also make an installer for it.

New pic:

http://www.majhost.com/gallery/DarthToa/Computers/pic3.png

Wow! This is beautiful. I’ve been working on something similar to pilot my bot using bluetooth and ip camera. You are much further along though. What are you writing in? Any chance you’d share your code? I started mine in VB but have switched to C# due to lack of support for gamepad/joystick.

Sorry I didn’t even see your post there… :blush:

I’m actually using VB. And I was just about to upload the source code and the setup file. Be aware it’s still in the alpha version. there are some features that are not complete. If you want you can use some of the code in there and use it in your own project. I know C# very well too, but I didn’t have it installed at the time when I started this project, so I went with VB.

I plan on adding more advanced functions to the software in later versions.

bratjrseq.codeplex.com/Release/P … seId=26004

Hope you have fun! I sure did.

Announcement: Version 2.0.0.4 now released! B.R.A.T Jr. sequencer can now generate code for the Basic Atom 28 Pin.

  • New video

  • Code that was auto generated:


start

       serout 0,i38400, "#31 P1500 #30 P1872 #15 P1500 #14 P2128 T500 <cr>", 13]
      pause 1000

       serout 0,i38400, "#31 P1209 #30 P1872 #15 P1209 #14 P2128 T500 <cr>", 13]
      pause 1000

       serout 0,i38400, "#31 P1209 #30 P1500 #15 P1209 #14 P1500 T500 <cr>", 13]
      pause 1000

       serout 0,i38400, "#31 P1209 #30 P872 #15 P1209 #14 P1128 T500 <cr>", 13]
      pause 1000

       serout 0,i38400, "#31 P1791 #30 P872 #15 P1791 #14 P1128 T500 <cr>", 13]
      pause 1000

       serout 0,i38400, "#31 P1791 #30 P1500 #15 P1791 #14 P1500 T500 <cr>", 13]
      pause 1000

goto start