I develop scuba diving controllers, and one of my products has an IrDA port to upload log information to a PC. I do my programming in C. I don't use Windows...
Hi Guys, there will be a Computer Swap Meet on Sat Nov 5th at the Capitol Hill Community Centre, 361 South Howard North Burnaby,approx 5500 East Hastings...
Reminder from the Calendar of vancouverrobotics http://groups.yahoo.com/group/vancouverrobotics/cal Vancouver Robotics Club Meeting Sunday November 13, 2005 ...
Yahoo! Reminder
reminders@...
Nov 7, 2005 5:59 pm
1648
I was doing a search here to see if anyone has been using the PICC compiler. I see this is not an an endorsement. This is not what I was hoping to see since we...
Kwantlen University College closed the doors on our electronics Technology and Automation Technology programs last spring. You may remember that we had...
Daniel, I use the Hi-Tech products. I started out with CCS, and found that it really wasn't what I wanted. It uses a lot of non-standard C constructs, and it...
That sounds like fun. I've had my PIC Sumovore sitting in my drawer waiting to be assembled for a year now. So little time and so many projects. One day I'm...
This sound good to me. I don't expect to be using floats in this at all. We will be useing the PICClite version which is free and intended for educational use....
Thanks Dave. I guess the first thing that I noticed looking at the unzipped file is how many very small files you divided it up into. My code essentially...
Hi Daniel, ... For a small project, it certainly isn't required to split things into small files like that. But on larger projects, it's a necessity. I do...
Hello Everyone, I'm sorry that I can not make it to Sunday's meeting again this weekend, I have a FIRST Lego League robotics class on Saturday in New...
... And I have a 19" rack that I got from Paul a while ago. It's been sitting in my garage since I got it, so I figure I'm not going to actually get around to...
I have posted the programs I have written so far. See the links below: ______________________________________________________________ This program makes the...
Hi Paul, Michael would like to get into the group competition on the North shore but
the homeschool group is in Maple Ridge on a day that clashes with his...
suzanne chimick
suzannechimick@...
Nov 10, 2005 4:09 pm
1660
Hello Suzanne, The FIRST LEGO League (FLL) competition is on the 26th of November at Carson Graham Secondary in North Vancouver. The group I am working with in...
Reminder from the Calendar of vancouverrobotics http://groups.yahoo.com/group/vancouverrobotics/cal Vancouver Robotics Club Meeting Sunday November 13, 2005 ...
Yahoo! Reminder
reminders@...
Nov 11, 2005 5:57 pm
1662
Hello VRC, I have started a new project to continue learning C using an ATmega88 to read the date and time from a DS1302 and displaying it on a LCD 4 x 20. I...
Hi Larry, I peeked at your Makefile and didn't see anything wrong. It will be expecting a source file named Led.c in the same directory as the Makefile. Are...
Hi Bob, Thanks for looking at the makefile, I'll recheck that the case of the file name is correct. I'll bring my laptop with the older version of WinAVR....
Hi everyone, The Seattle Robotics Society has put together a rather nice little robot called the SRS Workshop bot. You can see more information about it here: ...
Hi all. Sounds like a good idea. I could arrange a lab for programming and use the shop for building if that is what people want to do. Cheers!!! Loren Loren...
I'd be interested to participate and assist in this workshop. For people who are not familiar with this kit, the controller included with kit is an AVR board...
I have been surprised to discover the solarbotics JAL code is not using PWM. It seems the JAL PWM function is commented out. Perhaps the commented out code was...
Solarbotics supplies sumoline.jal with the PIC brainboard for the sumovore. At Kwantlen we are using C and the PIClite compiler so I wrote a C adaptation of...
Hi Dave/Bob, I like your idea very much and would like to join. I like the idea of a workshop for programing C especially. If the responce for the SRS bot...
Hi Dave/Bob, I like your idea very much and would like to join. I like the idea of a workshop for programing C especially. If the responce for the SRS bot...
I have written a modified line following program. The intent was to have it function the same as the line following part of sumoline.jal but to improve the...
Thanks for that. I have put it away for when I get time to work on mine. If you run out of space or cycles, you can put an 18F452 in the place of the 16F877A....