Skip to content

BrainTech/pisak-switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

##pisak-switch

Pisak-switch is a firmware created for Wattuino Nanite 85 (https://github.com/watterott/wattuino). By connecting microswitch to PB1 it's possible to create a simple switch HID (eg. button) that can be used to control interfaces such as in PISAK project. The firmware contains a subfolder "usbdrv" from V-USB library (http://www.obdev.at/avrusb/) with configuration files customized to fit the hardware requirements. The tutorials written by Joonas Pihlajamaa (http://codeandlife.com/) were very helpful during developing this firmware.

You can compile and put the firmware on the Nanite by typing:

make clean
make main.hex
sudo make flash

Be sure to have a copy of Micronucleus (https://github.com/micronucleus/micronucleus) installed on your device! After typing "make flash" command just plug in your Nanite 85 to a USB port. If needed, press the reset button on the microcontroller.

License

PISAK is licensed under the terms of the GNU GPL version 3.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published