Become a sponsor to Chinedu
From dismantling and reassembling toy robots as a kid to working on open source hardware projects, I've always been interested in figuring out how things work. The joy (and some frustration) I get from building robots, electronic projects and computer systems sustains that curiosity. I endeavor to provide detailed documentation of the setup process, pitfalls, possible upgrades and relevant references for these projects, to make it easier for the next person to get started on something similar. Some of these projects are also presented as YouTube walkthrough videos for those that prefer that.
The hardware platforms I use/have used are Raspberry Pi, Arduino, LEGO Mindstorms EV3 and Nvidia Jetson. Your generous support will enable me continue making educational and entertaining (I do hope they are!) projects, that are well presented and documented, with a dash of invention.
Featured work
-
TheNoobInventor/lidarbot
A differential drive robot is controlled using ROS2 Humble running on a Raspberry Pi 4 (running Ubuntu server 22.04). The vehicle is equipped with a Raspberry Pi camera for visual feedback and an R…
Python 222 -
TheNoobInventor/pi5-frigate-coral-tpu-pcie-nvme-ssd
Setup Frigate NVR on a Raspberry Pi 5 with Geekworm's X1004 Dual NVMe SSD shield. Each slot supports an M.2 NVMe SSD 2280 in length. One slot is fitted with the Google Coral Edge TPU M.2 PCIe for o…
Shell 2 -
TheNoobInventor/splitflap
Voice controlled Split flap display
Python 1 -
TheNoobInventor/lego-ev3-segway
A segway robot is built with the LEGO MINDSTORMS EV3 robot kit and the EV3 Gyroscopic sensor. The self-balancing code is written using EV3 MicroPython: which runs on top of the ev3dev Operating Sys…
Python 2 -
TheNoobInventor/arduino-gimbal
A 3D printed DIY gimbal - fitted with 3 FS90 Micro servo motors - is controlled using an MPU6050 inertial measurement unit (IMU) sensor to keep the 3D printed platform stable during rotation in any…
C++ 9 -
TheNoobInventor/pi-pico-drone
A micro drone is made using the Raspberry Pi Pico W. It is fitted with the MPU6050 IMU module and BMP280 barometric sensor. The drone will be controlled using TinyMPC and employ a Micro-ROS client …
C 29