ImranM847 / mouse-whisperer

ATTINY85 based device that will draw perfect circles while you're away

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mouse Whisperer project files

Open Source Hardware Open Source Software

Mouse Whisperer is a small development kit that is based on Microchip ATtiny85 MCU. It will act like a physical mouse and draw perfect circles while you're away.

image

Why

There are many reasons why not, but also a few reasons why.

  • I'm sick and tired entering passwords each time I leave laptop for 2 minutes
  • I don't want my screen to go dark whenever I'm focused on something and happen to not move the mouse for a minute or two
  • I want to be available for other Team members, even if I went for a cup of coffee
  • But mainly, if someone enforce stupid policies on my laptop and I cannot change them - I will workaround them

How

Mouse Whisperer is based on the Micronucleos bootloader, which allows USB communication for both flashing and user code communication.

Provided code sample initialises board as USB mouse device and draws perfect circles until switched off.

Main features

  • ATtiny85 MCU
  • 8 KB Flash, 512B EEPROM, 512B SRAM
  • WS2812E RGB addressable LED for status indication
  • TTP223 based touch sensor for switching it ON and OFF
  • Sandwich PCB design to protect important electronics from cats and children

image

How to use it

Mouse Whisperer comes preloaded with software. Simply insert it into USB socket, no drivers needed. Touch the edge of the board to switch it off, touch again to sswitch it back on.

If you wish to update software to your taste see information below.

Using Platformio and included sample firmware

Samples code in this repo provided as Platformio project, please follow the official Platformio installation guide first.

When a project is built using Platformio: Build task and ready to be flashed, run Platformio: Upload task. You insert your board into USB after that and the flashing process will start automatically. When done, code starts execution immediately.

image

Using Arduino

Please follow Digispark tutorial

Hardware

Please find hardware schematics in the hardware folder

Where to buy

Order at Tindie

Demo

DSC_0071.MOV DSC_0073.MOV DSC_0076.MOV

Links

About

ATTINY85 based device that will draw perfect circles while you're away

License:GNU General Public License v2.0


Languages

Language:Assembly 44.1%Language:C 39.5%Language:PHP 9.8%Language:C++ 6.7%