Mouse Whisperer is a small development kit based on Microchip ATtiny85 MCU. It will act like a physical mouse and draw perfect circles while you're away.
There are many reasons why not, but also a few reasons why.
Mouse Whisperer is based on the Micronucleos bootloader, which allows USB communication for both flashing and user code communication.
Provided code sample initializes board as USB mouse device and draws perfect circles until switched off.
Mouse Whisperer comes preloaded with software. Simply insert it into the USB socket, no drivers are needed. Touch the edge of the board to switch it off, and touch it again to switch it back on.
If you wish to update the software to your taste see the information below.
Samples code in this repo are provided as a Platformio project, please follow the official Platformio installation guide first.
When a project is built using the Platformio: Build
task and ready to be flashed, run the Platformio: Upload
task. You insert your board into the USB after that and the flashing process will start automatically. When done, the code starts execution immediately.
Please follow Digispark tutorial
Please find hardware schematics in the hardware folder