I put an updated copiy of the files we used on my web server: http://www.davehylands.com/Misc/AVR-Workshop/ Files that are different from what's on the CD: ...
Thanks for arranging this workshop Dave, I think it was really good. I agree that many topics were covered very quickly. Maybe the next workshop should be...
Here's a good tutorial on binary numbers. http://www.math.grin.edu/~rebelsky/Courses/152/97F/Readings/student-binary.html -- Dave Hylands Vancouver, BC, Canada...
Once you start to understand binary numbers, you come to appreciate that they start to get rather large. For this reason, working in hexadecimal or octal is...
Reminder from the Calendar of vancouverrobotics http://groups.yahoo.com/group/vancouverrobotics/cal Vancouver Robotics Club Meeting Sunday April 9, 2006 10:00...
Yahoo! Reminder
reminders@...
Apr 3, 2006 5:00 pm
1889
That stuff I was playing with was casting resin, try a fiberglass shop. dan ... -- Dan Williams, Owner http://eds.dyndns.org:81/ Electronic Device Services ...
dan williams
dan_williams@...
Apr 4, 2006 4:48 am
1890
There will be a Big Computer Swap Meet on Sat April 8th, 11am-4pm Croatian Centre, 3250 Commercial Dr,Vancouver. Admission $3.00 Parking FREE Lots of quality...
Gents, Thanks Dan, I have been playing with Fiberglass resin Clear coat. Fascinating stuff. I tried encapsulating flowers as an experiment and it changed their...
Hi Lee, ... Are you talking about the parallel cables for doing the initial programming? -- Dave Hylands Vancouver, BC, Canada http://www.DaveHylands.com/...
Reminder from the Calendar of vancouverrobotics http://groups.yahoo.com/group/vancouverrobotics/cal Vancouver Robotics Club Meeting Sunday April 9, 2006 10:00...
Yahoo! Reminder
reminders@...
Apr 7, 2006 5:07 pm
1895
On Friday students at Kwanlten's Richmond Campus tested their sumovore projects out. Students at the Surrey campus will do the same next week. See photo and...
Hey Dave, My thanks as well for the workshop. Thanks not only for the workshop but for all the hard work and prep that went into making it happen! Thanks, TJ ...
Hey Verne, I got the 3phase motor control working, and while I initially used a controller powersupply of +12 versus a motor supply of +5V, I tried putting the...
Hi Tim, ... The CD that you picked up last weekend has two files, called Motor.h and Motor.c on it. These are what I used on the MegaBitty (which has an...
Hello Everyone, I'm sorry to say that I can not attend the meeting this Sunday (again). I'll do my best to attend the May 7th meeting, (May 14th is Mother's...
Hi everyone, So our May meeting falls on Mothers Day, and in the past we've moved to the week before or the week after. I know Bob and I will be Calgary for...
May 7 sounds good to me. Loren Loren A. Boyle Instructor Electrical and Computer Engineering Technology British Columbia Institute of Technology 3700...
Hi All, I know I have not been to alot of meetings latley but, I was hoping to catch the one in May before I leave for the summer. May 7th would be the one I...
May 7. works good for me. ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around...
Hello Dave/Bob/Group, At last a long weekend to play !!! Dave thanks for all the great material at the Workshop. I have downloaded the updated version of...
Hi All, I don't understand why I'm getting the following error when I'm trying to "make all" for a simple PWM program that downloaded fine on an older version...
Hi Lee, I ran into a similar issue with some programs I was trying to use with a newer version of WINavr for a different function. I don't understand it well...
Hi Larry, Lee, instead of defining BV(x) you could also change all references of BV to _BV (note the underscore). Everything starting with an '_' belongs to...
Correction, it should read void timer_enable_int( int mask) { TIMSK = mask; sei(); } Sorry about that. I had it first defined as a macro until I realized that ...
Hi Larry, ... When it's in "BootLoader" mode, the LED should flash 5 times/second. ... Run BootHost SomeNew.hex After you download a program using boothost,...