GaudiLabs / OpenDrop

Open Source Digital Microfluidics Bio Lab
GNU General Public License v3.0
200 stars 58 forks source link

V21 code not using feedback? #4

Open tomdertech opened 7 years ago

tomdertech commented 7 years ago

Looking at the Arduino code for the V21, it seems that the feedback is not used?

It only seems to be read in the code and send as a tone to the speaker?

FEEDBACK_value=analogRead(FEEDBACK_pin);
if(sound_flag) tone(SPK_pin,FEEDBACK_value*2,50);

In your videos you show it working, how is it used?

GaudiLabs commented 7 years ago

Hi Tom The feedback drive is still in beta, you find the code in Dropper Beta Library on gitHub. What is the proiect or application you are working on? Are you working independently or for an institution? Best, Urs

On June 11, 2017 9:32:55 PM GMT+02:00, Tom Myers notifications@github.com wrote:

Looking at the Arduino code for the V21, it seems that the feedback is not used?

It only seems to be read in the code and send as a tone to the speaker?

FEEDBACK_value=analogRead(FEEDBACK_pin);
if(sound_flag) tone(SPK_pin,FEEDBACK_value*2,50);

In your videos you show it working, how is it used?

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/GaudiLabs/OpenDrop/issues/4

----------- GaudiLabs --------------------------------------------- Urs Gaudenz | Neustadtstrasse 7 | 6003 Luzern urs@gaudi.ch | +41 (0)76 480 1772 http://www.gaudi.ch

tomdertech commented 7 years ago

OK. I have seen it. Are there any supporting docs?

I have no application in mind, just a curious independent researcher

kevinyu1101 commented 4 years ago

looks like FEEDBACK pin check the voltage of REF_GND on the top siade of carrier PCB frame, why?