The preset lengths for HDMI cables that are for sale are not optimal for use in making DIY handheld PCs. Don’t forget the width. The Raspberry Pi seems to be the most popular for this kind of project. Actually, I made a handheld PC myself based on the Raspberry Pi 3 B. This cable is…
All posts in Electronics and Programming
Goggle costume
Have you experienced seeing a cool costume and hope that you can make one (Yes, we’ve all been there. haha)? Especially with the advent of 3d printing and what not, it is not untypical to see this type of project. I am not saying that the one I made is that cool but at least…
A program that I wrote in Python 3
I made this program to help me convert a specific C array to a PIC16 lookup table. The array is a font data for the HCMS-2913. The HCMS-2913 is an alphanumeric display. I got mine from e-Gizmo. If you are interested, here is a link for the project in GitHub.
Stack implementation in C
I implemented a stack using singly linked list in C. Here is the GitHub link for it.
I followed an assembly language routine step by step
The assembly program is for PIC16. The one I specifically did was the 8×8 unsigned multiplication. Here is the link for the material. I did this by hand first then I made a program written in Go to easily visualize what is happening step by step with the 8×8 unsigned multiplication routine. Here is the…
A Go package repository for GL.iNet AR-150 GPIO control
I have a GL.iNet AR-150 router that I bought from here. It is running OpenWrt. The variant that I chose is the one with an external antenna. I did write a shell script for manipulating the GPIOs. But I lost it(lol). I even implemented an abstraction for the shift register(74HC595). The idea is that the…
Recap: Manila Mini Maker Faire 2018
The Manila Mini Maker Faire 2018 was held at The Mind Museum, BGC Taguig on June 23 to 24, 2018. I was an exhibitor. The main project that I exhibited is the Reverduino Core by Revertronics. I also brought some other projects of mine. My friend was also an exhibitor there with his own booth…