https://github.com/vmikk/pipebutton
Instant bioinformatics analysis at the push of a button
https://github.com/vmikk/pipebutton
Last synced: 2 months ago
JSON representation
Instant bioinformatics analysis at the push of a button
- Host: GitHub
- URL: https://github.com/vmikk/pipebutton
- Owner: vmikk
- License: apache-2.0
- Created: 2024-07-02T17:23:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T18:23:27.000Z (10 months ago)
- Last Synced: 2025-01-30T00:29:44.108Z (4 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PipeButton
Instant bioinformatics analysis at the push of a button.
## Hardware Required
- Raspberry Pico ([Waveshare RP2040-Zero](https://www.waveshare.com/wiki/RP2040-Zero))
- Large push button
- 3-positional sliding switch
- USB type C cable
- PCB prototype board and connecting wires## Software Requirements
- [CircuitPython](https://circuitpython.org/board/raspberry_pi_pico/) (version 9.0 or newer)
- [Adafruit CircuitPython library bundle](https://circuitpython.org/libraries) (`neopixel` and `adafruit_hid` libraries)## Setup and Installation
1. Flash your Raspberry Pi Pico with the latest version of CircuitPython
2. Download the Adafruit CircuitPython library bundle and copy the `neopixel` and `adafruit_hid` libraries to the `lib` folder on your Pico
3. Assemble the hardware
4. Upload code and config to the Pico## Usage
Simply press the large button to start the fun.
Use the sliding switch to toggle between different "analysis" modes.Enjoy the simplicity of performing complex bioinformatic analyses with just a single push! 😄