Close

448 Results for "toy"

  • Toy Wagon

  • The elves need a place to pile presents, so I designed a toy wagon.The 3d print files for this can be found here.
  • Cat toy.

  • I finished my changes to get back a bit more rigidity and was reprinting the parts last night. However, one of my prints must have caught the print head early on, let loose, and I ended up with a ball of extruded filament instead of a part.  Thankfully...
  • New Toy

  • I recently purchased a Lytro Illum camera. This camera is much father from my goal of a DIY Stereo camera, but it provides some interesting features I think are worthy of talking about. The Lytro is a light field camera, meaning it doesn't just capture...
  • New Toy Day

  • Today I picked up another toy for my rail project: the Arduibox NodeMCU.Another great project enclosure from @Hartmut Wendt over at hwhardsoft.de - most of my demo rig is made from his range of Pi and Arduino enclosures.I look forward to adding...
  • Toy Tricorder breakdown

  • Let's pull this toy apart!---------- more ----------We start with a box.The side strips come off, revealing the adjustable strap. The strap on this toy is made of a chintzy papery felt-backed vinyl, one of the more tangibly cheap "toy-like" bits of what's...
  • Wooden Toy Car

  • Sometimes, I make practical things, sometimes I build a ramp and it needs things to fly off of it.I'm lead tinkering instructor at reDiscover Center in Culver City, CA, where we teach kids to use power tools safely and help them work through the whole...
  • Smallest possible RC toy

  • The lion kingdom discovered RC with a zip zap micro toy someone brought into the day job.  It could almost go the length of a hallway on a charge, some 350ft based on a goog earth photo of the building.  It was quite addictive to discover how...
  • Circuit Bent Spelling Toy

  • I've always loved the sounds of the TI SP0256 allaphone chip and was hoping to find something using it for this project. That's chip is what gave the speak-and-spell its robot voice. I picked up a "VTECH Talking LITTLE SMART alphabet DESK" at a garage...
  • "Toy" Sensor Head

  • I designed the first pass of a toy pushbroom image sensor.  This should get me started, anyway.  The sensor is a TSL3301CL, with 100x1 pixels, 77x85 microns each (centered on 85 micron centers).  These are big pixels, so noise will be...
  • A Toy PIMD

  • A Toy PIMD I would describe this PIMD as a "toy". Why? Because it is necessary to detect the target signal immediately after the coil signal has decayed below the target signal, and before the target signal has decayed below the 40 mV threshold. In the...
  • Toy Claw Machine Build

  • As I gather more documentation and pictures for this build, it is planned to add later on.  As for now:Hardware:Processing power 16F870 @ 20 MHzLimit switches gnd out the PICs input and inputs utilize a 1K pull up resistorPIC sends step/dir signals...
  • A Toy Diode Sampler

  • One of the ways forward on this project is using diode sampling gates. Schottky diodes that can switch well into the tens of GHz are readily available, so it's just a matter of connecting them to the right stuff :-) I started out with a toy version -...
  • Raindrop Desk Toy

  • Circle.hclass Circle { public: Circle(int x_, int y_, int r_, uint16_t c_); int x; int y; int r; uint16_t c; private: }; Circle::Circle(int x_, int y_, int r_, uint16_t c_) { x = x_; y = y_; r = r_; c = c_; }  Raindrop.ino#include #ifdef ESP32 #define...
  • Linux in a toy

  • The first part of the drone I took apart was the camera. It is a complete linux machine based on the HiSilicon HI3518 ARM SOC that usually finds a home in Web Cams along with a USB-connected WiFi module and a 4-wire connection to the Drone itself. It...