Close

Cat's Puff-Suck sensor log 1

A project log for Puff-Suck interface for fast text input

A tube connected to a bipolar pressure switch drives an Arduino which translates puffing and sucking into Morse code and then into text.

catCat 08/03/2018 at 00:560 Comments

Our project is made of two main parts:

- a puff-suck sensor that translates the puffing-and-sucking actions into electrical signals,

- a micro-controller system (like an Arduino) that interprets the signals from the sensor into humanly readable text,commands or other information.

On this occasion, my (Cat's) part is the sensor, and Ana does the programming

I've been considering many ways to implement the mechanical part of the puff-suck sensor that would be suitable for Morse code input.

I've known Morse code for a long time and it was easy to imagine puffing-and-sucking it, but a few requirements have to be met to make it efficient (I have no idea if the same requirements are suitable for "normal" puff-suck switches):

- It has to have three states: puffed, sucked, neither

- It has to be able to switch fast between the states

- It has to work with relatively small volume of air

- It has to be able to keep a state for a while (up to a few seconds if slow) without effort

- Ideally it would provide some feedback

Next time I'll write about some options I considered and some I discarded, at least to start with.

Cat

Discussions