Thanks onuba. But, for clarity...which improvement did you made? Did you implemented filtering for tgsl like Don suggested in previous post?
Announcement
Collapse
No announcement yet.
Arduino based VDI!
Collapse
X
-
-
yes. 7v .9v .12v .
. The software not for all lcd , buy lcd with Mocila 4 pin and I had to modify code
http://yourduino.com/sunshop2/index....t_detail&p=170
easier and less Connection
Comment
-
I have an LCD with pushbuttons on (like this one: http://www.datsi.fi.upm.es/docencia/...ushbuttons.htm ), and i need to change the pinout in the code for that.
This is how my LCD works
=======================================
LiquidCrystal lcd(8, 9, 4, 5, 6, 7);
int backLight = 10; // pin 10 will control the backlight ( HIGH / LOW )
=======================================
Comment
-
I just ordered an Arduino Nano and I want to build a vdi for my TGSL.
I saw that X and R signals are very weak, probably less than 0.5V for weak detection and they are more or less symmetric from 0V, going negative too.
How to adapt these signals directly in arduino? They have to be amplified with positive offset too?
If answer is yes, there is a schematic for that? Surely using operational amplifier...?
Comment
-
some commercial machines have a dc offset of 1/2 of the positive rail - in order that positve and negative going signals may be measured with the adc's
~I would image, check with Don, that the vdi here would not measure -ve going signals only positive going. A threshold value is likely, so the vdi only reads above a value.
Some averging is needed to smooth the readings out ~50 reading ave from memory.
As with commercial machines, the small targets althugh ring out,wont show a vdi value (e.g. my Deus)
Comment
-
Originally posted by manny77 View PostI just ordered an Arduino Nano and I want to build a vdi for my TGSL.
I saw that X and R signals are very weak, probably less than 0.5V for weak detection and they are more or less symmetric from 0V, going negative too.
How to adapt these signals directly in arduino? They have to be amplified with positive offset too?
If answer is yes, there is a schematic for that? Surely using operational amplifier...?
Comment
-
I could not agree more. The down up down is all good signal energy add it all up and you have better s/n.
I may be wrong but I dont think Don had this summing technique, for pos and neg going portion, maybe just the larger pos going block of signal.
Basic experimentation I did with a Ti laucnpad I did positive values too.
The signals at baseband resenble a sinc function
Machines like adx250 have the bb signals at 1/2 rail
Comment
Comment