Search the web
Sign In
New User? Sign Up
RoboBricks2
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 101 - 130 of 360   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
101
... Sorry 'bout the typo. ... We definitely need a button module. I could do a 16x16 on a single 1.25" x 2.50" board for less than the cost of the Parallax...
Wayne C. Gramlich
waynegramlich
Offline Send Email
Apr 1, 2007
11:26 pm
102
All: The message below really brings up the source control issue. Right now I'm using an ancient piece of software I wrote 10+ years ago (long story.) Today,...
Wayne C. Gramlich
waynegramlich
Offline Send Email
Apr 2, 2007
2:12 am
103
Hi Wayne, ... I looked at GIT, and I got the distinct impression that it was really optimized for dealing with large amounts of merging (which is what Linus...
Dave Hylands
dhylands_99
Offline Send Email
Apr 2, 2007
4:02 am
104
All: I swept through the specifications and did an update on the section that discusses RoboBricks2 protocols. In particular, the Loader spec. is ready for...
Wayne C. Gramlich
waynegramlich
Offline Send Email
Apr 2, 2007
4:10 am
105
... P.S. - Can I get a copy of your bootloader? I got my Controller28 ... Dave, I got side tracked on another project for a few days. There is about two to...
michael_peter_thompson
michael_pete...
Offline Send Email
Apr 2, 2007
6:04 am
106
Wayne, I agree with Dave regarding SVN. I haven't used either (with OpenServo I'm using CVS), but I think that SVN will be much more approachable to people...
michael_peter_thompson
michael_pete...
Offline Send Email
Apr 2, 2007
6:10 am
107
... The arguments in favor of SVN are compelling; SVN it is. There are several options here -- I set up a SVN server, or use Dave's or use SourceForge or ......
Wayne C. Gramlich
waynegramlich
Offline Send Email
Apr 2, 2007
6:09 pm
108
... [snip] ... Button16 is ready for prototype: <http://gramlich.net/projects/rb2/button16/index.html> -Wayne...
Wayne C. Gramlich
waynegramlich
Offline Send Email
Apr 2, 2007
6:09 pm
109
Hi Wayne, ... I have an account on Dreamhost that I use for my SVN server. My primary website is hosted from a Servage account (I happened to sign up with them...
Dave Hylands
dhylands_99
Offline Send Email
Apr 2, 2007
11:19 pm
110
... [snip] ... OK. SerialCam1 is ready to shipped off to prototype: <http://gramlich.net/projects/rb2/serialcam1/index.html> It supports CMUcam1, CMUcam2,...
Wayne C. Gramlich
waynegramlich
Offline Send Email
Apr 3, 2007
12:15 am
111
... [snip options] ... Wow. The web server industry sure has changed. I haven't looked in a long time (9+ years). Prices have come down, ...
Wayne C. Gramlich
waynegramlich
Offline Send Email
Apr 3, 2007
12:50 am
112
... [snip] ... I2CHost is now ready for prototype: <http://gramlich.net/projects/rb2/i2chost/index.html> This is actually the simplest RoboBricks2 module from...
Wayne C. Gramlich
waynegramlich
Offline Send Email
Apr 3, 2007
3:08 am
113
Hi Wayne, I'm implementing a toggling between application code and the bootloader in my AVR based RoboBricks2 module. I'm running into some state issues in my...
michael_peter_thompson
michael_pete...
Offline Send Email
Apr 3, 2007
3:25 am
114
... Me bad. It is undocummented. It is the "F" command for flush. It flushes any unread bytes out of the buffer. I will fix the documentation shortly. ... ...
Wayne C. Gramlich
waynegramlich
Offline Send Email
Apr 3, 2007
3:37 am
115
... Documentation fixed. Remember to click the refresh button. -Wayne...
Wayne C. Gramlich
waynegramlich
Offline Send Email
Apr 3, 2007
3:57 am
116
... Ooops. I found a bug in my code that prevented the smooth transition between application and bootloader. I just had to follow the clues. Fixed now :-). ...
michael_peter_thompson
michael_pete...
Offline Send Email
Apr 3, 2007
3:58 am
117
... Hi Dave, My AVR bootloader and helper application can be found in the following zip file: ...
michael_peter_thompson
michael_pete...
Offline Send Email
Apr 3, 2007
4:15 am
118
... The Controller28 comes with a 16MHz resonator. The PIC16F876A has an old style UART with only a 8-bit baud rate register. I can only hit 500kbps with the...
Wayne C. Gramlich
waynegramlich
Offline Send Email
Apr 3, 2007
4:28 am
119
Hi Wayne, ... Yeah - I got tired of monitoring my own server for breakins and stuff and decided to just use a hosting service. OK - I set up a web and ftp...
Dave Hylands
dhylands_99
Offline Send Email
Apr 3, 2007
5:15 am
120
... [snip declining prices] ... [snip] I have been able to shove a few files up and it worked just fine. Now comes a question of organization. Most people who...
Wayne C. Gramlich
waynegramlich
Offline Send Email
Apr 4, 2007
3:32 am
121
All: Tuesday is the day that Bill Benson and I typically get together and do RoboBricks2 related stuff. Today Bill and I got together at Bill's house and...
Wayne C. Gramlich
waynegramlich
Offline Send Email
Apr 4, 2007
3:51 am
122
Hi Wayne, ... We could just add one additional level of directory so that they do: svn co http://wvn.robobricks.hylands.org/rb2 . (or some other name than rb2)...
Dave Hylands
dhylands_99
Offline Send Email
Apr 4, 2007
5:03 am
123
... One thing to think about is to setup the root of the repository with the standard trunk, branches and tags folders. So, it would look something like: - rb2...
Shannon Holland
totalslacker17
Offline Send Email
Apr 4, 2007
7:44 pm
124
... This is what I decided to do. I forgot that subversion allows partial "pull overs". I'll still make rb2 as stand alone as possible, but other stuff can...
Wayne C. Gramlich
waynegramlich
Offline Send Email
Apr 5, 2007
3:31 am
125
... For now, I have decided to forgo the branch and trunk stuff. I don't think we'll need it. I think of each sub-directory in the rb2 tree as a mini-project...
Wayne C. Gramlich
waynegramlich
Offline Send Email
Apr 5, 2007
3:37 am
126
... <michael.p.thompson@...> wrote: [snip] ... The IRRemote1 is ready to sent off for prototype: <http://gramlich.net/projects/rb2/irremote1/index.html> -Wayne...
Wayne C. Gramlich
waynegramlich
Offline Send Email
Apr 5, 2007
3:40 am
127
All: Panel35 is entering the production queue at Olimex: <http://gramlich.net/projects/rb2/panels/panel35/index.html> Bill Bowers: This is the panel that has 2...
Wayne C. Gramlich
waynegramlich
Offline Send Email
Apr 5, 2007
3:50 am
128
Sure, that works. It's pretty easy to move things around in svn so no big deal to do it later. Shannon...
Shannon Holland
totalslacker17
Offline Send Email
Apr 5, 2007
4:13 am
129
HI Wayne. ... GNU make supports include and % style rules, regardless of whether its running under windows or linux. ... It's actually more complicated than...
Dave Hylands
dhylands_99
Offline Send Email
Apr 5, 2007
7:18 am
130
... [snip] ... OK. I've uploaded my tree to the URL above. This took a fair amount of work to clean up the HTML and Makefiles. The Makefiles are not quite...
Wayne C. Gramlich
waynegramlich
Offline Send Email
Apr 7, 2007
8:31 pm
Messages 101 - 130 of 360   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help