Github

See my current github projects

Read More

Hire Me

Do you need a software engineer?

Read More

Create Rasberry Pi TV

Prerequisite:– A lot of the files you will need are here on my github– Raspberry Pi 3– 3.5 inch IPS 480×640 Display – GPIO Ribbon Cable 40Pin Male to Female Installing Raspberry Pi: using version: 2023-05-03-raspios-buster-armhf.imgYou will need to install the raspberry pi OS. SSH into your pi then runsudo raspi-configStep down to Interface options then SPI option and enable it. Set up screen…

ESP32 Weather Station

Componenents Needed – ESP 32 Breakout Board – 128×63 OLED – Momentary button – 10k Resistor – Darksky API Key Not interested in learning just want the code? Full Code Expected Knowledge – Basic understanding of ESP32 and how to connect it – How to push code to ESP32 using the Arduino IDE – Basic…