Show Posts
|
|
Pages: 1 2 [3] 4 5 ... 33
|
|
36
|
Using Arduino / General Electronics / Re: Could someone please help me generate Gerbers from Eagle?
|
on: April 15, 2013, 05:06:58 am
|
Have ordered from OSH park instead, looks and sounds promising  I have noticed an error by me already, there appears to be silk screen on the resistor pads whoops. I uploaded the .brd file instead of messing around with the gerbers - I wonder if that is why it happened? Nope, it was on your screen as well. Cause it was on mine. You can email him at pcb@laen.org and let him know that you have to make changes. email the new .brd file and he will change it for you. He's a good guy. Wow, that was quick my board was added to a panel and its gone already, never mind hopefully they can still make them and I will just scrape off the silk screen when they arrive elecrow looks good also, but since I've never had boards made before I think I will stick with OSH for my first few.
|
|
|
|
|
37
|
Using Arduino / General Electronics / Re: Could someone please help me generate Gerbers from Eagle?
|
on: April 14, 2013, 06:38:50 pm
|
Thanks guys, I have given up with batchPCB after what I have read on their forum also. Can't believe they are so slow to fix their processing issues. Have ordered from OSH park instead, looks and sounds promising  I have noticed an error by me already, there appears to be silk screen on the resistor pads whoops. I uploaded the .brd file instead of messing around with the gerbers - I wonder if that is why it happened?
|
|
|
|
|
39
|
Using Arduino / Networking, Protocols, and Devices / Easiest way to connect to ODB2 car network?
|
on: April 11, 2013, 09:09:29 am
|
Hi all. I have recently started playing with a ODB2 bluetooth adapter and android mobile. It works well but obviously I would like to be able to connect a arduino somehow  I have found a few results around the net, but can't find much on the hardware side of things? What is the easiest way to start, hacking a can to bluetooth adapter maybe?
|
|
|
|
|
42
|
Using Arduino / LEDs and Multiplexing / Re: Hooking up multiple RGB LEDs while using a minimal number of PWM pins?
|
on: April 05, 2013, 04:04:33 am
|
|
If you want all LED's to do the same thing, you could just connect their legs together.
But of course the Uno will not supply enough current for 4 LED's so you will have to use some transistors. I use something like BC337's for tasks like this.
Other than that you could use some shift registers and the ShiftPWM library, or some TLC5940 PWM drivers to free up arduino pins and have all the LED's addressable.
|
|
|
|
|
44
|
Using Arduino / LEDs and Multiplexing / Re: My RGB LED Stairs Illumination video
|
on: March 26, 2013, 07:36:30 pm
|
You might want to check out the tlc5947. More channels, easier to use. Only hurdle is mounting it b/c it only comes in surface mount packages.
Wow just checked it out, 24 channels on one chip is pretty epic! SMD is not a problem for me to solder but I'm not sure if I could etch some PCB's with that pitch hmmm. Do you think the standard TLC5940 library would need much tweeking?
|
|
|
|
|