Close
0%
0%

EyesDrive - Steering with eyes movement

An innovative, non-invasive, assistive Human Interface Device for ALS affected people based upon Electrooculography (EOG) technique.

Similar projects worth following
ALS affects more than 5000 people in Italy, and their life is monotone, forced on their wheelchair assisted by their caretaker or relatives. EyesDrive wants to give some independence to any paralyzed people: a small and portable device gives the ability to drive a wheelchair with the eyes movement. The whole project it's based upon the Electrooculography technique, already used in health fields for diagnosis, and the subject of research for the consumer field.

EyesDrive is a new, non-invasive, human interface assistive device that uses eyes movement to control any compatible electronic device, such as a wheelchair, the mouse pointer, or a car steering wheel. The project is based upon the Electrooculography technique, already known in medical fields for diagnosis.

Eyes potential

In the 20s it was discovered that, by placing electrodes near the eyes, electrical activity could be recorded. Initially they thought it was muscle activity, but later on it was discovered that these electrical potentials are generated by the eye, being a fixed dipole with a permanent potential difference which exists between the cornea and the retina: the corneo-retinal standing potential.

This potential sets up an electrical field in the tissues surrounding the eye. As the eye rotates, the field vector rotates correspondingly. Therefore, eye movements can be detected by placing electrodes on the skin in the area of the head around the eyes. 

The corneo-retinal standing potential and the eye movement allow the measurement of a signal known as Electrooculogram.

With the eye pointing straight, the electrodes have the same electric potential, so any signal isn't recorded. Moving eyes leads to an electric potential difference between both eyes: the electrode facing the rotation side is positive relative to the other electrode.

Electrooculography has both advantages and disadvantages compared to other eyes position detection systems: the main advantage is the ability of this method to sense eye movement in all scenarios: with or without light and in every environment with the lowest interference.

EyesDrive Frontend

The whole EyesDrive system was designed as an aid device for people with movement diseases: mapping eyes movement to an external system can make those people overcome the difficulties of the disease. 

The EyesDrive heart is its frontend: it transmits the user's eye position via a Bluetooth interface to any connected compatible device. Its distinctive and easy to implement protocol permits to implement EyesDrive assistive technology theoretically to any device possible.

EyesDrive Analog Frontend Block Diagram

The signal acquisition chain begins from the EOG signal amplification: an Instrumentation Amplifier increases the corneo-retinal potential until the wanted result is reached. The other stages of the analog chain filter and adjust the signal to be ready to be classified by the microcontroller.

To reduce the mains line hum, both the common-mode rejection ratio of the INA and the filters in the amplifier aren't enough: the EyesDrive AFE drives an active electrode far from the eyes to a known potential, reducing drastically the overall noise.

To prevent the user injuring themselves the Microcontroller has an integrated software "Leads-off detection" system, that triggers an emergency stop if one of the electrodes gets unplugged from the user.

Application examples

The EyesDrive system finds use in several "old-style" assistive medical devices: the frontend can control a wheelchair direction, making the use of it more natural. Another use is speech synthesis: the eyes movement can select characters and buttons on a computer screen without the use of the mouse, making more straightforward the control of computers for paralyzed people.

But it can be useful to anyone: providing to a computer the user's eye position, its uses are endless.

  • Test drive on SuperTuxKart

    Federico Runco04/26/2020 at 19:57 0 comments

    So while I'm waiting for the new PCB to arrive, I recorded this test where I steer a kart in SuperTuxKart only with my eyes.

    The AFE used in this video is on breadboard and communicates with the PC via USB, in the final version it will communicate with the host device via Bluetooth. 

    I've implemented a rough Leads-off detection algorithm via software (no hardware components) that works pretty well, I think I'll keep it in the final version.

    The PC side software is written in Python, is a simple script that reads the serial port, splits the data and emulates keyboard combinations according to the data received. If a LOD event is triggered, the software releases all the keys.

    It's the third video take I've done, one of the most difficult part to make the AFE work is to calibrate it: a slightly wrong calibration can lead to waveform misinterpretation, while this first firmware has a threshold based detection system, I'm developing a KNN based detection system, hoping that the calibration will be unnecessary in the future.

    I promise you that next video will have a webcam view, I'm trying to setup a software that does it for me, I've used Streamlabs sometimes but never to record the screen, I'll try to figure out how to do it in it.

  • Any Lead off detection expert here?

    Federico Runco04/20/2020 at 22:20 2 comments

    Since the very beginning of the project I've been using the AD620 instrumentation amplifier from Analog Devices, it works very well, the only thing that's quite annoying is that it operates in single supply on voltages above around 5V, but it doesn't matter a lot at the moment.

    The AFE (analog frontend, I'll be using this word a lot) is almost completed, the only thing that I require is a Lead off detection system, imagine if you're using a wheelchair controlled by the EyesDrive AFE and an electrode gets disconnected: the AFE amplifies random noise and the wheelchairs begins to go around randomly, possibly hurting the user.

    So I've used what's called a DC Lead off detection system, it requires just 2 pull up resistors and two comparators: when an electrode gets disconnected, it pull's up the input pin: here the comparator will check the voltage and, if it is above a certain threshold, it will trigger the system doing an emergency stop.

    The Lead off works, but when i put the resistor between the input pins of the AD620 and the V+ rail the amplifer begins to behave strange, it amplifies random noise and the EOG isn't present at all. 

    If anyone has any advice (even if you know a better chip, it could be actually the real problem), please tell me, it would be very helpful!

  • New year, new updates

    Federico Runco04/20/2020 at 22:02 0 comments

    Has been a long time since my last post, almost 8 months.

    The very first days of September the first version of the PCB arrived, and it all worked flawlessly (even if the last amplifer stage was designed craply, I'll explain more about it later), it all worked both hardware and software part. 

    I've been using Eagle for a long time, it was my first ECAD but the time passes and my needs changes, I tried almost any EDA software available, the first one I've tried out was KiCAD, and it's quite impressioning for being an open source software, from this perspective I've liked it, but it didn't meet al my requirements. The second revision of my board was made with KiCAD but unfortunately it didn't work: The last amplifier stage wasn't designed with single supplies in mind, it was a complete mess: the reference wasn't centered at half of the supply and if I swapped the electrodes it saturated in the first version, in this second version the last stage didn't work at all.

    School started in september and I was involved in various projects: the city were I attend my courses, Casale Monferrato, is "famous" for being the one were the "Eternit" was made: this material made out of asbestos killed a lot of people in Italy, specially in Casale. 

    Casale hopefully has been completely cleared since a lot of years, were it used to be the Eternit factory now there's a commemorative park for the victims called "Parco Eternot", when it was opened even the President of the Republic of Italy was present, it was such an important event: it closed one of the worst chapters in the italian history.

    But even if Casale is completely cleared, many italian cities aren't, so me and my work team decided to build a robot that sprays some "containing liquid" to prevent workers putting their life at risk (if you're interested here's a link to the introduction video). It was submitted for the Italian Robotics Olympiads and it even was selected for the finals, but we all now what happened in Italy since february: my region, Piedmont, was one of the first to be lock-downed: we don't go to school since the 22nd February, and we almost immediately activated all forms of e-learning available, it's two months now that we do lessons on Google Meet.

    This forced quarantine made me pick up this project, and while my work team is thinking out something to help out people in hospitals (we're both Electronics and Mechanics technicians), I'm using my spare time to update this project. Time has passed since the last revision of this project, and obviously I've learned a lot of things in the field, specially in analog electronics. So, after revisiting the old schematics, I've decided to make all over again, it was such a mess that i don't even know how the first revision worked. 

    So, I don't bother you all anymore with my life and I start talking bout the project, you're here for this, no?

    Previously I've talked about ECAD, the last (hopefully) program that I've been using for a while is Cadence Allegro, even if it has an enormous learning curve, is one of the best EDAs I've ever tried, even the inclued simulator, PSpice, is way better than any tools I've been using, Multisim in primis and LTSpice.

    The last revision is now functional in breadboard, the reference voltage is correct and the last stage amplifer works flawlessly, I've also changed the filters, the first and second revisions had only an HPF to block dc and a first order LPF, the last revision has 2 HPF (first order) and a second order LPF. I didn't add a notch filtered at 50 Hz because the EOG signal has a bandwidth of about 10 Hz starting from DC, i just set the cutoff frequency of the LPF around that frequency.

    The completed board 3D rendering, actually isn't very beautiful, the traces overlap with the soldermask (but way better than the 3D Canvas of the 17.2 release, that was terrifying), I'll redo a Fusion 360 rendering later

    I'm ordering the PCB from JLCPCB as usual, hoping that...

    Read more »

  • The EyesDrive PCB is on its way!

    Federico Runco08/18/2019 at 20:17 0 comments

    And after about 16 not working prototypes made in the past 6 months, I can officially say that this revision of the circuit is the right one, also because it's the only one that worked for 30 min straight without any calibration for about 7 days consecutive. Currently, the frontend can only distinguish between left, center and right position, no blink detection yet.

    To fully test the whole project I made a little (and also my first) script in Python to simulate the computer arrow keys and I've played some random driving games on the internet. In the beginning, it was quite strange, but after a while, it felt almost natural. 
    The last thing I haven't made was a PCB so, after designing it in Eagle (no KiCad, sorry, it's quite hard to understand for me), and I've purchased a prototype PCB from JLCPCB.

    What surprised me about JLCPCB is the price: it's really cheap, I paid 2 dollars without any shipping fee for 5 boards, that's incredible!

    I will probably make a video of the frontend working when the PCB arrives, also because will be in the same period when school begins, then I can also show you some cool waveforms on the oscilloscope.

  • Welcome to the world, analog frontend!

    Federico Runco08/12/2019 at 17:29 0 comments

    So yes, hopefully, the analog frontend is finally completed! Aside from minor modifications (like better opamps, not that shitty 741), the design has been completed. As you can see in the screenshot down here, eye position and blink are both recognizable. The last step is to process the signal in the Arduino. Eye position processing is quite easy, but blinking recognition will be a challenging quest. 

  • AC coupling. That unknown thing

    Federico Runco08/08/2019 at 20:50 0 comments

    In the last days I've finally decided to go to the "nearest" (about 15km far) electronics shop to get the missing components. While I've got almost all passives values wrong, they've not affected as much the results.

    The good thing is that, after days spent thinking why the signal wasn't centered at my reference voltage, I realized I didn't AC coupled the in-amp: electrodes are adding some DC offset to the signal, and a high pass filter will not filter the whole DC out. 

    So I opened LTSpice and redesigned the preamp stage, here's the result (blue signal is the original one, with an offset of 50mA circa):

    Preamp transient analysis
    Preamp transient analysis

    After redesigning the whole preamp stage, the signal is centered at around 2.5V, and now I only need to filter out the signal to complete the design.

    I'm also considering to buy an oscilloscope, probably with it I would have seen the DC offset times ago with the FFT (the LabVIEW FFT is crap) and considered the AC coupling, but nowadays DSO are quite expensive.
    Here's a recording with the actual circuit, and yes, I'm using an Arduino as a myDAQ, also these things are quite expensive. 

    Only the preamp (that is the circuit on the breadboard) uses 3 op-amps without filtering. I don't know how many IC will be used in the completed board.

  • Hello there.

    Federico Runco08/02/2019 at 10:28 0 comments

    That's my first time using hackaday.io for a project of mine. I usually used it to see all those fantastic projects in there.

    About EyesDrive, the signal conditioning circuitry is almost complete. I'm designing the last stages with LabVIEW (at least nothing will take fire if I simulate things, or am I wrong?). I'm currently trying to deal with that baseline drift that affects my signal. I don't know if it's made by those crap electrodes or by some "strange-biological-process" in my body that's drifting my signal.

    The simulated stage seems to be working, but the signal is almost unrecognizable, and I don't know if it will work in a long time.

    Here's a screenshot of the LabVIEW VI: the last graph shows the processed signal, the first graph shows the raw signal captured in a 20-sec span.

View all 7 project logs

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates