Category: Electronics

  • ArduPilot Build – Simplified Documentation

    Reproducibility: Using a Docker container to produce this build. Then, setup the build. Main Build Tool: ./waf TL;DR$ docker run –rm -it -v ./ardu-build:/builds python:3.11-alpine sh -c “cd /builds && sh”$ apk add nano htop openssh git curl wget gcc g++ make zlib-dev libffi-dev openssl-dev musl-dev gcc-arm-none-eabi g++-arm-none-eabi$ python -m pip uninstall empy && python…

  • 3D Printed Drone Arms on a 3-inch Quadcopter is Unstable

    Just a random throwback to another obscure thing- when I was working on my university’s senior design project, we had some 3D printed drone arms in what I think was PLA created for us due to a mis-order so we had to improvise while we waited for new ones to be cut. It turns out…

  • Unifi Camera Proxy – Stream not loading

    Running the IMX415 camera from this post about H264 streaming, I was trying to get it to work with Unifi Protect through the unifi-camera-proxy. At first I had issues finding the H265 setting, so I was trying to encode the stream to 264 on the fly and was using these flags to convert 265/HEVC to…

  • IMX415 IP Camera – Enabling H264 when only H265 or H265X

    Recently purchased a IMX415 off AliExpress to play around with, the description claimed H265 and H264 compatibility, but the menu only shows H265 and H265. Solution: Turns out the H265X was H264 :/ Listing in question: Xmeye Sony Imx415 Nt98566 4K Ip Camera Module 8Mp Human Face Detection Webcam H.265Ai P2P Onvif Icsee Rtsp Security…

  • YOLIN 80C-C (Colored, PXX Settings) Display Settings

    YOLIN 80C-C (Colored, PXX Settings) Display Settings

    It seems there may be two different versions of this colored display, one where the settings are abbreviated on the settings menu, and the other where the settings are a series off 19 parameters from P01 to P19. I have the one with the parameters and numbers and had the most amazing time looking for…

  • YOLIN 80C-C *Color* LCD eBike Display Error 02

    YOLIN 80C-C *Color* LCD eBike Display Error 02

    I encountered an error on my eBike build which shows on the screen as “ERROR 02”, it turns out this was a connector issue. Looking this up only yields lots of the non-colored version’s manual which didn’t really help with the situation (I’m still looking for the colored screen’s manual) Update: I’ve acquired a 80C-C…