![]() | ![]() | ![]() |
| | #121 | |
| Quote:
| ||
| |
| | #122 |
|
Thanks!! That worked!! Im using FastLCD to make graphics, but the code format is incorrect. Did you have to manually convert the code or is there an automatic converter you used? | |
| |
| | #123 | |
| Quote:
Rgds | ||
| |
| | #124 | |
| Quote:
Last edited by Kiko; 31st May 2007 at 11:25 PM. | ||
| |
| | #125 |
|
Thank you!!
| |
| |
| | #126 |
|
I re-created the Gear Position Indicator schematic (see attached) and it works great while on the bench. As soon as I put it on the bike it screwes up the signal coming from the Gear Position Switch to the ECU. It seems like voltage divider drops the voltage required by the ECU. Is there any way around it? Is there a way to output certain voltage from PIC? Here is my code: Code: Device 16F876A
DEFINE XTAL 20
ALL_DIGITAL=TRUE
DECLARE ADIN_RES 10
DECLARE ADIN_TAD FRC
DECLARE ADIN_STIME 50
PORTB_PULLUPS True
Dim Result As Word
Dim Total As Float
Dim X As Word
Dim ErrCount As Byte
SYMBOL seg1=PORTC.0
SYMBOL seg2=PORTC.1
SYMBOL seg3=PORTC.2
SYMBOL seg4=PORTC.3
SYMBOL seg5=PORTC.4
SYMBOL seg6=PORTC.5
SYMBOL seg7=PORTC.6
Delayms 500
TRISA=%0000001
ADCON1=%10000000
high PORTC 'Display segment test
Delayms 1000
low PORTC
ErrCount=0
Start:
Result=0
Total=0
X=0
Repeat
Delayms 1
Result=ADIN 0
Result=Result*2
Total=Total+Result
Inc X
Until X=20
Total=Total/20
Total=Total*5/1023
'Delayms 10
Select Total
Case 1.000 to 2.025 '1st gear
low seg1
high seg2
high seg3
low seg4
low seg5
low seg6
low seg7
ErrCount=0
Case 2.026 to 2.700 '2nd gear
high seg1
high seg2
low seg3
high seg4
high seg5
low seg6
high seg7
ErrCount=0
Case 2.701 to 3.329 '3rd gear
high seg1
high seg2
high seg3
high seg4
low seg5
low seg6
high seg7
ErrCount=0
Case 3.330 to 3.700 '4th gear
low seg1
high seg2
high seg3
low seg4
low seg5
high seg6
high seg7
ErrCount=0
Case 3.699 to 4.190 '5th gear
high seg1
low seg2
high seg3
high seg4
low seg5
high seg6
high seg7
ErrCount=0
Case 4.191 to 4.470 '6th gear
high seg1
low seg2
high seg3
high seg4
high seg5
high seg6
high seg7
ErrCount=0
Case 4.471 to 5.500 'Neutral
high seg1
high seg2
high seg3
high seg4
high seg5
high seg6
low seg7
ErrCount=0
Case Else 'ERROR (NO VOLTAGE)
If ErrCount > 50 Then
high seg1
low seg2
low seg3
high seg4
high seg5
high seg6
high seg7
Else
low seg1
low seg2
low seg3
low seg4
low seg5
low seg6
low seg7
Inc ErrCount
EndIf
EndSelect
GoTo Start
Last edited by MrSpock; 18th November 2007 at 10:08 PM. | |
| |
| | #127 | |
| Quote:
http://www.circuit-ed.com/128x64-GLC...en-P146C8.aspx In late December we will also have the same GLCD with true RGB backlight and the Touchscreen built into the back PCB with a single 25-pin (2.54mm) at the top. | ||
| |
| | #128 | |
| Quote:
| ||
| |
| | #129 | |
| Quote:
| ||
| |
| | #130 |
|
i whant make speedometer with distance meter any body have sechmatec and mcu softwaer
| |
| |
| | #131 | |
|
Hi people, first of all, congratulations for this great forum, second, sorry for my bad english.... I have a Suzuki gsxr 750 from 1996 that has the GPS sensor and i've found the correct wire. Now i am trying to use tho code made by KIKO and GRAMO: Quote:
I've tested in Proteus and it seems to work ok, but i cant makt it work in proteus with a external xtal of 20Mhz. I am not using the LM LCD.... I am using a "POWERTIP pc1602F B" and the best tadasheet that i've found from it is http://w.cec-mc.ru/comp/lcd/powertip...U-FWA-H-YV.pdf Does this lcd work with "our" schematic? I cant get the circuit working.... Can sameone give me a help? Thanks. Edit..... I've read some things about this and the problem is that this lcd has not an "interpretator" (i think) it is form HD44780 family..... can anyone please help to use it with Gramo's schematic (video)? Last edited by NOKIAS; 23rd November 2007 at 04:34 AM. | ||
| |
| | #132 |
|
i whant make a speedometer with 89c2051 plz any body send me code
| |
| |
|
| Tags |
| speedometer |
| Thread Tools | |
| Display Modes | |
| |
Similar | ||||
| Title | Starter | Forum | Replies | Latest |
| digital speedometer using AT90S2313 | fever | Micro Controllers | 57 | 29th January 2008 07:45 PM |
| Speedometer Project Help | ADAM117 | Electronic Projects Design/Ideas/Reviews | 2 | 8th December 2006 06:00 PM |
| Pulse divider for a Speedometer | spestis | Electronic Projects Design/Ideas/Reviews | 3 | 25th July 2006 03:17 AM |
| Tachometer and Speedometer replies | Kiko | Micro Controllers | 0 | 26th April 2004 01:57 AM |
| Electronic Speedometer using stepper motor | roryp | General Electronics Chat | 6 | 10th April 2003 01:06 PM |