Well I built that fan controller board with some mods to the board. Havent gotten around to programming the Teensy ++, I'll get that eventually. Ive really moved on to using some Crossbow sensor units that Ive acquired, and maybe those will help me along to figuring out how to use Xbee Mesh networks, sensor units and Embedded Operating systems. All this stuff is important to create my sensor mesh network for the Smart Home System. Not much new updates other than that. Tiny OS, the embedded OS can be found in the links I added in the sidebar; very useful stuff.
Take care. Peace.
Tuesday, November 8, 2011
Wednesday, October 5, 2011
Arduino Fan Controller
Well I've managed to get back on my projects lately, so here's an update.
First on my list, if you'll remember was my SMD Exhaust Fan for my soldering station. Thats now done for the most part. I followed the schematic on uchobby.com and built myself a nice fan controller with it. I only changed a few things due to the power requirements of the fans (Im using two, 0.5A 7W Computer Fans) and parts available to me. I used a 4N25 Optocoupler to isolate the microcontroller from the 12V power supply line. I also beefed up the Transistor with a TIP121 Darlington. Based on power requirements, Ive decided that the 1/4W resistor and the 1A diode are fine and dont need to be beefed up. Only the transistor will be handling a high power load, and the TIP121 is rated for 3A, so Im fine. The diagram shown below is linked from uchobby.com.
First on my list, if you'll remember was my SMD Exhaust Fan for my soldering station. Thats now done for the most part. I followed the schematic on uchobby.com and built myself a nice fan controller with it. I only changed a few things due to the power requirements of the fans (Im using two, 0.5A 7W Computer Fans) and parts available to me. I used a 4N25 Optocoupler to isolate the microcontroller from the 12V power supply line. I also beefed up the Transistor with a TIP121 Darlington. Based on power requirements, Ive decided that the 1/4W resistor and the 1A diode are fine and dont need to be beefed up. Only the transistor will be handling a high power load, and the TIP121 is rated for 3A, so Im fine. The diagram shown below is linked from uchobby.com.
Ive been toying around with it to make sure it works, and it does with both fans. Designed an enclosure for it to sit in, just gotta send it to the shop to get made. Still gotta build the exhaust hood so that everything can function in its final setup. I'll show pics of it once I get my new circuit PCB in and solder all the parts on. In the meantime, here is a picture of the non-populated board.

Next on the list of things is my IR Temp Controller for the SMD Hotplate. I've already gotten started designing the system and the schematic. This one will be using a IR Temp unit from Harbor Freight (probably one of those cheaper ones), since I found a tutorial somewhere describing how to hook it up to an Arduino and get data out of it. I'll post updates once I get this project done.
Two links I'd like to share that I thought may be useful to everyone: the OSHW Eagle Library, and the NBITWonder Eagle Library.
Two links I'd like to share that I thought may be useful to everyone: the OSHW Eagle Library, and the NBITWonder Eagle Library.
Stay safe. Peace out.
Saturday, September 17, 2011
Lack of Updates
Well work has picked up a bit, so Ive been unable to work on my
projects and move forward with anything. It will probably be like this
for the next few months until I can figure out how to balance work and
personal projects.
I'll try to get those Teensy shields made as soon as I can, but Im still lacking in a few things. First is a temp controller for the Hot Plate. Second is the Exhaust Hood for the SMD/Soldering Station. Third is the Mini Fridge for all my Non-Edible Project related items. Once I get all three things put together, I can start up doing SMD tests, and then go full scale with the shields.
I got lots of circuit designs for the PWM fan controller and the temp controller, so I'll put together a couple schematics to put into Eagle, and send those off to Laen so that I can move forward with this stuff. I really dont like Perf Boards, and since this stuff is going to be used on a regular basis, I would prefer not to use breadboards.
Well, ranting for long enough. Peace Out.
Sunday, August 28, 2011
GerbV and Gerber Illustrators
This weekend I came across a Gerber Illustrator called GerbV (thanks to Addidis). FYI: this is available for Mac's on MacPorts, and as gerbv on linux/ubuntu. Im currently using it on Windows Vista.
So this little program can convert all your Gerber files into a nice pretty image on your screen, which you can later export as a png to post on your website or share around. Unfortunately, there isnt a very good how to manual for this program, but it is easy to work with. You just have to know the order the layers go in, and what colors you should be using. For this post, I am using Laen's PCB boards for the colors (Purple silkscreen and Gold pads).
Once you load the program, you have to import your gerber files (.ger extension), and the drill file (.xln). The other drill file (.dri) isnt recognized, so you have to generate the (.xln) file. EAGLE does this by default using Laen's CAM file, so you dont have to worry.
Now that you have your gerber files loaded, you should see them in whatever order you loaded them as, and a preview on the right. You'll have to move the gerbers around (using +/-) to get them to the correct order. This Color Datasheet will show you the order the gerbers should be in, as well as the colors of each layer. If you happen to have the colors worked out for standard Green boards ( or some other variation thats popular) please let me know, and I'll link to the datasheet or site that its on.
This gives you a nice pretty image of your board, so you can see what it will look like before you spend the money to make the board. This is very useful to catch any mistakes you've done on the board. And believe me, mistakes do happen. Take for instance one of my previous boards (I posted pics awhile back), the pad sizes were too small because of a software glitch, and two resistors share the same via. Had I used this program, I would have caught those errors, and saved myself a lot of money in re-spinning the boards.
I hope you've learned something from this. Its helped me a lot, and I hope it helps you.
Thanks Addidis.
Now for the update on the SMD soldering station: I've gotten my 1000W Hot Plate (yes Im aware I overpaid by 10 bucks), and still waiting for my Antex USA XS25 Soldering Iron in the mail. Im prepping to build an exhaust fume hood in my apartment so that the solder fumes dont stagnate in the apartment. Also working on an IR sensor to flip the hot plate off when the temperature hits just right. Both DIY instructions can be found on Instructables. Thanks to BikeNomad and Jimk3038 for the how-to's.
Also working on a new board which has everything to do with my smart-home project, which is a smart gas sensor board. Its got a gas sensor and a microcontroller to regulate the correct temperature for the on-board heater. If this board works out, then I'll probably throw this into the pile of 'Patents to do' so that when I post it online for the world to use, I get credit as the original designer. Dont want people going around sharing my hardware and not giving me credit, especially if I start selling this stuff in the future.
Well I think this post has gone long enough.
Peace, Pot, Microdot.
So this little program can convert all your Gerber files into a nice pretty image on your screen, which you can later export as a png to post on your website or share around. Unfortunately, there isnt a very good how to manual for this program, but it is easy to work with. You just have to know the order the layers go in, and what colors you should be using. For this post, I am using Laen's PCB boards for the colors (Purple silkscreen and Gold pads).
Once you load the program, you have to import your gerber files (.ger extension), and the drill file (.xln). The other drill file (.dri) isnt recognized, so you have to generate the (.xln) file. EAGLE does this by default using Laen's CAM file, so you dont have to worry.
Now that you have your gerber files loaded, you should see them in whatever order you loaded them as, and a preview on the right. You'll have to move the gerbers around (using +/-) to get them to the correct order. This Color Datasheet will show you the order the gerbers should be in, as well as the colors of each layer. If you happen to have the colors worked out for standard Green boards ( or some other variation thats popular) please let me know, and I'll link to the datasheet or site that its on.
This gives you a nice pretty image of your board, so you can see what it will look like before you spend the money to make the board. This is very useful to catch any mistakes you've done on the board. And believe me, mistakes do happen. Take for instance one of my previous boards (I posted pics awhile back), the pad sizes were too small because of a software glitch, and two resistors share the same via. Had I used this program, I would have caught those errors, and saved myself a lot of money in re-spinning the boards.
I hope you've learned something from this. Its helped me a lot, and I hope it helps you.
Thanks Addidis.
Now for the update on the SMD soldering station: I've gotten my 1000W Hot Plate (yes Im aware I overpaid by 10 bucks), and still waiting for my Antex USA XS25 Soldering Iron in the mail. Im prepping to build an exhaust fume hood in my apartment so that the solder fumes dont stagnate in the apartment. Also working on an IR sensor to flip the hot plate off when the temperature hits just right. Both DIY instructions can be found on Instructables. Thanks to BikeNomad and Jimk3038 for the how-to's.
Also working on a new board which has everything to do with my smart-home project, which is a smart gas sensor board. Its got a gas sensor and a microcontroller to regulate the correct temperature for the on-board heater. If this board works out, then I'll probably throw this into the pile of 'Patents to do' so that when I post it online for the world to use, I get credit as the original designer. Dont want people going around sharing my hardware and not giving me credit, especially if I start selling this stuff in the future.
Well I think this post has gone long enough.
Peace, Pot, Microdot.
Sunday, August 21, 2011
SMD Solder Station Setup
Well Ive begun to order bits and pieces of my SMD/SMT solder station. First up is a Maxi-matic Elite Cuisine 1000W Hot plate. That runs for about 40 bucks. That sets the stage for getting my SMD stuff soldered. But for rework, and through-hole soldering, I've also ordered an Antex XS25 Professional Soldering Iron. Those run for about 40 bucks as well, but I added a bunch of tips, and a fancy base, so that brought the price tag up to 70 bucks with shipping.
Things to get still are:
Things to get still are:
- A Laser/IR Temp Sensor
- A small refrigerator - for keeping Solder Paste
- Solder Paste
- Mylar Stencils
- Possibly a second soldering iron, but this time temperature controlled
- A Magnifying Light - so I can see really small things on my boards
- Solder Flux - I prefer the ones in syringes: they're just easier to work with, and give you tiny amounts
Once Ive setup all the components of the soldering station, I can begin assembling components on my prototype board. Of course I'll have to program the Teensy I've got to test that everything works out. But Im considering getting a mobile/portable oscilloscope just to get me started in case I need to test any connections.
Thanks for reading.
Thanks for reading.
Saturday, August 13, 2011
First Prototype Board
Well I got my 3-axis accelerometer Teensy shield PCB's in the mail yesterday, and Im excited. So far all looks good on the design, and Im ready to get my PCB soldering station setup so I can tinker with soldering the SMD parts. Once thats done, then I'll test the board. If it passes all the tests, then I'll solder up the other two boards, test, and put em up for sale (probably an ebay store, linked from the Teensy website).
Depending on how this sale goes, I'll either expand this venture, or move on to another design. Im curious to know what kind of people can actually use this board in their designs and projects. Its loosely based on the Sparkfun breakout board, but there are additions to this. I've added an LED to the board, along with a reset button for the Teensy. I've also designed this so that it can be used along side with my two other prototype shields that I've drawn up. Again, depending how the sales of this go, I might be selling all three of these boards possibly by the end of the year.
I'll post a picture of the boards when I get the chance.
Minor update about the Smart Home system: since moving into my new place, and getting setup with the new job, I havent made much progress. But now that Im getting my SMD soldering station setup, I'll be able to solder up those boards I made, and test them to make sure they work. Then once I feel confident about my SMD soldering skills, I'll order up my new sensor boards with SMD pads, just to make things smaller. I'll probably investigate into making a thermally controlled toaster oven to make two sided boards, but that'll be in the future.
Depending on how this sale goes, I'll either expand this venture, or move on to another design. Im curious to know what kind of people can actually use this board in their designs and projects. Its loosely based on the Sparkfun breakout board, but there are additions to this. I've added an LED to the board, along with a reset button for the Teensy. I've also designed this so that it can be used along side with my two other prototype shields that I've drawn up. Again, depending how the sales of this go, I might be selling all three of these boards possibly by the end of the year.
I'll post a picture of the boards when I get the chance.
Minor update about the Smart Home system: since moving into my new place, and getting setup with the new job, I havent made much progress. But now that Im getting my SMD soldering station setup, I'll be able to solder up those boards I made, and test them to make sure they work. Then once I feel confident about my SMD soldering skills, I'll order up my new sensor boards with SMD pads, just to make things smaller. I'll probably investigate into making a thermally controlled toaster oven to make two sided boards, but that'll be in the future.
Sunday, August 7, 2011
Eagle Libraries
I had a discussion with my supervisor at work a few weeks ago about the lack of Eagle libraries available to people for development. So I've started going around collecting as many Eagle Libs as I possibly can to add them to my collection and make them grow.
Here is what I've collected thus far: the basic Eagle Libs, the Teensy series, Sparkfun's Libs, Adafruit's Libs, Dan Strother's Libs, and some more. Download all of them zipped together here.
I'll post updates on this when I can. In fact, I'll create a page to host this as a more permanent home.
Also there just so happens to be a Library Repository on the Cadsoft website.
And of course, the goodie of the day/week/month...Hackaday covers Visualizing PCB Revisions.
Enjoy!
Here is what I've collected thus far: the basic Eagle Libs, the Teensy series, Sparkfun's Libs, Adafruit's Libs, Dan Strother's Libs, and some more. Download all of them zipped together here.
I'll post updates on this when I can. In fact, I'll create a page to host this as a more permanent home.
Also there just so happens to be a Library Repository on the Cadsoft website.
And of course, the goodie of the day/week/month...Hackaday covers Visualizing PCB Revisions.
Enjoy!
Subscribe to:
Posts (Atom)