Powered by Blogger.

Recent Posts

Recent Comments

Popular

Popular Posts

Homemade Arduino for $5

Homemade Arduino for $5



Hey what the cost of this blue board thingy, "Arduino" i think its called?? Well the cost is about $30 per board. Woah $30 for just this simple circuit. Whats so special in it? Well nothing actually. Its just a simple open source development platform with awesome I/O and programming potentials. Open source eh? Doesn't that mean we can make our own possibly much cheaper? Well i think so....
These were my thoughts when i got into the world of ARDUINO. After having bought many original and chinese arduinos i have finally decided that its time for me to make my own arduino. Now i wouldn't recommend people starting arduino to make this but people who have worked with arduino even a little should try this.
My main reason for making this was that original arduinos are expensive and it seems like a waste to dedicate it for a robot or a project. So i came up with thisBeeduino as i call it to be used in projects without pain and to be as cheap as possible.
The basic Beeduino Board doesnt contain programming or serial communication part in order to keep unit price low. Separate programmer (USBASP) and Serial Communication (PL2303) can be attached using the on-board header for easy programming and communication.
The layout is exact replica of the arduino uno board so that shields are compatible. There is an on-board voltage regulator as well. The construction is purely through hole for simplicity.
UPDATE LOG # 1
I improved the PCB by increasing track width, adding a switch and adding a header for serial communication.
All related files available here:

Step 1: Materials

There are quite a few materials needed so i am going to divide the into categories.
PCB Making
  1. Single Sided Copper Clad Board
  2. Glossy Magazine or Butter Paper
  3. Fine Grit Sand Paper
  4. Electric Iron
  5. Laser Printer
  6. Ferric Chloride Etchant or any other etchant of your choice
  7. Tape
  8. Ruler
  9. Scorer
  10. Sharpie
  11. Mini PCB Drill
Circuit Building
  1. Atmega328 with bootloader installed or you can install bootloader
  2. 16 MHz Cristal
  3. 22pF Capacitor
  4. 28 Pin Narrow IC Base
  5. 4 Pin Puch Button
  6. 5.1 mm DC Jack
  7. Male and Female Headers
  8. 5mm Led
  9. 220 Ohm Resistor
  10. 10K Ohm Resistor
  11. Jumper Wire
  12. LM 7805 Voltage Regulator
  13. 10 uF Capacitor
Programming
  1. USBASP with latest Firmware for programming
  2. Connecting Wires
  3. Arduino Board for Burning Bootloader or a USBASP
  4. PL2303 for Serial Communication

Step 2: Design Notes

  • The PCB Layout as i mentioned earlier is made exactly according to the Arduino Uno design so that compatibility is maintained.
  • The board has simple through hole components.
  • I tried to keep the PCB as efficient as possible but there are still redundancies which i will remove in the future.
  • Led's for power and pin 13 are also present.
  • ICSP header for programming the board using USBASP is placed.
  • I didn't place a dedicated header for serial communication as that can be done simple by four connections to the headers.
  • For the more advanced people the PCB design in ExpressPCB is attached. You can download the software from here and amend the design.

Step 3: PCB Making : Toner Transfer



_DSC0004.JPG
  1. First step in making the Beeduino is to make the pcb. For that we need you need to print the image of the pcb on a piece of glossy paper.I used butter paper but you can use magazine paper aswell. Make sure you print it with the correct paper type. Print it using a toner printer as inkjet printer wont do.
  2. Now you have to cut your copper clad board to 8cm x 6cm size. I used my handmade scoring tool. After marking the board using a sharpie and measuring tape score the copper side with a ruler as a guide. Score a fair amount and then snap against an edge
  3. After that clean up the copper surface using fine grit sandpaper. I used 300 grit. Sand it until its nice and shinny. This is important as it will improve the transfer.
  4. Next place the cladding on the printed PCB making sure its center and secure it with tape. I used paper tape but later found scotch tape to work even better.
  5. Now the ironing part. I have read many people saying medium heat but i found full heat to work best. Heat up your iron to the max and then start ironing the PCB and paper complex. Iron on the paper side. You will start to see the traces appear. Move the iron round and about to evenly heat all areas. To this for about 5 mins.
  6. Lastly you have to remove the paper. Without disturbing the paper put it under running tap water. Soon the paper with start to get soggy. With the help of your fingers slowly rub off the paper. There will be a plastic layer as well. Remove that gently so that the traces are not disturbed.
  7. You should now have a good transfer. If it isn't up to mark then sand away and retry.

Step 4: PCB Making : Etching

There are numerous ways one can etch a PCB. Etching is basically to remove the exposed copper of the clad in order to make a circuit board.
  1. The most common and widely used which was also used by me is ferric chloride etchant. Its simple actually. Place the etchant fluid in a tray like container. If you have solid ferric chloride then add water about 2 cups and add the ferric chloride until the color is a opaque brown while mixing it continuously. After that place the PCB in the solution and move one side of the tray up and down to agitate the solution. Keep checking at regular intervals and after about 5 mins the PCB will be etched. You will know this as all the exposed copper will disappear and only the black traces will remain.
  2. Another etchant is muriatic acid which is basically hydrochloric acid. Using non-reactive measure cups, mix 2 parts hydrogen peroxide and 1 part muriatic acid. Dip the board and see the magic. It will be ready in less than 2 minutes
  3. Finally you can also use vinegar, hydrogen peroxide and salt.The mix is about 60% vinegar and 40% hydrogen peroxide, with a good shake of regular salt . Dip the board and after about 20 to 30 min the board will be ready.
For all the above safety first so wear gloves and after the etching is done rinse it in tap water.

Step 5: PCB Making : Drilling and Finalizing

Picture of PCB Making : Drilling and Finalizing
Next is to drill the PCB. It is best to drill using a small drill press but since i didn't have one i used my hand drill. Also my drill bit was a bit wide which caused me troubles so make sure you use the correct diameter. At this point the toner is still not removed.
When all the holed are drilled, double check to make sure you didn't miss any. Then used the sandpaper to sand away the toner and uneven surface near the drilled holes.
And your PCB is now ready.

Step 6: Circuit Building

Now we move on to build the circuit which involves soldering all the components in their right place. The first image shows the placement of the components.
  1. First off start with the three resistors. One 10k Ohm and the two 220 Ohm
  2. The solder the 28 pin IC Socket
  3. The Led's and 7805 voltage regulator comes in next
  4. Then the crystal, 22pF Capacitor and the reset button.
  5. Solder the four female headers and the ICSP male header.
  6. Next come in the 7 jumpers which are shown are straight lines in the first image. They are a bit tricky so double check to make sure the correct ones are jumped.
Now you have to perform some checks to ensure that you did all soldering correctly.
  1. First check is to plug in DC power and the red led should light up
  2. Do a comprehensive visual check of all the pcb traces and where there is double check continuity with a multi meter
  3. Check that correct 5v are presant at the pcb pins where they should be.
  4. If you have an Arduino Uno. Load the blink program in t and then insert its chip into the Beeduino. The green led should flash.
If all is well you can proceed.
Congratulations. The hardware part is all done. If you are with me up till now then lets move on the software part.

Step 7: Bootloader Burning using another Arduino

Boot loader on a micro controller is basically its operating system. It tells it how to communicate and respond. The arduino boot loader allows it to be programmed via USBASP. First download the latest Arduino IDE here and install it.
For burning the boot loader you need an Arduino Uno. Follow the following instructions carefully
  1. Connect the Uno and select the port. Open the example ArduinoISP and program it to the Uno.
  2. Connect the Uno to Beeduino as shown in the second image.
  3. In the Arduino IDE, In Tool > Programmer, select Arduino as ISP
  4. Then in Tools click on Burn Boot loader. If all is well the boot loader should burn in a few seconds.
If there is a problem do the following checks.
  1. Double check all the connections. They should be firm.
  2. Remove and redo the connections.
  3. Recheck the board to see if you made any soldering mistake.
  4. Remove the USB cable from PC and reconnect, then try again.
I hope you are able to burn the boot loader successfully.

Step 8: Bootloader Burning Using USBASP

Picture of Bootloader Burning Using USBASP
You can also burn the boot loader using the USBASP. The USBASP comes with a 10 pin connector which is useless to us so we will use female to female jumpers to make connections from the USBASP to the Beeduino ICSP header.
  1. First you need to download and install the USBASP driver from here.For installing the driver, plug in the USBASP in your PC. Right click my computer and open Manage. Go into Device Manager. Right click on USBASP and update driver software. Manually search driver at a certain location. Set that location to where you downloaded the drivers and click next. It will install the driver.
  2. Make the connections with the help of the pin outs or the images of me making them.
  3. Open Arduino IDE and in Tools > Programmer set it to USBASP.
  4. In Tools > Board set it to Arduino Uno
  5. In Tools click Burn Boot Loader and if all goes well the boot loader will burn in a few seconds.
What to do if an error occurs? An error can occur and you can fix it by the following steps
  1. Double check your connections. They should be firm.
  2. Redo you connections.
  3. Your USBASP may need to be updated. For that go here and follow the instructions.
  4. Driver may not be installed. Check in Device Manager.
  5. Remove and reconnect USBASP to PC and retry.
  6. Check to see if correct board is selected.
I hope you are able to burn the bootloader.

Step 9: Programming the Beeduino

Programming the Beeduino requires a USBASP. Again the same pin problem occurs so we will make the same connections are before using the jumpers. Now you must be thinking making these connections every time is so cumbersome and you are correct but this is just for the moment. Soon i will tell you how to make a fixed 6 pin header which we will just plug and program.
Once the connections are made plug the USBASP into your PC and open the arduino program. To upload it press shift and then the click the upload button while making sure the programmer is set to USBASP. It will upload the program. Pressing shift makes use of the programmer to upload the program.
This is the part your supposed to take a long breath as you have successfully made your very own Beeduino.

Step 10: Serial Communication

For serial communication between the Beeduino and a PC we need the PL2303 USB to Serial Adapter.
Download and instal its driver from here.
Connect the Beeduino to the PL2303 module.
The connections are simple. They include the power connections. Connect the RX and TX of PL2303 to theTX and RX of the Beeduino respectively.
Plug in the PL2303, the PC should recognize it. Open the Arduino IDE and then the serial monitor to view the serial data.

Step 11: 10 Pin to 6 Pin ICSP Header

Following the pin arrangements of the two solder the six wires from the 10 wire ribbon.
The wires are numbered from 1 to 10 on the ribbon,1 being the pink shade.
Place a piece of tape on the top side of the 6 pin header in order to know its orientation.

Step 12: Labels : Optional

Now this is purely optional but it really helps in prototyping. I added labels for the pins on the side of the headers.
  1. Print out the word file
  2. Stick clear scotch tape on the front
  3. Stick double sided tape on the back
  4. Cut them out
  5. Sick them on the Beeduino as shown

Step 13: Conclusion

This was a very successful project and i am very happy with the ease of use and programming of the Beeduino as well as the cost. Although it took some effort to make the first one but i am planning to make them in greater number which would make it even faster to build them.
Future prospects include improving the PCB design and manufacture process.
Thank you for viewing and please comment you thoughts.

Homemade Arduino for $5



Hey what the cost of this blue board thingy, "Arduino" i think its called?? Well the cost is about $30 per board. Woah $30 for just this simple circuit. Whats so special in it? Well nothing actually. Its just a simple open source development platform with awesome I/O and programming potentials. Open source eh? Doesn't that mean we can make our own possibly much cheaper? Well i think so....
These were my thoughts when i got into the world of ARDUINO. After having bought many original and chinese arduinos i have finally decided that its time for me to make my own arduino. Now i wouldn't recommend people starting arduino to make this but people who have worked with arduino even a little should try this.
My main reason for making this was that original arduinos are expensive and it seems like a waste to dedicate it for a robot or a project. So i came up with thisBeeduino as i call it to be used in projects without pain and to be as cheap as possible.
The basic Beeduino Board doesnt contain programming or serial communication part in order to keep unit price low. Separate programmer (USBASP) and Serial Communication (PL2303) can be attached using the on-board header for easy programming and communication.
The layout is exact replica of the arduino uno board so that shields are compatible. There is an on-board voltage regulator as well. The construction is purely through hole for simplicity.
UPDATE LOG # 1
I improved the PCB by increasing track width, adding a switch and adding a header for serial communication.
All related files available here:

Step 1: Materials

There are quite a few materials needed so i am going to divide the into categories.
PCB Making
  1. Single Sided Copper Clad Board
  2. Glossy Magazine or Butter Paper
  3. Fine Grit Sand Paper
  4. Electric Iron
  5. Laser Printer
  6. Ferric Chloride Etchant or any other etchant of your choice
  7. Tape
  8. Ruler
  9. Scorer
  10. Sharpie
  11. Mini PCB Drill
Circuit Building
  1. Atmega328 with bootloader installed or you can install bootloader
  2. 16 MHz Cristal
  3. 22pF Capacitor
  4. 28 Pin Narrow IC Base
  5. 4 Pin Puch Button
  6. 5.1 mm DC Jack
  7. Male and Female Headers
  8. 5mm Led
  9. 220 Ohm Resistor
  10. 10K Ohm Resistor
  11. Jumper Wire
  12. LM 7805 Voltage Regulator
  13. 10 uF Capacitor
Programming
  1. USBASP with latest Firmware for programming
  2. Connecting Wires
  3. Arduino Board for Burning Bootloader or a USBASP
  4. PL2303 for Serial Communication

Step 2: Design Notes

  • The PCB Layout as i mentioned earlier is made exactly according to the Arduino Uno design so that compatibility is maintained.
  • The board has simple through hole components.
  • I tried to keep the PCB as efficient as possible but there are still redundancies which i will remove in the future.
  • Led's for power and pin 13 are also present.
  • ICSP header for programming the board using USBASP is placed.
  • I didn't place a dedicated header for serial communication as that can be done simple by four connections to the headers.
  • For the more advanced people the PCB design in ExpressPCB is attached. You can download the software from here and amend the design.

Step 3: PCB Making : Toner Transfer



_DSC0004.JPG
  1. First step in making the Beeduino is to make the pcb. For that we need you need to print the image of the pcb on a piece of glossy paper.I used butter paper but you can use magazine paper aswell. Make sure you print it with the correct paper type. Print it using a toner printer as inkjet printer wont do.
  2. Now you have to cut your copper clad board to 8cm x 6cm size. I used my handmade scoring tool. After marking the board using a sharpie and measuring tape score the copper side with a ruler as a guide. Score a fair amount and then snap against an edge
  3. After that clean up the copper surface using fine grit sandpaper. I used 300 grit. Sand it until its nice and shinny. This is important as it will improve the transfer.
  4. Next place the cladding on the printed PCB making sure its center and secure it with tape. I used paper tape but later found scotch tape to work even better.
  5. Now the ironing part. I have read many people saying medium heat but i found full heat to work best. Heat up your iron to the max and then start ironing the PCB and paper complex. Iron on the paper side. You will start to see the traces appear. Move the iron round and about to evenly heat all areas. To this for about 5 mins.
  6. Lastly you have to remove the paper. Without disturbing the paper put it under running tap water. Soon the paper with start to get soggy. With the help of your fingers slowly rub off the paper. There will be a plastic layer as well. Remove that gently so that the traces are not disturbed.
  7. You should now have a good transfer. If it isn't up to mark then sand away and retry.

Step 4: PCB Making : Etching

There are numerous ways one can etch a PCB. Etching is basically to remove the exposed copper of the clad in order to make a circuit board.
  1. The most common and widely used which was also used by me is ferric chloride etchant. Its simple actually. Place the etchant fluid in a tray like container. If you have solid ferric chloride then add water about 2 cups and add the ferric chloride until the color is a opaque brown while mixing it continuously. After that place the PCB in the solution and move one side of the tray up and down to agitate the solution. Keep checking at regular intervals and after about 5 mins the PCB will be etched. You will know this as all the exposed copper will disappear and only the black traces will remain.
  2. Another etchant is muriatic acid which is basically hydrochloric acid. Using non-reactive measure cups, mix 2 parts hydrogen peroxide and 1 part muriatic acid. Dip the board and see the magic. It will be ready in less than 2 minutes
  3. Finally you can also use vinegar, hydrogen peroxide and salt.The mix is about 60% vinegar and 40% hydrogen peroxide, with a good shake of regular salt . Dip the board and after about 20 to 30 min the board will be ready.
For all the above safety first so wear gloves and after the etching is done rinse it in tap water.

Step 5: PCB Making : Drilling and Finalizing

Picture of PCB Making : Drilling and Finalizing
Next is to drill the PCB. It is best to drill using a small drill press but since i didn't have one i used my hand drill. Also my drill bit was a bit wide which caused me troubles so make sure you use the correct diameter. At this point the toner is still not removed.
When all the holed are drilled, double check to make sure you didn't miss any. Then used the sandpaper to sand away the toner and uneven surface near the drilled holes.
And your PCB is now ready.

Step 6: Circuit Building

Now we move on to build the circuit which involves soldering all the components in their right place. The first image shows the placement of the components.
  1. First off start with the three resistors. One 10k Ohm and the two 220 Ohm
  2. The solder the 28 pin IC Socket
  3. The Led's and 7805 voltage regulator comes in next
  4. Then the crystal, 22pF Capacitor and the reset button.
  5. Solder the four female headers and the ICSP male header.
  6. Next come in the 7 jumpers which are shown are straight lines in the first image. They are a bit tricky so double check to make sure the correct ones are jumped.
Now you have to perform some checks to ensure that you did all soldering correctly.
  1. First check is to plug in DC power and the red led should light up
  2. Do a comprehensive visual check of all the pcb traces and where there is double check continuity with a multi meter
  3. Check that correct 5v are presant at the pcb pins where they should be.
  4. If you have an Arduino Uno. Load the blink program in t and then insert its chip into the Beeduino. The green led should flash.
If all is well you can proceed.
Congratulations. The hardware part is all done. If you are with me up till now then lets move on the software part.

Step 7: Bootloader Burning using another Arduino

Boot loader on a micro controller is basically its operating system. It tells it how to communicate and respond. The arduino boot loader allows it to be programmed via USBASP. First download the latest Arduino IDE here and install it.
For burning the boot loader you need an Arduino Uno. Follow the following instructions carefully
  1. Connect the Uno and select the port. Open the example ArduinoISP and program it to the Uno.
  2. Connect the Uno to Beeduino as shown in the second image.
  3. In the Arduino IDE, In Tool > Programmer, select Arduino as ISP
  4. Then in Tools click on Burn Boot loader. If all is well the boot loader should burn in a few seconds.
If there is a problem do the following checks.
  1. Double check all the connections. They should be firm.
  2. Remove and redo the connections.
  3. Recheck the board to see if you made any soldering mistake.
  4. Remove the USB cable from PC and reconnect, then try again.
I hope you are able to burn the boot loader successfully.

Step 8: Bootloader Burning Using USBASP

Picture of Bootloader Burning Using USBASP
You can also burn the boot loader using the USBASP. The USBASP comes with a 10 pin connector which is useless to us so we will use female to female jumpers to make connections from the USBASP to the Beeduino ICSP header.
  1. First you need to download and install the USBASP driver from here.For installing the driver, plug in the USBASP in your PC. Right click my computer and open Manage. Go into Device Manager. Right click on USBASP and update driver software. Manually search driver at a certain location. Set that location to where you downloaded the drivers and click next. It will install the driver.
  2. Make the connections with the help of the pin outs or the images of me making them.
  3. Open Arduino IDE and in Tools > Programmer set it to USBASP.
  4. In Tools > Board set it to Arduino Uno
  5. In Tools click Burn Boot Loader and if all goes well the boot loader will burn in a few seconds.
What to do if an error occurs? An error can occur and you can fix it by the following steps
  1. Double check your connections. They should be firm.
  2. Redo you connections.
  3. Your USBASP may need to be updated. For that go here and follow the instructions.
  4. Driver may not be installed. Check in Device Manager.
  5. Remove and reconnect USBASP to PC and retry.
  6. Check to see if correct board is selected.
I hope you are able to burn the bootloader.

Step 9: Programming the Beeduino

Programming the Beeduino requires a USBASP. Again the same pin problem occurs so we will make the same connections are before using the jumpers. Now you must be thinking making these connections every time is so cumbersome and you are correct but this is just for the moment. Soon i will tell you how to make a fixed 6 pin header which we will just plug and program.
Once the connections are made plug the USBASP into your PC and open the arduino program. To upload it press shift and then the click the upload button while making sure the programmer is set to USBASP. It will upload the program. Pressing shift makes use of the programmer to upload the program.
This is the part your supposed to take a long breath as you have successfully made your very own Beeduino.

Step 10: Serial Communication

For serial communication between the Beeduino and a PC we need the PL2303 USB to Serial Adapter.
Download and instal its driver from here.
Connect the Beeduino to the PL2303 module.
The connections are simple. They include the power connections. Connect the RX and TX of PL2303 to theTX and RX of the Beeduino respectively.
Plug in the PL2303, the PC should recognize it. Open the Arduino IDE and then the serial monitor to view the serial data.

Step 11: 10 Pin to 6 Pin ICSP Header

Following the pin arrangements of the two solder the six wires from the 10 wire ribbon.
The wires are numbered from 1 to 10 on the ribbon,1 being the pink shade.
Place a piece of tape on the top side of the 6 pin header in order to know its orientation.

Step 12: Labels : Optional

Now this is purely optional but it really helps in prototyping. I added labels for the pins on the side of the headers.
  1. Print out the word file
  2. Stick clear scotch tape on the front
  3. Stick double sided tape on the back
  4. Cut them out
  5. Sick them on the Beeduino as shown

Step 13: Conclusion

This was a very successful project and i am very happy with the ease of use and programming of the Beeduino as well as the cost. Although it took some effort to make the first one but i am planning to make them in greater number which would make it even faster to build them.
Future prospects include improving the PCB design and manufacture process.
Thank you for viewing and please comment you thoughts.

How To Make Your Own DIY Battery

How To Make Your Own DIY Battery


This project is very environmentally beneficial, as it takes a dead battery and turns them into a new one, preventing the creation of electronic waste. The possibilities are endless on this concept (stronger batteries, tiny batteries) and just think of what it would be like if everyone on this planet was able to recycle old batteries.Just we need the electronic waste to be turned into a new battery .Needed for just about every electronic project, electronics revolve around them. But think about it, What happens once they lose their power? You throw them away, just like all 7 billion of us on earth.

Step 1: Collecting Things To Make Battery

For this project we need :-
  1. Old discarded AA sized Battery
  2. Aluminium Foil
  3. A Tiny Container
  4. Salt Solution
  5. Wires
  6. only we need these things to make DIY battery
These all can be got from scrap except precious water .

Step 2: Making Cathode

Most of the dry cells they consist of a Carbon Rod (what we need) surrounded by moist electrolyte paste.
Cathode (Positive ): Carbon
Use the pliers to take out carbon rod from the cell.Once its off, you will see the top of the carbon rod, slowly pull until the carbon rod is out.

Step 3: Making Anode

To make anode we need aluminium foil to be folded into same size as carbon rod.Fold it Hot dog style and then roll it up so its around the same size and length as the carbon rod.In many other projects zinc anode had been used but aluminium foil also works instead of zinc strip.

Step 4: Inserting Electrodes

Drill a whole the size of the carbon rod so it fits snug. Place the carbon rod into one of the hole leaving about 1/2 an ince sticking out from the top
Now do the same for the foil strip

Step 5: Connecting wires

The carbon rod is now +
The foil is now -
just take two wires and connect them to the two electrodes . Use glue to make it water proof .

Step 6: Making Electrolyte

Fill the tiny container with a salt water mixture and place the lid back onto the container. You are now done.Mix it fully to make a solution . If desired make it saturated.

Step 7: Done!

The current is not too much strong but can be generated more if many batteries like this are joined in series.Just think of the limitless possibilities you can create with your own batteries. Not only do they work, they also reuse old dead batteries, preventing the creation of electronic waste.
Please vote if you like it!
Thanks!

How To Make Your Own DIY Battery


This project is very environmentally beneficial, as it takes a dead battery and turns them into a new one, preventing the creation of electronic waste. The possibilities are endless on this concept (stronger batteries, tiny batteries) and just think of what it would be like if everyone on this planet was able to recycle old batteries.Just we need the electronic waste to be turned into a new battery .Needed for just about every electronic project, electronics revolve around them. But think about it, What happens once they lose their power? You throw them away, just like all 7 billion of us on earth.

Step 1: Collecting Things To Make Battery

For this project we need :-
  1. Old discarded AA sized Battery
  2. Aluminium Foil
  3. A Tiny Container
  4. Salt Solution
  5. Wires
  6. only we need these things to make DIY battery
These all can be got from scrap except precious water .

Step 2: Making Cathode

Most of the dry cells they consist of a Carbon Rod (what we need) surrounded by moist electrolyte paste.
Cathode (Positive ): Carbon
Use the pliers to take out carbon rod from the cell.Once its off, you will see the top of the carbon rod, slowly pull until the carbon rod is out.

Step 3: Making Anode

To make anode we need aluminium foil to be folded into same size as carbon rod.Fold it Hot dog style and then roll it up so its around the same size and length as the carbon rod.In many other projects zinc anode had been used but aluminium foil also works instead of zinc strip.

Step 4: Inserting Electrodes

Drill a whole the size of the carbon rod so it fits snug. Place the carbon rod into one of the hole leaving about 1/2 an ince sticking out from the top
Now do the same for the foil strip

Step 5: Connecting wires

The carbon rod is now +
The foil is now -
just take two wires and connect them to the two electrodes . Use glue to make it water proof .

Step 6: Making Electrolyte

Fill the tiny container with a salt water mixture and place the lid back onto the container. You are now done.Mix it fully to make a solution . If desired make it saturated.

Step 7: Done!

The current is not too much strong but can be generated more if many batteries like this are joined in series.Just think of the limitless possibilities you can create with your own batteries. Not only do they work, they also reuse old dead batteries, preventing the creation of electronic waste.
Please vote if you like it!
Thanks!

Home Made Blue Buggy Car

Home Made Blue Buggy Car

Home Made Blue Buggy Car
Home Made Blue Buggy Car


This instructable started many years ago... in the late 1970s to be exact.
My older brothers had these amazing gas powered dune buggies, and I wanted one too. Alas, I was a little to young at the time to be handling such gas-powered awesomeness (sigh).
Fast forward to modern day; I'm older and more responsible. It's dune buggy time!
No such luck... Cox International is still in business, but they don't make theDune Buggy or Sandblaster any more. Ugh!
Off to eBay then... holy cats! $400 for vintage kit? I think not.
Time to take matters into my own hands - and recreate the dune buggy of my childhood. Attached, are the 3D models ready for printing. Alternatively, they are available on Thingiverse or the editable model can be had on Tinkercad

Step 1: Assembly

Hardware is pretty basic...
  • M3 X .5 8mm Socket Cap Screws
  • M3 X .5 12mm Socket Cap Screws
  • M3 X .5 Press-fit Expansion Insert ( McMaster : 94510A240 )
  • M3 X .5 Hex Nut
  • M3 Flat Washer
  • 10 X 4 X 3 bearings
Non-printable components.
  • 2 X Continuous Rotation Micro Servos (
  • 1 X High-torque Micro Servo 
  • AA Battery Pack 
  • Grifiti 2" Silicone Bands 
Tools / Supplies
  • 3D Printer ( I used a Taz 4 )
  • PLA Filament ( Blue, Black, Silver, Natural )
  • Screwdriver Set ( Adafruit )
  • Permatex Black Silicone Adhesive

Step 2: Tires

Silicone is pretty slick stuff... you can improve traction between the band and the PLA wheel by adding a little Permatex Black Silicone Adhesive. Make sure to rough the surface of the wheel before adding the adhesive.
It will take 24 hours for this to cure - don't rush!

Step 3: Steering

Brass press-fit inserts are amazing... and make short work putting the front wheels together. If tolerances are too tight, you may have to warm the insert to get it to seat correctly.
Assemble the wheel bearing stack and screw the lot together. Your font wheels should go round-and-round smoothly.
Remove un-used arms from the servo horn... center the servo using a servo tester or with an RC transmitter/receiver, and screw the servo horn to the rack.

Step 4: Beyond...

Now, the easiest way to drive your Blue Buggy around is to use a standard RC transmitter, receiver, and a 5 volt battery pack. Or, you can add a microcontrollerand go semi-atonomous using an IR Sensor similar to what I did with my Red Rover project.
Whatever you decide to do... have fun, and remember to let your little brother / sister have a turn.

Home Made Blue Buggy Car

Home Made Blue Buggy Car
Home Made Blue Buggy Car


This instructable started many years ago... in the late 1970s to be exact.
My older brothers had these amazing gas powered dune buggies, and I wanted one too. Alas, I was a little to young at the time to be handling such gas-powered awesomeness (sigh).
Fast forward to modern day; I'm older and more responsible. It's dune buggy time!
No such luck... Cox International is still in business, but they don't make theDune Buggy or Sandblaster any more. Ugh!
Off to eBay then... holy cats! $400 for vintage kit? I think not.
Time to take matters into my own hands - and recreate the dune buggy of my childhood. Attached, are the 3D models ready for printing. Alternatively, they are available on Thingiverse or the editable model can be had on Tinkercad

Step 1: Assembly

Hardware is pretty basic...
  • M3 X .5 8mm Socket Cap Screws
  • M3 X .5 12mm Socket Cap Screws
  • M3 X .5 Press-fit Expansion Insert ( McMaster : 94510A240 )
  • M3 X .5 Hex Nut
  • M3 Flat Washer
  • 10 X 4 X 3 bearings
Non-printable components.
  • 2 X Continuous Rotation Micro Servos (
  • 1 X High-torque Micro Servo 
  • AA Battery Pack 
  • Grifiti 2" Silicone Bands 
Tools / Supplies
  • 3D Printer ( I used a Taz 4 )
  • PLA Filament ( Blue, Black, Silver, Natural )
  • Screwdriver Set ( Adafruit )
  • Permatex Black Silicone Adhesive

Step 2: Tires

Silicone is pretty slick stuff... you can improve traction between the band and the PLA wheel by adding a little Permatex Black Silicone Adhesive. Make sure to rough the surface of the wheel before adding the adhesive.
It will take 24 hours for this to cure - don't rush!

Step 3: Steering

Brass press-fit inserts are amazing... and make short work putting the front wheels together. If tolerances are too tight, you may have to warm the insert to get it to seat correctly.
Assemble the wheel bearing stack and screw the lot together. Your font wheels should go round-and-round smoothly.
Remove un-used arms from the servo horn... center the servo using a servo tester or with an RC transmitter/receiver, and screw the servo horn to the rack.

Step 4: Beyond...

Now, the easiest way to drive your Blue Buggy around is to use a standard RC transmitter, receiver, and a 5 volt battery pack. Or, you can add a microcontrollerand go semi-atonomous using an IR Sensor similar to what I did with my Red Rover project.
Whatever you decide to do... have fun, and remember to let your little brother / sister have a turn.
 
2011 vvvddv | Blogger Templates for Over 50 Chat Sponsors: Short People Club, Michigan Mechanical Engineer Jobs, California Dietitian Jobs