Show Posts
|
|
Pages: 1 2 3 [4] 5 6 ... 33
|
|
46
|
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?
|
|
|
|
|
48
|
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?
|
|
|
|
|
51
|
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.
|
|
|
|
|
53
|
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?
|
|
|
|
|
59
|
Using Arduino / Project Guidance / Cheapest and easiest way to add USB to TTL to project?
|
on: March 15, 2013, 08:26:34 pm
|
|
Hi all, I would like to be able to add serial comms on-board to a couple of my projects instead of using USB converter boards.
Juts been looking at FTDI FT232 IC's but they are not really that cheap of available to me, also have quite a number of pins that I wouldn't need and small pitch for home made PCB's.
What other options are there?
|
|
|
|
|