Schlagwort: eeg

  • ardEEG is an Arduino UNO R4 WiFi shield for measuring biosignals

    ardEEG is an Arduino UNO R4 WiFi shield for measuring biosignals

    Reading Time: 2 minutes

    The secrets to most of the mind’s mysteries may still elude us, but we’ve made a tremendous amount of progress in reading signals produced by the brain. We may not understand exactly what is going on, but we can see the result and utilize it. And now you can start exploring biosciences and experimenting with brain-computer interfaces on a budget thanks to Ildar Rakhmatulin’s ardEEG shield for the Arduino Uno R4 WiFi board.

    The ardEEG is an eight-channel shield with support for electroencephalograph (EEG), electromyograph (EMG), and electrocardiograph (ECG) sensor input. Those all measure biopotential, but at different levels generally suited to different areas of the body. EMG is most often used for specific muscles (detect flexing!), ECG is for the heart (detect elevated heart rates!), and EEG is for the brain (detect certain thought patterns!). Instead of an expensive dedicated device for each, you can measure any of them with this single affordable shield.

    The shield fits onto an Arduino UNO R4 WiFi board and provides connections to electrodes. For safety reasons, power must only come from a 5V battery!

    Once connected with the Arduino sketch uploaded, users can easily record and visualize readings. This is just raw data, so it is simple to filter, manipulate, and visualize in whatever way makes the most sense for a project. If you want to control something with your mind, for example, you’d just look for the corresponding reading to exceed a threshold.

    [youtube https://www.youtube.com/watch?v=s_5mDDUFp6E?start=79&feature=oembed&w=500&h=281]

    The ardEEG is now available through Elecrow for $240, though the design is open-source should you want to build it yourself. The possibilities are almost endless and this looks like another big win for citizens scientists!

    The post ardEEG is an Arduino UNO R4 WiFi shield for measuring biosignals appeared first on Arduino Blog.

    Website: LINK

  • This program can tell if you paid attention to text

    This program can tell if you paid attention to text

    Reading Time: < 1 minute

    This program can tell if you paid attention to text

    Arduino TeamFebruary 18th, 2021

    When you read a book, or… other website, you may find your mind wandering from time to time. This isn’t always a big deal, but if you want to ensure that you’re getting every last bit of information on a page, YouTuber “I made this” may have the perfect solution.

    His “program that could tell if you are paying attention” employs eye tracking to see where on the page you’re looking, and correlates this with input from a brainwave sensor. Conveniently, the particular unit used here (salvaged from a NeuroSky toy) outputs an attention value from 0-100. An Arduino board reads the EEG directly and passes data along to the computer, which then highlights text green for “paid attention,” and red for “not paying attention.”

    [youtube https://www.youtube.com/watch?v=-lExjGT9Ylo?feature=oembed&w=500&h=281]

    Website: LINK