
ard
@ardchain • 3,890 subscribers
AI Engineer & Researcher • Automating everything
Shorts
Videos

another example: a developer used the exact same $8 ESP32-S3 chip and local AI setup to build a real-time object recognition camera the fact that this is running entirely offline, on an eight-dollar microcontroller, without any cloud API calls, is wild... it captures the video feed, processes it locally through the model, and identifies objects in real-time. we are entering an era where you can just glue intelligence onto any physical object for less than $10. the hardware barrier is completely shattered.
ard225,095 views • 1 month ago

meet WALL-E no, not the one from the cartoon :) this is a fully 3D-printed, autonomous desk companion running on an ESP32. it uses a local AI voice assistant to process commands in real-time and control its own motors building intelligent robotics just dropped to zero cost...
ard65,781 views • 1 month ago

for everyone wondering how zero-delay tracking is even possible on an $8 chip: it is all thanks to the Kalman filter. this 1-minute clip from Steve Brunton perfectly explains why it works (full lecture in reply) instead of just observing a target, it mathematically predicts where it will be in the next millisecond. here is what happens under the hood: - balances physics of motion against noisy camera data - corrects the trajectory instantly - moves the robotic arm before the next frame processes this is the exact same math used in rockets and autonomous driving, stripped down for a cheap microcontroller.
ard53,268 views • 1 month ago

ZERO-LATENCY AIMBOT? WORSE. A ZERO-LATENCY PHYSICAL TURRET someone built a rig in their garage that shoots exactly where you click on the live video feed no cloud APIs, no server lag. just raw local execution. a simple python tkinter GUI captures mouse coordinates and streams them over websockets. - the local $8 ESP32 chip processes the spatial data - the robotic arm pivots instantly to match the digital vector - the green laser locks onto the exact physical coordinate with zero delay you know where this is going? if the guy who built the head-tracking software ever meets the guy who built this physical turret... WE ARE SO COOKED.
ard47,471 views • 1 month ago

btw this robot runs on a fully open source AI framework called Xiaozhi it turns a $8 ESP32 chip into a fully autonomous voice assistant NO expensive cloud servers or high latency wake-word detection and audio streaming happen locally on the chip: > requires only an ESP32-S3, a microphone, and a basic speaker > supports real-time conversational voice interaction > completely open-source and customizable for any DIY robotics project anyone can now build a personal AI companion for the price of a cup of coffee. (github link in the replies)
ard42,210 views • 1 month ago

remember when we thought the future would bring flying cars? someone may have started with a more practical prototype: a four-wheeled drone that drives across the floor, then takes off and flies maybe flying cars won’t begin as cars with wings maybe they’ll begin as robots built to do both: drive when they can, fly when they have to…
ard24,011 views • 21 days ago

look at this robot, it's so cute! this builder created something amazing with just an ESP32 and a few sensors he wired up real-time proximity and touch so it actively tracks your hand. when you reach out, its eyes shift into pure affection 🥹 usually, hardware projects like this feel cold and mechanical, just running rigid pre-programmed loops, but this one actually feels it when you pet it! i could watch this little guy all day... would you want a companion like this?
ard15,737 views • 1 month ago
No more content to load