background preloader

How to make a Car - Powered Car - Very Simple

How to make a Car - Powered Car - Very Simple
Related:  DIY Science ToysElectronics 8

Launcher - Document Download – TeacherGeek Make It Your Own: The documents for this activity are available in PDF and Microsoft Word format. If you wish to edit a document, simply download the Microsoft Word format. Download the Out of the Classroom Version This document has everything you need to do the Ping-Pong Ball Launcher Activity "Just for Fun". Start by building the example Launcher, then go straight into the Design & Engineering Challenges to make it your own unique design. Looking for something with a little more classroom clout? All-in-One - PDFAll-in-One - Editable Word Document Download the Build Guide This brief Build Guide will help you get started designing and engineering your own unique launcher. Build Guide - PDFBuild Guide - Editable Word Document Download the TeacherGeek Engineering Notebook Available at two different learning levels, the TeacherGeek Engineering Notebook is designed to help students cycle thru the Design & Engineering Process and help them innovate and invent new designs. Other useful resources:

geda:gsch2pcb_tutorial [gEDA Project Wiki] Translations of this page are also available in the following languages: Русский. This is a tutorial on the process of using gsch2pcb as an interface between gschem and PCB. It assumes the gEDA, PCB and gsch2pcb packages are already installed and ready to use. Starting with gEDA 20030901, gsch2pcb is packaged with gEDA and doesn't need to be separately installed. This tutorial is functional and intended to generate results as quickly as possible. The goal is to use gsch2pcb as the bridge between gschem and PCB so that the schematics can always be in sync with the PCB layout because all element additions or deletions in the layout will automatically be driven by changes in the schematics. See the release notes for the history of this tutorial. Terminology With gschem, you add symbols representing electronic components to a schematic. The schematic footprint attribute value of a symbol is the name of the PCB element to be placed on the layout for that instance of the symbol. Setup to:

Wiggle-Bots - Doodling, Scribbling, Drawing, Racing Bots – TeacherGeek Wiggle-Bots are motorized contraptions that are designed and built by kids. Wiggle-Bots are much more than "a lot of fun". They inspire. Watch eyes widen as wires are connected and Wiggle-Bots start to move. See how understanding and design evolves through experimentation and tinkering. Appreciate the challenge of going beyond step by step instructions and creating something completely new and innovative. Make it Scribble: Create a marker-holding Wiggle-Bot that draws crazy and fun patterns on a sheet of paper. Race it: Create a Wiggle-Bot that can get somewhere in a hurry. Hack It: You can use Wiggle-Bot components to make your own inventions. Print It: Wiggle-Bots play well with 3-D printers. Everyone loves to wiggle! This is a real engineering project (not a toy). If you would like to do this activity "Just for Fun", download the "Out of the Classroom Version" to get building quick (an all-in-one document, without the labs). Download the Fun Build Guide Download the Overview

Getting Started With PCB Table of Contents This document is a manual for PCB, the interactive printed circuit board layout system. 1 Introduction PCB includes a stand-alone program (called pcb) which allows users to create, edit, and process layouts for printed circuit boards, as well as a library of footprint definitions for commonly needed elements. While originally written for the Atari, and later rewritten for Unix-like environments, it has been ported to other operating systems, such as Linux, MacOS/X, and Windows. While PCB can be used on its own, by adding elements and traces manually, it works best in conjunction with a schematic editor such as gschem from the gEDA project, as gschem will create a netlist, make sure all the elements are correct, etc. The file in which pcb stores its data ends in .pcb such as myboard.pcb. There are a couple of different outputs from pcb. 2 Terminology There is some variation in terminology used by EDA packages. action annulusannular ring aperture arc attribute Varied meanings. mil

Sensational Straws - 10 Sensory Ideas - Special-ism Random national observances can provide great inspiration for sensory diet fun. Take National Drinking Straw Day, for instance. This little-known observance was celebrated on January 3 in honor of the invention and patenting of the paper drinking straw by Marvin C. Stone in 1888. However, fabulous sensory fun can be had with drinking straws all year round. Today’s Challenge: Drinking Straws Original Purpose: Sucking up liquids With Sensory Savvy Lenses: Inexpensive for auditory, fine motor, oral motor, proprioceptive and visual input. What can YOU and your child with sensory challenges do with straws? Build a Straw Structure Cut straws into 24 inch pieces. Make Some Blow Art Drop several different colored drops of food coloring or paint onto a sheet of paper. Meet the Mini Marshmallow Challenge Solo, as a team, or in competition with others, try to transfer a bag of mini marshmallows from a tabletop to a cup by touching them only with a single drinking straw.

Arduino UNO Tutorial 6 - Rotary Encoder Arduino UNO Tutorial 6 - Rotary Encoder We have written a tutorial for Rotary Encoders using a Microchip microcontroller but now would be a good time to make an Arduino UNO version. With a rotary encoder we have two square wave outputs (A and B) which are 90 degrees out of phase with each other. The number of pulses or steps generated per complete turn varies. The Sparkfun Rotary Encoder has 12 steps but others may have more or less. The diagram below shows how the phases A and B relate to each other when the encoder is turned clockwise or counter clockwise. Every time the A signal pulse goes from positive to zero, we read the value of the B pulse. We will now use the rotary encoder in the simplest of applications, we will use it to control the brightness of an led by altering a pwm signal. We will use the sparkfun encoder as discussed above. Each time our timer code triggers, we compare the value of our A pulse with its previous value. The schematic is shown below

DIY Google Cardboard with Homemade Lens in 30 Minutes! From our STAR Maker: Rodolfo S, Jr The Google Cardboard is one of the most easiest ways to experience Virtual Reality at home. Using this tutorial, you will be able to make one for yourself at ZERO cost if you have some: cardboard, clear plastic and magnets in your home. What are the stuff required to do this project? Google Cardboard templatesScissorsExacto knife (stencil cutter)GlueQuick dry EpoxyClear plastic bottle made of PET (Polyethylene Terephthalate), an example.Syringe with needleVelcro or rubber bandGlue stick and glue gunNeodymium magnet (optional for older iPhones)Smartphone (iOS / Android) How does it work? In this tutorial, we will be first making the homemade lens for the DIY Google Cardboard or VR Headset. Here, we will be making a Biconvex lens using clear plastic bottles and some water. STEP 1: Making our Biconvex Lens for our DIY Google Cardboard So lets start first with the lens, then followed by the cardboard VR enclosure. 2. 4. 5. 6. 8. 1. 3. 4.

Getting Started with PlatformIO and ESP8266 NodeMcu The Arduino editor, while functional, has never been a pinnacle of productivity and usability. PlatformIO has recently been released to bring some much needed improvements to the ecosystem. The IDE is built on top of GitHub's Atom text editor, which provides an excellent extensibility model that the Arduino IDE was sorely missing. The NodeMcu ESP8266 dev board has become an extremely popular choice for an inexpensive wifi enabled microcontroller for IoT projects. Since the hardware is an open standard, they can be bought from a variety of vendors. Here's one on Amazon for less than $10. In my own experimentation, I've found the ESP8266 Arduino libraries and toolchain to work much better than the Lua toolchain. Install PlatformIO The first step is to download and install the PlatformIO IDE. Depending on how you install, you may experience the error "command not found: pio" when performing later steps in this tutorial. Install NodeMcu USB Driver Create Project Hello World > pio lib install 89

15 Backyard Engineering Projects for Kids - The Stem Laboratory Whether you’re looking for a fun way to enjoy the outdoors or you want to sneak in a little learning into your summer days, these 15 backyard engineering projects for kids are must-tries. Race LEGOs down DIY ziplines, build rockets that really soar, launch marshmallows in the air and try your hand at classic egg drop science experiments. Kids will be tackling backyard engineering projects for days! Use a few simple supplies to design pop rockets that really fly. // Playdough to Plato Build a LEGO zipline that reaches from one side of the yard to the other! Fill the kiddy pool with water and race junk boats. // Playdough to Plato Design a propeller airplane that can race across the backyard. // Planet Smarty Pants Make a LEGO water wheel! Build a pulley that will lift kids into the tree top. // My Mundane and Miraculous Life Try your luck with the classic egg drop challenge. // Buggy and Buddy Make a jumbo-sized Hot Wheels car race track. Turn pool noodles into Gobstopper tracks! Malia

ASCII Characters By Keyboard A first stab at reproducing Jennifer Kyrnin's massive HTML Special Characterset Guide was added 13 May 2013. (13 May 2013) How to create alternate characters, such as foreign characters, those with diacritical (accent) marks, symbols, etc. [Numbers MUST be keyed on the Numeric Keypad, NOT on the top line of the keyboard.] This listing does not begin to be exact; different platforms and servers handle these codes differently. Further, I have not yet checked out each of the nearly 700 codes and results. It sure doesn't look good, though! Here are print-outs created in a graphics program of the active, non-duplicating sets Alt 032-254 and Alt 0128-0256 (because they are so detailed, I have also thumbnailed them): (07 Jun 03) (07 Jun 2003 Images by and © 2003 S. "{ }" indicates a non-funtioning code; blanks are codes that did not print in the graphics program (these images have not been fully checked out yet). (More to follow.) (13 May 2013) (04 Sep 2013) Ooops! THUMBS UP! Contact S.

Related: