I'm referring to this
I want to use the transducer and the circuit embedded to it, and interface it to the Arduino, Can someone help me?
I'm referring to this
I want to use the transducer and the circuit embedded to it, and interface it to the Arduino, Can someone help me?
Post the make and model of the fish finder - can't see from the picture. Even better, post a link to the manual or datasheet for it that has info on what ports are available on the fish finder. Or a datasheet for the transducer if you want to connect it directly to the Arduino.
Rog2323:
Post the make and model of the fish finder - can't see from the picture. Even better, post a link to the manual or datasheet for it that has info on what ports are available on the fish finder. Or a datasheet for the transducer if you want to connect it directly to the Arduino.
thishttp://www.google.com.ph/url?sa=t&rct=j&q=portable%20fish%20finder%20operation%20guide&source=web&cd=1&cad=rja&ved=0CCgQFjAA&url=http%3A%2F%2Fwww.phiradar.com%2Fen%2FUploadDrivers%2FFD01_MANUAL_ENGLISH.pdf&ei=gkPHUOjaNYePrgfRtgE&usg=AFQjCNGqOOCNxr8RH6GCPSks3Z0vOLVWzw
Doesn't look like that device as any kind of method to interface to something like a arduino, seems to rely just on human eyeballs to read the data. Trying to hack the internals for useful signals to extract information would require a detailed schematic drawing of the device, which I'm sure you will not be able to find as it's sure to be proprietary information.
Lefty
How about, I'll just use the 200khz transducer in it, then I will build my own circuit that will drive the transducer and be readily available for arduino interfacing? Can you help me with that?
alvinford:
How about, I'll just use the 200khz transducer in it, then I will build my own circuit that will drive the transducer and be readily available for arduino interfacing? Can you help me with that?
No, that would be a pretty advanced electronic project as the analog electronics needed to interface with a 'raw' ultrasonic transducer can be quite complex and would at a minimum require access to a detailed datasheet for the specific transducer. Typically driving a transducer (transmitting a pulse) is pretty simple assuming you know the transducer's maximum voltage, impedance, and frequency specifications, but receiving the return echoes usually requires a analog amplifier with AGC (automatic gain control) such that is amplifies the return signal(s) more as time passes as return signals get weaker and weaker the further away the detected object(s) are. This would not be an easy project unless one had good knowledge and experience with electronics in general and ultrasonic interfacing in particular.
Lefty