Skip to content
View adammelancon's full-sized avatar
🧠
Learnin'
🧠
Learnin'
Block or Report

Block or report adammelancon

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. Desk-LED-WX-Strip Desk-LED-WX-Strip Public

    A WS218112 strip of 30 LEDs that light up based on the weather for the next hour.

    Python

  2. satflasher satflasher Public

    Using a Pi Pico W to flash it's LED depending on the elevation of a satellite.

    Python

  3. lafayette911 lafayette911 Public

    Python

  4. Get the Intel AX210 wifi card workin... Get the Intel AX210 wifi card working on kali-linux-2022.3-live-everything-amd64 live iso
    1
    #!/bin/bash
    2
    # I had to do this to get my AX210 card in my Framework laptop to function on the Kali 2022.3 live everything iso.
    3
    # Connect to the internet before running this script so that the firmware can update via apt.
    4
    
    
    5
    # Remove the broken firmware file.
  5. A micropython file I drop on microco... A micropython file I drop on microcontrollers to attempt to connect to more than one wifi network.
    1
    import network
    2
    import time
    3
    
    
    4
    # List of Wi-Fi SSIDs to try along with passwords.
    5
    ssid_list = ['wifi1', 'wifi2']  
  6. hoverboardrcbot hoverboardrcbot Public

    Hoverboard RC Bot Project

    Python