Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 4.51 KB

README.md

File metadata and controls

62 lines (40 loc) · 4.51 KB

Temperature-controlled mouse

Design and fabrication files for a temperature-controlled computer mouse.

Description

The files (made with KiCad in 2012) in this repository specify the design of a temperature-controlled thermoelectric element, envisioned to be housed in a computer mouse. A peltier cooler is used as the heating and cooling device. Depending on the temperature, as detected by a LM35DZ, the direction of the voltage drop across the peltier cooler is reversed. This is done by use of a L293D ('H-bridge'). The PIC16F877A microcontroller outputs either HIGH on one output and LOW on another (or vice versa) and these outputs go into the inputs of the H-bridge.

temperature_controlled_mouse.brd temperature_controlled_mouse-drl.pho
temperature_controlled_mouse-Front.gtl temperature_controlled_mouse-Back.gbl

Motivation

Why make a 'temperature-controlled' mouse?

I used to play a lot of computer games, and was looking for whatever way to get an edge in my APM— I had the speculative theory that a heated mouse could improve the function of the mouse hand. Though the theory never panned out, I printed the PCB board and housed the creation in a prototype mouse shell— the thermoelectric element worked like magic!

Author

Michael E. Rowan — mrowan137michael@mrowan137.dev.

License

MIT License.

Acknowledgments

  • Christopher Martin

References