Skip to content
View vitorio's full-sized avatar
Block or Report

Block or report vitorio

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Force a kiosk into BIOS to boot from... Force a kiosk into BIOS to boot from a USB drive + offer ⊞ key after boot, Adafruit Neo Trinkey, CircuitPython 8.x
    1
    import board
    2
    import touchio
    3
    import storage
    4
    import usb_cdc
    5
    import usb_midi
  2. CO2 monitor using Pimoroni Wireless ... CO2 monitor using Pimoroni Wireless Plasma Kit + Adafruit SCD40, MicroPython 1.20.3
    1
    # https://github.com/pimoroni/pimoroni-pico/blob/main/micropython/examples/plasma_stick/co2.py
    2
    # https://docs.micropython.org/en/latest/library/rp2.html#rp2.bootsel_button
    3
    # https://github.com/pimoroni/phew/blob/v0.0.3/phew/__init__.py
    4
    
                  
    5
    import time
  3. CO2 monitor using Pimoroni Tufty 204... CO2 monitor using Pimoroni Tufty 2040 + Adafruit SCD-40, MicroPython 1.20.3
    1
    # https://github.com/pimoroni/pimoroni-pico/blob/main/micropython/examples/tufty2040/main.py
    2
    # https://github.com/pimoroni/pimoroni-pico/blob/main/micropython/examples/tufty2040/pride_badge.py
    3
    # https://github.com/pimoroni/pimoroni-pico/blob/main/micropython/examples/breakout_scd41/scd41_demo.py
    4
    
                  
    5
    from picographics import PicoGraphics, DISPLAY_TUFTY_2040, PEN_RGB332
  4. Stadia gamepad + Bongos as synthetic... Stadia gamepad + Bongos as synthetic/composite/hybrid Switch Pro controller for Taiko no Tatsujin
    1
    # sudo apt install python3-pip pkg-config libdbus-1-dev libglib2.0-dev
    2
    # sudo pip3 install nxbt
    3
    # sudo pip3 install jinja2==3.0.3 itsdangerous==2.0.1 Werkzeug==2.0.2 eventlet==0.33.0 dnspython==2.2.1
    4
    
                  
    5
    import pyjoystick.sdl2
  5. epapernametag epapernametag Public

    Mirror of my e-paper.name/tag repository on GitLab. #badgelife for the rest of us.

    JavaScript

  6. nfctoys/nfctoys nfctoys/nfctoys Public

    Copy of the code provided inline at https://nfc.toys. Don't fork this repo, mirror it! Instructions: https://help.github.com/articles/duplicating-a-repository/

    Python 14 1