cwhaticando.com home DIY • Do it Yourself • Weekend Projects • BIG Projects • LITTLE Projects
become a creator share your how-to  

 

 

close window

How Do I Share My How-To?

It's really pretty easy, pictures and videos of the steps it takes to complete your project are stored on YouTube and picasaWeb. Once your "final" video is stored on YouTube, your project will show in the listings on the site. All this is controlled by our Creator's Tools. Basically, you start a project by writing up the project idea.

Step 1. Sign up for a free Creator's Account to gain access to the Creator's Tools.

Step 2. Login

Step 3. Push the "Create New Project" button on the Creator's Tools. Make a name (you can change it later) for your project. And describe your plans to use as notes to guide the creation of the steps.

Step 4. When you've finished providing all the steps to your project, shooting the videos and saving to google video via the Creator's Tool Panel, you are ready to write the introductory paragraph with an interesting story of how you did it, or how you do it in the case of a professional services presentation.

Step 5. Last but not least create and upload the video (to YouTube) which is the video that will be used to summarize the project. If you were building a robot, this final video would show the robot running around, doing fun things that will inspire others to create their version of your project.

That's it... Watch the views and ratings for your project pile up along with the sales commissions! Or get a customer because you showed how you remodel a house.

close window

FAQ About Becoming A Creator

Q. Why would I go to all that work, building something, then put it on a website like C What I Can Do? What's the point?

A. Actually, there are a couple of forms for a reward:

  1. You get rated as an author. Lots of good ratings looks good on your resume.
  2. You Make Money!

YOU Make Money when someone buys a part from You, and builds it into Their Version of your project. And, if YOU have a basement full of red leds and build a red led project - we'll send you customers who are inspired to build your blinking light device. If you sell PC boards, you may link to your own sales. Or sell your own kit online through your e-Bay store.

The same with books! We encourage project builders to make books. In fact, CwhatIcanDo is a great place to get rated as an author. 'Betcha get a better deal from your publisher...

Of course, it is possible that your project won't make you any money, because someone built something even cooler than yours (maybe even inspired by your project.) Maybe you just want to show your version of another project... It's done in the spirit of the web: Sharing ideas. And it's fun building a project on your own.



On Line Neighborhood Watch      ...     32022 Views
Author's name: weRbots       

I have a 4 camera security camera setup, two cameras point to the street outside where a camera on the shed sees the traffic coming and another on the back of the shed sees traffic going. Since we live at the end of a dead-end street, the neighborhood gets interested whenever someone goes up to the end of the street.

Most of the time, when a car goes by, it comes right back as soon as it discovers there is no outlet. These cars aren`t of much interest. It is the occasional car or truck that goes up the street and doesn`t just come right back.

To solve this issue, I volunteered my two street cameras to my neighbors, thus creating the first coming and going traffic cam in "the hood." Cars that stay too long can be visited, or you can simply note the license plates.

One of my neighbors intends to hookup the feed to an old VHS tape recorder. He can change tapes every couple of days, and if someone is up to "no-good," he has a recording to turn over to the sheriff.

All in all, this Neighborhood watch setup works great. It is possible that we could use the same type setup on another part of the street, then next thing you know our whole mile long neighborhood road is on line and discouraging parking couples, drinking parties, and wood pirates stealing our firewood.
Author's Assigned Keywords:    Do it Yourself    TV    Security System    Block Watch Cam

  (ad)
Build Your Own     
When I saw the article "Homemade Home Security", in Make Magazine (Make:30 page 44) and I saw how simple it was to switch NTSC (1v peak to peak) video signals using CD4066`s, I got inspired to build a two-camera (of the four total) switch of my own. I made some mods appropriate to my junkbox parts using up an old 8-pin picAxe 08 part. I blew a few dollars on a perf-board, two 6-pin DIN jacks, and the old CD4066, some LEDs and a switch to "freeze the picture" on just one camera.

So I can allow the circuit to operate on it`s own, or (so far only for debugging) I can manually turn one camera or the other on continuously. The output terminals on the two 1/4`s of the quad CD4066 go straight into the rf terminal on a SIIG USB 2.0 VIdeo Capture Device in a laptop running the free software: YawCam from YawCam.com.

YawCam let`s me feed my constantly switching street cameras "coming" and "going" to the internet. That`s the secret to creating a Modern, High Tech, Neighborhood Watch System.
Schematic Diagram     
The cameras plug into Whatever the connector types you have on your cameras. First you make essentially an extension cord with plug on one end and the socket on the other.

You can test your wiring before you hook up the power supply.

Note how we grab the 15VDC to the camera putting it through a 5V regulator to supply the power for the CD4066 and the picAxe 08m. Note the variable resistor that controls timing transitions between the camera views. How fast this churns depends on the speed of your internet connection as well as how slow the web server operates on whatever you use. I use an old laptop.
Program It     
Here is the sofware listing in picAxe basic. It is very simple and straightforward. The hardest part was wiring the plugs and connectors together. Although I cannibalized a monitor and keyboard plug, I`d recommend you use two of the same, simply because it gets confusing to keep up with 12 pins of wiring for the input and outputs it will be easier if you are using the same colors for both connections.

`-----------------------------------------------------------------------------
; ***** Switch Analog Sources *****
`-----------------------------------------------------------------------------
; Filename: switch8_1.bas
; Date: 06/05/12
; File Version: 1.0
; Written by: Jim H
; Function: switching two camera sources
//Thanks for the idea Make:30 p-44, David Bodnar
`-----------------------------------------------------------------------------
` ------------------------------------------------------------
` Compiler Directives
#picaxe 08M
` ------------------------------------------------------------
` System resources
;pin 1 V+
;pin 2 Serin
;pin 3 ADC4,Input4
;pin 4 Input3

;pin 5 Input2
;pin 6 Output1
;pin 7 Output0/SerialOut
;pin 8 0v

`-------------------------------------------------------------

symbol camB = 1 ;pin6
symbol camA = 0 ;pin7
symbol control = 4 ;pin3
symbol holdA = pin2 ;pin5
symbol holdB = pin3 ;pin4

symbol delay = w6


main:

readadc10 control, Delay ;pin3
delay = delay * 5
delay = delay + 500

hold2:
low camB
high camA
pause Delay
if holdA = 0 then
pause 20
goto hold2
endif

hold1:
low camA
high camB
pause Delay
if holdB = 0 then
goto hold1
endif
goto main:

//Thanks for the idea Make:30 p-44, David Bodnar

become a creator
close window

It's Easy To:

C - What - I - Can - Do

• Sign up - Get ID and Password

• Plan and Create a Project That Someone Might Enjoy and May Even Want to Build

• Link to your creation on your favorite social networking site or blog.

• Become famous! Because your projects get a lot of Hits!

 

No parts list with this project. Scan the 'Junkbox Reviewer' below! Find projects by clicking on their parts. Got something in your junkbox? Here's your spot to find something fun to make or build!

 

Junk Box Reviewer
Itching To Start Building A DIY Do It Yourself Project? Got Some Parts of Your Own in your JunkBox? Find projects by Surfing' the Parts List!
  
  
  
  
  
 
Andrei And Jim
Web Developers
Visit the project:

CwhatIcanDo Website


 
  
  
 
L 298 Compact Motor Driver Kit
Solarbotics
Visit the project:

Build the L298 H-Bridge Motor Control


 
  
 
Account On CwhatIcanDo
CwhatIcanDo.com
Visit the project:

HELP :: How To Create a Project


 
  
  
 
Microrobot Avoider Jr
Microrobot
Visit the project:

Robot Man: With Robot Demos


 
  
  
  
 
Brilliant Blue/Green LED
Surplus
Visit the project:

Converting a Flashlight to LED


 
  
 
PICAXE 8 Pin Motor Driver Board
SparkFun
Visit the project:

Easy Cheap Robot Weekend Project


 
  
 
Tracked Vehicle Chassis Kit
Tamiya
Visit the project:

Build Your Own Track Drive Robot


 
  
  
 
PICAXE 8 Pin Motor Driver Board
SparkFun
Visit the project:

Build Your Own Track Drive Robot


 
  
 
Infrared Proximity Sensor Short Range - Sharp GP2D120XJ00F
Sharp
Visit the project:

Build Your Own Track Drive Robot


 
  
 
PICAXE 8 Pin Motor Driver Board
SparkFun
Visit the project:

Build a Robot In 5 Minutes


 
  
 
Infrared Proximity Sensor Short Range - Sharp GP2D120XJ00F
Sharp
Visit the project:

Build a Robot In 5 Minutes


 
  
 
Gear Motor 2 - 224:1 Offset Shaft
SolarBotics
Visit the project:

Build a Robot In 5 Minutes


 
  
 
4 X AA Cell battery holder plus on/off switch
Powerize
Visit the project:

Build a Robot In 5 Minutes


 
  
 
PICAXE 8 Pin Motor Driver Board
SparkFun
Visit the project:

picAxe 8 bit Motor Controller: Look Inside


 
  
 
Infrared Proximity Sensor Short Range - Sharp GP2D120XJ00F
Sharp
Visit the project:

picAxe 8 bit Motor Controller: Look Inside


 
  
 
4 Section In-Ground Batting Net
battingnets.com
Visit the project:

Home Installation of a 4 Section In-Ground Batting Cage


 
  
  
  
  
  
  
  
 
Transformer 1k:8 ohm
xicon
Visit the project:

Pong)))))


 
  
 
PICAXE 8 Pin Motor Driver Board
SparkFun
Visit the project:

Robots Almost Anyone Can Afford


 
  
  
  
 
Morphibian Land Shark
Kid Galaxy
Visit the project:

Morphibian Land Shark


 
  
  
  
  
  
  
 
Parallax (Futaba) Continuous Rotation Servo
futaba (modified)
Visit the project:

How To Build a Robot in a Box


 
  
 
Parallax (Futaba) Standard Servo
futaba
Visit the project:

How To Build a Robot in a Box


 
  
  
  
 
PICAXE 8 Pin Motor Driver Board
SparkFun
Visit the project:

Weekend Project: Get Started With Robots


 
  
  
 
L298 Compact Motor Driver
Solarbotics
Visit the project:

Build a Respectable Autonomous Robot


 
  
 
Infrared Proximity Sensor Short Range - Sharp GP2D120XJ00F
Sharp
Visit the project:

Weekend Project: Get Started With Robots


 
  
  
 
PICAXE 18 Pin Power Project Board
picAxe
Visit the project:

Build a Robot From A Power Wheelchair


 
  
 
PICAXE 18M2 Microcontroller
picAxe
Visit the project:

Build a Robot From A Power Wheelchair


 
  
  
  
  
  
 
Solderless Breadboard For Uno
Jameco Valupro
Visit the project:

Arduino Development VS PicAxe Development


 
  
 
USB 2/0Video Capture Device
SIIG
Visit the project:

On Line Neighborhood Watch


 
  
  
  
 
Eurocard IC Pattern
Velleman
Visit the project:

On Line Neighborhood Watch


 
  
 
40 kHz Weatherproof Transducer
Audiowell Electronics
Visit the project:

Pong)))))


 
  
 
PICAXE 18M2 Microcontroller
picAxe
Visit the project:

Autonomous Robot PVC "Pickup Truck"


 
  
 
Power Amplifier
ST Micro
Visit the project:

Pong)))))


 
  
  

By Creators
WeRbots: i-Mon App
WeRbots: Pong)))))
By Keywords
Ajax: battle
Android: battle
BEAM Robots: battle
Convert Your Flashlight to LED: Converting a Flashlight to LED
How To Build Cheap Bots: Robots Almost Anyone Can Afford
How To Build Cheap Bots: How To Build a Robot in a Box
How To Website: Tour This Website
How To Website: CwhatIcanDo Website
Infrared Proximity Sensor: Build Your Own Track Drive Robot
Quick Build Robot: Build a Robot In 5 Minutes
robot bending: Morphibian Land Shark
Robot Motor Control: Robot Basics
Robot Motor Control: Buggy Bot: Wire Frame Bot Body
Robots: Robot Basics
Rumble Bot Conversions: Robots Almost Anyone Can Afford
Select or type in a Keyword: Converting a Flashlight to LED
web 2.0 site: CwhatIcanDo Website
Weekend Project Robots: Easy Cheap Robot Weekend Project

Click To Expand / Contract Menus. View by Creator, Category, Keywords or Number of Views.

©Copyright 2008 - , CwhatIcanDo.com, all rights reserved.