Author Archives: peter

Egg Robot Cyclops (v3)

Egg Robot is a Cyclops! Making the Egg Robot (Ham-Steak) into a credible toy means not leaving the internals dangling around where they could be damaged. Version 3 of the Egg Robot adds front and rear covers that protect the … Continue reading

Posted in CAD, Robotics, Toys | Tagged , , , , | Leave a comment

Out of Control PIDs

This week’s post is less of a how-to and more of a “how-to?” I’ve got some ideas about the basics of PID controls, but this system is giving me trouble. I updated the PID control system on Egg-Bot Version 2. … Continue reading

Posted in 3D Printing, Projects, Robotics | Tagged , , , | Leave a comment

1-D Egg Robot – Version 2

This week I made some changes to the Egg Bot and named it version 2 (even though it’s really a version 1.5 probably). I combined the servo and circuit board mounting into a single bracket, printed the new bracket, and … Continue reading

Posted in 3D Printing, CAD, Programming, Robotics | Tagged , , , , , | Leave a comment

Egg Robot – 1-Dimensional Balancing Robot

Presenting the Egg Robot (aka “ham steak”), a 1-dimensional balancing robot. The main purpose of the robot is to balance at different angles. The balancing will be accomplished by adjusting the center of gravity of the robot using a weighted … Continue reading

Posted in 3D Printing, CAD, Programming, Projects, Robotics, Sculpture | Tagged , , , , | Leave a comment

Emotive Eyes Complete

This is the completed first version of the emotive eyes project. It was successful in that it was motivation to re-calibrate my 3d printer and make some modular eyes for future projects. I am not really satisfied with the animations … Continue reading

Posted in 3D Printing, CAD, LED Matrix, Programming, Projects, Robotics, Sculpture | Leave a comment

Emotive Robotics – Expressive Eyes

Today’s project is making “expressive” eyes. Eyes can serve dual functions: in addition to observing the world around you, in many animals they also serve to express interest or other emotions. In this project I am focusing on the latter, … Continue reading

Posted in 3D Printing, Projects, Robotics, Sculpture, Toys | Tagged , , , | Leave a comment

Piratey Trapeze and Juggling Spectacular!

Follows is a video of my performance of a Piratey Trapeze and Juggling routine at the Commonwealth Circus Center (C3) Fall 2023 show in Boston, MA. Video credits to C3 community member Jordan Cox/Beren Jones. Special thanks goes to my … Continue reading

Posted in Circus, Sports | Leave a comment

Micro ROS on the Pololu 3pi+2040, Part 2

In the previous post, I demonstrated a very basic micro ROS implementation running on the Pololu 3pi+ 2040. This post expands upon that demonstration to include battery sensor telemetry. Step 3: Pololu 3pi+ 2040 Sensor Telemetry to micro ROS In … Continue reading

Posted in Projects, Robotics, ROS | Tagged , , , , , | Leave a comment

Micro ROS on the Pololu 3pi+2040

The Pololu 3pi+2040 is a very capable (and adorable) mobile robotics experimentation platform sporting the powerful Raspberry Pi RP2040 microcontroller. The ROS 2 robot operating system is the standard platform for mobile robotics, providing reliable publisher-subscriber communication, simulation and visualization. … Continue reading

Posted in Projects, Robotics | 1 Comment

Memory Forensics with LiMe

Installing LiMe on a Kali Linux UTM virtual machine on an M1 Mac. In your Kali Linux Virtual Machine, enter the following on the command line: $ sudo nano /etc/apt/sources.list Uncomment the deb-src line. $ sudo apt update -y$ sudo … Continue reading

Posted in Uncategorized | Leave a comment