├── README.md ├── djc.bin ├── hdl_hdmi_not_work ├── Manifest.py ├── audio_clock_regeneration_packet.sv ├── audio_info_frame.sv ├── audio_sample_packet.sv ├── auxiliary_video_information_info_frame.sv ├── bd │ └── design_1 │ │ └── design_1.bd ├── general_control_packet.sv ├── hdmi.sv ├── hdmi_sm.sv ├── packet_assembler.sv ├── packet_picker.sv ├── serializer.sv ├── source_product_description_info_frame.sv ├── tenbit.v ├── tmds_channel.sv └── top.v ├── homelab ├── ipv6-wireguard-site2site.md ├── network-20220310.drawio.svg └── pve-wsl2.md ├── hub75_pinout.txt ├── rlegen.py ├── rlstatusbar ├── DSC_1218.JPG ├── DSC_1219.JPG ├── README.md ├── c0004.webm ├── pl_1.png ├── pl_res.png ├── tao_beltfish.png └── tao_beltfish_2.png ├── rpi_pmod_hub ├── fp-info-cache ├── rpi_pmod_hub-backups │ ├── rpi_pmod_hub-2022-09-07_141410.zip │ ├── rpi_pmod_hub-2022-09-07_142154.zip │ ├── rpi_pmod_hub-2022-09-07_143328.zip │ ├── rpi_pmod_hub-2022-09-07_143839.zip │ ├── rpi_pmod_hub-2022-09-07_151054.zip │ └── rpi_pmod_hub-2022-09-07_151606.zip ├── rpi_pmod_hub.kicad_pcb ├── rpi_pmod_hub.kicad_prl ├── rpi_pmod_hub.kicad_pro └── rpi_pmod_hub.kicad_sch ├── scrapers ├── iv │ ├── dler.py │ ├── worker.py │ └── worker2.py ├── oh │ └── worker.py ├── px │ ├── postproc.py │ ├── preload.py │ ├── server.py │ ├── ug2.py │ └── works.py └── sc │ ├── app.py │ ├── client-mini.user.js │ ├── client.user.js │ └── server.py ├── scripts ├── README.md ├── cfdns.py ├── ediddetect.c ├── esp_wifi_servo.ino ├── esp_wifi_servo_README.md ├── halftone_down.ipynb ├── hsddns.py ├── lrcat_extract.py ├── update_gallery_dl.py └── write_jlc.ipynb ├── sketch_ws ├── fake_adc.py ├── kinematic_round_scribble.py ├── momentum_round_scribble.py ├── random_point_dist.py └── workspace.code-workspace ├── sserdes ├── fplr.py ├── fpls.py ├── rplr.py └── rpls.py └── telegraph-css ├── css ├── core.css └── fonts.css └── template.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/README.md -------------------------------------------------------------------------------- /djc.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/djc.bin -------------------------------------------------------------------------------- /hdl_hdmi_not_work/Manifest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/hdl_hdmi_not_work/Manifest.py -------------------------------------------------------------------------------- /hdl_hdmi_not_work/audio_clock_regeneration_packet.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/hdl_hdmi_not_work/audio_clock_regeneration_packet.sv -------------------------------------------------------------------------------- /hdl_hdmi_not_work/audio_info_frame.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/hdl_hdmi_not_work/audio_info_frame.sv -------------------------------------------------------------------------------- /hdl_hdmi_not_work/audio_sample_packet.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/hdl_hdmi_not_work/audio_sample_packet.sv -------------------------------------------------------------------------------- /hdl_hdmi_not_work/auxiliary_video_information_info_frame.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/hdl_hdmi_not_work/auxiliary_video_information_info_frame.sv -------------------------------------------------------------------------------- /hdl_hdmi_not_work/bd/design_1/design_1.bd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/hdl_hdmi_not_work/bd/design_1/design_1.bd -------------------------------------------------------------------------------- /hdl_hdmi_not_work/general_control_packet.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/hdl_hdmi_not_work/general_control_packet.sv -------------------------------------------------------------------------------- /hdl_hdmi_not_work/hdmi.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/hdl_hdmi_not_work/hdmi.sv -------------------------------------------------------------------------------- /hdl_hdmi_not_work/hdmi_sm.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/hdl_hdmi_not_work/hdmi_sm.sv -------------------------------------------------------------------------------- /hdl_hdmi_not_work/packet_assembler.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/hdl_hdmi_not_work/packet_assembler.sv -------------------------------------------------------------------------------- /hdl_hdmi_not_work/packet_picker.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/hdl_hdmi_not_work/packet_picker.sv -------------------------------------------------------------------------------- /hdl_hdmi_not_work/serializer.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/hdl_hdmi_not_work/serializer.sv -------------------------------------------------------------------------------- /hdl_hdmi_not_work/source_product_description_info_frame.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/hdl_hdmi_not_work/source_product_description_info_frame.sv -------------------------------------------------------------------------------- /hdl_hdmi_not_work/tenbit.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/hdl_hdmi_not_work/tenbit.v -------------------------------------------------------------------------------- /hdl_hdmi_not_work/tmds_channel.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/hdl_hdmi_not_work/tmds_channel.sv -------------------------------------------------------------------------------- /hdl_hdmi_not_work/top.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/hdl_hdmi_not_work/top.v -------------------------------------------------------------------------------- /homelab/ipv6-wireguard-site2site.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/homelab/ipv6-wireguard-site2site.md -------------------------------------------------------------------------------- /homelab/network-20220310.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/homelab/network-20220310.drawio.svg -------------------------------------------------------------------------------- /homelab/pve-wsl2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/homelab/pve-wsl2.md -------------------------------------------------------------------------------- /hub75_pinout.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/hub75_pinout.txt -------------------------------------------------------------------------------- /rlegen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/rlegen.py -------------------------------------------------------------------------------- /rlstatusbar/DSC_1218.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/rlstatusbar/DSC_1218.JPG -------------------------------------------------------------------------------- /rlstatusbar/DSC_1219.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/rlstatusbar/DSC_1219.JPG -------------------------------------------------------------------------------- /rlstatusbar/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/rlstatusbar/README.md -------------------------------------------------------------------------------- /rlstatusbar/c0004.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/rlstatusbar/c0004.webm -------------------------------------------------------------------------------- /rlstatusbar/pl_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/rlstatusbar/pl_1.png -------------------------------------------------------------------------------- /rlstatusbar/pl_res.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/rlstatusbar/pl_res.png -------------------------------------------------------------------------------- /rlstatusbar/tao_beltfish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/rlstatusbar/tao_beltfish.png -------------------------------------------------------------------------------- /rlstatusbar/tao_beltfish_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/rlstatusbar/tao_beltfish_2.png -------------------------------------------------------------------------------- /rpi_pmod_hub/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/rpi_pmod_hub/fp-info-cache -------------------------------------------------------------------------------- /rpi_pmod_hub/rpi_pmod_hub-backups/rpi_pmod_hub-2022-09-07_141410.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/rpi_pmod_hub/rpi_pmod_hub-backups/rpi_pmod_hub-2022-09-07_141410.zip -------------------------------------------------------------------------------- /rpi_pmod_hub/rpi_pmod_hub-backups/rpi_pmod_hub-2022-09-07_142154.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/rpi_pmod_hub/rpi_pmod_hub-backups/rpi_pmod_hub-2022-09-07_142154.zip -------------------------------------------------------------------------------- /rpi_pmod_hub/rpi_pmod_hub-backups/rpi_pmod_hub-2022-09-07_143328.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/rpi_pmod_hub/rpi_pmod_hub-backups/rpi_pmod_hub-2022-09-07_143328.zip -------------------------------------------------------------------------------- /rpi_pmod_hub/rpi_pmod_hub-backups/rpi_pmod_hub-2022-09-07_143839.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/rpi_pmod_hub/rpi_pmod_hub-backups/rpi_pmod_hub-2022-09-07_143839.zip -------------------------------------------------------------------------------- /rpi_pmod_hub/rpi_pmod_hub-backups/rpi_pmod_hub-2022-09-07_151054.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/rpi_pmod_hub/rpi_pmod_hub-backups/rpi_pmod_hub-2022-09-07_151054.zip -------------------------------------------------------------------------------- /rpi_pmod_hub/rpi_pmod_hub-backups/rpi_pmod_hub-2022-09-07_151606.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/rpi_pmod_hub/rpi_pmod_hub-backups/rpi_pmod_hub-2022-09-07_151606.zip -------------------------------------------------------------------------------- /rpi_pmod_hub/rpi_pmod_hub.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/rpi_pmod_hub/rpi_pmod_hub.kicad_pcb -------------------------------------------------------------------------------- /rpi_pmod_hub/rpi_pmod_hub.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/rpi_pmod_hub/rpi_pmod_hub.kicad_prl -------------------------------------------------------------------------------- /rpi_pmod_hub/rpi_pmod_hub.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/rpi_pmod_hub/rpi_pmod_hub.kicad_pro -------------------------------------------------------------------------------- /rpi_pmod_hub/rpi_pmod_hub.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/rpi_pmod_hub/rpi_pmod_hub.kicad_sch -------------------------------------------------------------------------------- /scrapers/iv/dler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/scrapers/iv/dler.py -------------------------------------------------------------------------------- /scrapers/iv/worker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/scrapers/iv/worker.py -------------------------------------------------------------------------------- /scrapers/iv/worker2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/scrapers/iv/worker2.py -------------------------------------------------------------------------------- /scrapers/oh/worker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/scrapers/oh/worker.py -------------------------------------------------------------------------------- /scrapers/px/postproc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/scrapers/px/postproc.py -------------------------------------------------------------------------------- /scrapers/px/preload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/scrapers/px/preload.py -------------------------------------------------------------------------------- /scrapers/px/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/scrapers/px/server.py -------------------------------------------------------------------------------- /scrapers/px/ug2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/scrapers/px/ug2.py -------------------------------------------------------------------------------- /scrapers/px/works.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/scrapers/px/works.py -------------------------------------------------------------------------------- /scrapers/sc/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/scrapers/sc/app.py -------------------------------------------------------------------------------- /scrapers/sc/client-mini.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/scrapers/sc/client-mini.user.js -------------------------------------------------------------------------------- /scrapers/sc/client.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/scrapers/sc/client.user.js -------------------------------------------------------------------------------- /scrapers/sc/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/scrapers/sc/server.py -------------------------------------------------------------------------------- /scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/scripts/README.md -------------------------------------------------------------------------------- /scripts/cfdns.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/scripts/cfdns.py -------------------------------------------------------------------------------- /scripts/ediddetect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/scripts/ediddetect.c -------------------------------------------------------------------------------- /scripts/esp_wifi_servo.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/scripts/esp_wifi_servo.ino -------------------------------------------------------------------------------- /scripts/esp_wifi_servo_README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/scripts/esp_wifi_servo_README.md -------------------------------------------------------------------------------- /scripts/halftone_down.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/scripts/halftone_down.ipynb -------------------------------------------------------------------------------- /scripts/hsddns.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/scripts/hsddns.py -------------------------------------------------------------------------------- /scripts/lrcat_extract.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/scripts/lrcat_extract.py -------------------------------------------------------------------------------- /scripts/update_gallery_dl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/scripts/update_gallery_dl.py -------------------------------------------------------------------------------- /scripts/write_jlc.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/scripts/write_jlc.ipynb -------------------------------------------------------------------------------- /sketch_ws/fake_adc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/sketch_ws/fake_adc.py -------------------------------------------------------------------------------- /sketch_ws/kinematic_round_scribble.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/sketch_ws/kinematic_round_scribble.py -------------------------------------------------------------------------------- /sketch_ws/momentum_round_scribble.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/sketch_ws/momentum_round_scribble.py -------------------------------------------------------------------------------- /sketch_ws/random_point_dist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/sketch_ws/random_point_dist.py -------------------------------------------------------------------------------- /sketch_ws/workspace.code-workspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/sketch_ws/workspace.code-workspace -------------------------------------------------------------------------------- /sserdes/fplr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/sserdes/fplr.py -------------------------------------------------------------------------------- /sserdes/fpls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/sserdes/fpls.py -------------------------------------------------------------------------------- /sserdes/rplr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/sserdes/rplr.py -------------------------------------------------------------------------------- /sserdes/rpls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/sserdes/rpls.py -------------------------------------------------------------------------------- /telegraph-css/css/core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/telegraph-css/css/core.css -------------------------------------------------------------------------------- /telegraph-css/css/fonts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/telegraph-css/css/fonts.css -------------------------------------------------------------------------------- /telegraph-css/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaudat/gauup/HEAD/telegraph-css/template.html --------------------------------------------------------------------------------