Loading...
  Show Posts
Pages: 1 2 [3] 4 5 ... 33
31  Community / Exhibition / Gallery / Re: TEA5767 FM Radio Breakout Board for Arduino on: April 23, 2013, 05:56:36 pm
Very cool, thanks Simon!
32  Using Arduino / LEDs and Multiplexing / Where do I start with MAX7219 dot matrix eBay kits? on: April 18, 2013, 01:30:26 pm
Hi all, a couple of these have just arrived http://www.ebay.co.uk/itm/MAX7219-Dot-matrix-module-MCU-control-Display-module-DIY-kit-for-Arduino-/281037575018

What is the best way to start with it? is there a simple library? I can't see much from searching around?

Thanks!
33  Using Arduino / Networking, Protocols, and Devices / Re: Easiest way to connect to ODB2 car network? on: April 16, 2013, 03:47:26 am
I read somewhere that the USB units use a PIC and a FTDI chip or similar, so surely I could just buy pass the FTDI chip and connect the PIC serial to arduinio?
34  Community / Exhibition / Gallery / Re: LED Steplight on: April 15, 2013, 12:27:48 pm
Hi, looks great! would you mind sharing the code?
35  Using Arduino / Networking, Protocols, and Devices / Re: Easiest way to connect to ODB2 car network? on: April 15, 2013, 05:09:56 am
Hi good idea, but I'm not sure about using bluetooth in the long run, I was kind of thinking that I could make something very cheaply using a ODB to USB adapter connected directly to a 328p?
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 smiley 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 smiley

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 smiley 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?
38  Using Arduino / General Electronics / Could someone please help me generate Gerbers from Eagle? on: April 12, 2013, 06:04:39 am
Hi all. I'd like to get some PCB's made up as I have never done it before.

I decided to start with something simple, and proven, so I decided to try the Sparkfun WS2801 breakout board from here https://www.sparkfun.com/products/10504

I downloaded the EAGLE files, made a few small changes to the silkscreen and then started to follow the Sparkfun tutorial https://www.sparkfun.com/tutorials/109. I used the job cam file that they link to also http://www.sparkfun.com/tutorial/BeginningEmbedded/9-EaglePCBs/sfe-gerb274x.cam

I exported the files, zipped up the 7 and uploaded to batch PCB. But I get a failed DRC check smiley-sad it mentions traces to small on top copper I think, so I went back to the layout and increased all trace sizes to 0.016 and tried again, but I got the same result?

I thought maybe I had messed something up, so I opened the standard Eagle files from Sparkfun and tried again without making any changes but it still failed the DRC check once I uploaded it?

I'm really stuck now  smiley-eek
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 smiley-wink

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?
40  Community / Exhibition / Gallery / Re: GPS digital clock on: April 05, 2013, 07:03:33 pm
very cool Nick, nice write up too. Thanks for sharing
41  Using Arduino / LEDs and Multiplexing / Re: Hooking up multiple RGB LEDs while using a minimal number of PWM pins? on: April 05, 2013, 09:24:27 am
I'll look into those a bit more, thanks! And say I were to only hook up two LEDS? Could the Uno supply enough power for that? Thanks!

No problem. providing the LED's you are using are 20mA per colour, the uno should just handle it (40mA per pin) but it is borderline.
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.

 
43  Community / Exhibition / Gallery / Re: Heated water bowl for the backyard wildlife on: March 27, 2013, 06:15:57 am
very nice project! Looks like you power if from mains and have a transformer inside. have you measured power consumption at idle and with heat on?
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?
45  Using Arduino / LEDs and Multiplexing / Re: My RGB LED Stairs Illumination video on: March 26, 2013, 10:35:43 am
I would also be interested in how you mounted the LED's? Did you just use 1 RGB LED per step or more than one? I see that the TLC5940 can sink plenty of current so I'm considering using 2 or 3 per step.

Thanks!
Pages: 1 2 [3] 4 5 ... 33