Electronics for pillows for long distance couples to know when sleeping
For this Internet of Things exercise, I created a prototype intended to become a pair of pillows for long distance couples. In this day in age, due to increased globalization and need for traveling and working remotely. The person I interviewed was my girlfriend, Anko who recently began traveling for her career. A big pain point for Anko is the time we spend apart, and a sense of loneliness and isolation at night. At first, discussions surrounded ideas of redesigning and “enchanting” the bed, as it is where she spends her time resting, working, or watching tv. However, to do so would be overcomplicated, and the product not portable. Ultimately we decided that an enchanted pillow would be the best solution.
For this project, the goal was a simple one: use internet of things technology and sensibilities to “enchant” a pillow, so that someone far away can know when the user is sleeping. Enchanting a pillow, or perhaps a pair of them, in this would can create a sense of intimacy and connectivity between couples, in the object’s communication of the other person in a resting position.
In my process, I began through exercises involving the connection of my Particle Argon device to the cloud. For this step, only LEDs were used. It was very much a back-to-basics exercise; though I have had experience with electronics before, connecting to the internet is quite new to me.
[1]
Afterward, studies involved testing out two sensors: a flex sensor and a force sensitivity resistor. This was quite quick, as both sensors have similar resistive qualities and almost identical circuits. Some improvisation was needed to combine the two. One interesting problem I ran into was in making the LED that signals flexing to light UP when bent, instead of the other way around: the default function from the teaching code provided. It was a learning experience, inverting the mapping by subtracting the variable from the highest reading of the sensor.
[1]