Joined
·
546 Posts
ok so when are these going to be ready cause i really want one and also how much will it be? i would be able to do almost eveyrthing except the programming of the chip part!
The "model" I got from pdfruth was built before the ambient light sensor upgrade was instituted. The LED is nice and bright and can easily be seen in the day. I haven't had it out at night yet, but I'd guess it'll be nice and bright then. I can see the red glow emanating from my helmet now.Sweet Deal!
Good write up man, However I would have placed it on the left side as well as removing 4 or 5 of those keys:wtf get rid of all of them but 1!LOL
![]()
By the way, have you tested yet when it gets dark, how's "pdfruth" sensor work when the SUN goes down?... Pat did an Awesome JOB by the looks of it:clapper
Peace Jeff
Yes indeed,I am building mine @ work of course and have the E.E. dept. at my disposal.I picked up one these builders kits from Pat and I have been getting it together this week. First off I just want to say thanks to Pat for his work in not only creating this, but also for putting together the builders kits and for answering all my questions as I go along.
After a few emails with Pat he suggested to post up some of my questions so that it may help others if they come across the same situation.
1. I had a problem with the jumper header and block as the pins seemed too large to go into holes on the board. Here was Pat's response "If you pull each of the two header pins out of the plastic base they are seated in, and then wiggle them into the circuit board holes, perhaps applying slight heat, they will go in. Then slide the plastic base down over top of the pins, once they're finally inserted into the circuit board holes. I've done it that way several times, with good success." It works like a champ.
2. Looking at the schematic for the LED I wasn't sure on the connections and confirmed with Pat that the numbers listed on the schematic for the pins are referenced on the included spec sheet for the LED from Kingbright.
3. I got the mainboard completed but had seen no pictures of the LED board in the enclosure. While the schematic tells me how it works, I'm a visual person and needed some assitance with the setup of the Learn button, Photocell, and associated wiring. Pat provided me with some hi-res photos and I can host them but he may already have them out there.
Anyone else building one or have it done and have any suggestions or tips? Post up if you do!
Here are some digital pics of how I constructed the LED display. Certainly not the only way to do it. But it seems to work well..... I got the mainboard completed but had seen no pictures of the LED board in the enclosure. While the schematic tells me how it works, I'm a visual person and needed some assitance with the setup of the Learn button, Photocell, and associated wiring. Pat provided me with some hi-res photos and I can host them but he may already have them out there.
One of the fellas over on the ST-owners.com forum (scoutdriver73), has adapted the GPI to his VFR. I thought I'd cut/paste his contribution here.I'm getting one for my RC51, but I would also like one for my VFR if it would work. Anyone else?
; This routine tallies up counter shaft rotation cycles emitted by the VSS.
; Each time this ISR is driven, the counter shaft will have rotated a fraction of a full revolution.
; Note: On the Honda RC51, there are 27 pulses per counter shaft revolution.
; Here we effectively divide the VSS frequency by 128.
; We use a RAM variable (VSSINT) as a boolean indicator of these rotations.
; Every 64 cycles from the VSS will result in the VSSINT variable switching from 0x00 to 0xFF
; or vise versa. The state of the VSSINT variable is monitored in the main loop routine below.
incf VSSINTS,F ; Increment the VSSINTS ram variable
;************************************************* ********************************************
; Changed freq divider from 128 (6) to 16 (3) due to the decreased number
; of pulses on the VFR - Edited 03/22/08 by Joe Wagnell
btfss VSSINTS,3 ; Have we tallied up 8 (0x08, B'00001000') of em yet?
;************************************************* *********************************************
goto IntSvcExit ; No
clrf VSSINTS ; Yes, so restart the counter
comf VSSINT,F ; And toggle the VSSINT flag
Yup... In the kits I've been providing;I need some help identifying the polarity of a couple of capacitors, C3 and C5. I think the longer lead is positive, but I'm just guessing based on how I interpret the markings. I don't have access to electronics catalogs anymore to try to look it up.
I had the same problem with C4 but the picture clearly indicated which way it went.
Thanks to whoever knows for sure what those markings mean with reference to polarity.