Skip to content
View patkepa's full-sized avatar
🙉
Embedded Development
🙉
Embedded Development

Block or report patkepa

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
patkepa/README.md

hey.

It's Patrick.

Currently doing embedded work.

That's all.

But if you desire more;

check me out at https://kepa.pm

Pinned Loading

  1. Linux tweaks for Ubuntu/Debian Linux tweaks for Ubuntu/Debian
    1
    # Linux tweaks
    2
    I compiled a list of useful tweaks I usually use while configuring my freshly installed distro. 
    3
    
                  
    4
    Everything in this guide is made of Ubuntu/Debian based systems in mind, so it might not function the same on different package managers and distros 
    5
    
                  
  2. Implementation of IP101_PHY Ethernet... Implementation of IP101_PHY Ethernet on ESP32. A copy made based on this thread: https://github.com/espressif/arduino-esp32/issues/3554 Thanks to DheeranYuvaraj. You will very likely require to put your ESP32 boards version to 2.0.6 or similar for this sketch to work.
    1
    #include <ETH.h>
    2
    
                  
    3
    #define ETH_ADDR        1
    4
    #define ETH_POWER_PIN   5
    5
    #define ETH_MDC_PIN     23