Night-time bruxism is a medical condition where the patient unconsciously clenches their teeth together or grinds them sideways during their sleep. A lot of people have a mild form of this condition which can be harmless, but for some people, it takes on an extreme form and causes chronic headaches and dizziness.
The aim for this project is to measure the amount of night-time bruxism, and attempt to condition the user out of this behavior using an audio signal.
I now want to build an internet-enabled version of this device, which will continously stream data into a time-series database (Influx DB) in an attempt to gather as much data as possible and determine the optimum biofeedback settings.
I have a prototype ready on the breadboard, which comprises the following components:
Particle Photon
Sparkfun LIPO power shield
Sparkfun IMU shield
Myoware muscle sensor, to be placed on the temporal muscle to detect clenching
I’m working with a PCB designer to integrate the above components into a small form factor. The aim of this post is to socialize and see whether people have feedback, about the project, or any suggestions.
OK will do. For now, just wanted to report a stat on battery life. With the components listed above, i’m reading from the EMG sensor and the IMU every 250ms, accumulating data in a buffer and sending it over TCP every 5mn. The device is plugged in to a 850mah battery. During a 7hr night, the battery drains about 50%. This is very good as far as i’m concerned, given the battery has a tiny footprint.
First of all…great project and hopefully it helps some people!
As for feedback, people love data and charts. I am a Hello Inc Sense backer/owner and have learned so much about sleep hygiene from their app. If the goal is to sell a device keep every tidbit of data. The term is cliche but Big Data is real and insights driven from it have intrinsic value. In fact it is widely believed that datasets are going to start finding their way on to balance sheets.
If there is any way to make the sensor wireless and non-intrusive for a user that sleeps on their side then you are really getting someplace!
I am planning on exposing the data in Influx DB, using a Grafana dashboard. The primary focus will be the activity of the temporal muscle, which is indicative of night-time bruxism. The accelerometer and gyro data will help understand what phase of sleep the user is in. There will be a LOT of data to work with. I’m planning on developing a Web app around the data.
In silent data collection mode, the device shouldn’t interfere with sleep. However in biofeedback mode, the device will purposefully interrupt sleep in order to disrupt damaging clenching patterns (the sensitivity will be configurable). This means some sleep deprivation will happen, but for people with extreme clenching, this is preferable to the alternative (typically, permanent daytime headaches, extreme dizziness, pain while chewing).
My early device was supported by a neck strap and placed on the stomach, with electrodes going to the head. This means sleeping on one’s stomach was not possible. With this new version, sleeping on the stomach will be possible, but only on one side of the head, given the sensor will be on the other side.
I’ve built Grindbit (http://www.grindbit.com), using the EMG sensor to get the data, then storage to the cloud. Idea behind is to compare that with other sets of data such as exercise, work location to see whether those have any effects on the grinding. This is third iteration I’ve went through, all the way from a smart mouthguard to this. I believe with data we can actually get some very interesting results.