Epilepsy Seizure Detection System #4911
Replies: 1 comment
-
Posted at 2017-03-31 by @gfwilliams Hi, There are actually some quite polished EMG sensors if you need them, like this one: https://www.adafruit.com/product/2699 But to answer your questions:
I think it's save to say that with a 3 x 3 x 1 inch battery pack you'd be totally safe though, and you could probably get away with a lot less.
Posted at 2017-04-01 by al Thanks Gordon! I read on this site that Espruino Wifi can not access the WiFi module directly.
Does this mean I can't hook it up directly to a Raspberry Pi yet? Sorry I'm completely new developing hardware. Thanks for the suggestion of the EMG sensors. I have seen those before but they look a bit bulky. If I don't have much success I might have to go that way. I'm more looking for something like this https://www.coolcomponents.co.uk/en/emg-detector.html where the cables give more freedom where to place the board. Posted at 2017-04-03 by @gfwilliams I need to reword that, it's a bit confusing. Basically, on some devices there's a code library called For what you're doing you'll never notice any issues. It'll communicate with a Pi just fine over WiFi. Posted at 2017-04-03 by al That is great - thanks! Posted at 2017-04-04 by oesterle Hey, @al! I've been following, and love this thoughtful project. True that the cables give more freedom on where to place the board, in the Seeed Studio / CoolComponents EMG sensor. However, I'd also read the excellent tech notes/datasheets on both:
Note that the MyoWare device has some good recommendations on placement of electrodes that should also apply to the Seeed Studio device. Additionally, the MyoWare device has an on-board gain potentiometer – Seeed Studio's does not. Posted at 2020-08-23 by TassieTiger @al I realise this topic is quite old and your circumstances may have changed over that time, however you may be interested in this related topic: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-03-30 by al
Hi all,
I'm new to the world of hacking with electronics and I am looking for some guidance.
My sister suffers from epilepsia and I'm looking for ways of monitoring for seizures. The symptoms can range from strong muscle contraction to uncontrolled movement of limbs. I'm keen to try Muscle Electromyography to detect seizures. Basically it means I'll be continuously monitoring for spikes in the electric signal. I'm not sure yet if there is a need for something more sophisticated like a fast fourier transform but I'll deal with that later if the need arises.
I was planning to hookup the EMG detector as described by James Cannan in his hackaday article to an Espruino Wifi and send the signal to a RapberryPi for analysis and raising the alarm is necessary. Three questions:
Many thanks for any suggestions!!
Al
Beta Was this translation helpful? Give feedback.
All reactions