California
Offline
Sr. Member
Karma: 2
Posts: 408
|
 |
« on: August 11, 2012, 08:57:10 pm » |
I was trying to find a cheaper, easier to solder solution for putting a USB to serial adapter on a homemade arduino and was wondering if this will do the trick? I'm trying to look at arduino schematics but I can't really decipher them. But I figure this chip has got 2 ports, for pins 0 and 1. Will that work? Thanks.
|
|
|
|
|
Logged
|
|
|
|
|
Austin, TX
Offline
Faraday Member
Karma: 41
Posts: 5171
CMiYC
|
 |
« Reply #1 on: August 11, 2012, 09:04:30 pm » |
That chip is for power. It has nothing to do with USB to Serial.
|
|
|
|
|
Logged
|
|
|
|
|
California
Offline
Sr. Member
Karma: 2
Posts: 408
|
 |
« Reply #2 on: August 11, 2012, 09:16:36 pm » |
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Edison Member
Karma: 3
Posts: 1712
|
 |
« Reply #3 on: August 11, 2012, 09:32:50 pm » |
I believe you can use vusb, search that and arduino you should find some results, it uses the atmega328 itself so no additional hardware no clue how hard. Tho it seems a bit complicated
|
|
|
|
|
Logged
|
|
|
|
|
|
|
California
Offline
Sr. Member
Karma: 2
Posts: 408
|
 |
« Reply #5 on: August 12, 2012, 02:29:36 am » |
I was hoping to integrate it into my board cleanly. Maybe when I get my new soldering station I could manage .65mm leads.
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Boston area, metrowest
Online
Brattain Member
Karma: 243
Posts: 16508
Available for Design & Build services
|
 |
« Reply #6 on: August 12, 2012, 04:03:44 am » |
With a FTDI chip? Get a stencil from proto-advantage.com too then. Difficult part to solder cleanly.
|
|
|
|
|
Logged
|
|
|
|
|
Norfolk UK
Offline
Edison Member
Karma: 23
Posts: 1320
|
 |
« Reply #7 on: August 12, 2012, 04:30:53 am » |
I was hoping to integrate it into my board cleanly. Maybe when I get my new soldering station I could manage .65mm leads.
I have used these to mount DS3231 in breadboard/protoboard projects http://www.schmartboard.com/index.asp?page=products_smttodip&id=448
|
|
|
|
|
Logged
|
|
|
|
|
California
Offline
Sr. Member
Karma: 2
Posts: 408
|
 |
« Reply #8 on: August 12, 2012, 04:43:01 am » |
I etch the boards myself so I wouldn't mind soldering a soic. But anything smaller I'm not sure. I just tried making my own breadboard adapter for some .5mm connectors and it could have gone better. Multimeter says it checks out as far as I can tell but I havn't tested it yet. I hope it gets easier when I upgrade from my 15w radioshack iron. But I don't want to put my eggs in any basket with leads smaller than soic yet, as it were.
|
|
|
|
|
Logged
|
|
|
|
|
Austin, TX
Offline
Faraday Member
Karma: 41
Posts: 5171
CMiYC
|
 |
« Reply #9 on: August 12, 2012, 08:48:21 am » |
I was hoping to integrate it into my board cleanly. Maybe when I get my new soldering station I could manage .65mm leads.
You want something easier to solder or you want something that is cheaper? Your original question was about cost.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 37
|
 |
« Reply #10 on: August 12, 2012, 12:19:59 pm » |
Once you have the right equipment and a bit of practice Its really easy to drag solder chips like the FTDI's, a station like the FX-888 will work great, although I use Weller gull wing tips you can do it with a chisel tip just fine. http://youtu.be/Ee3SsR97EKA. As for cost I would imagine maybe using a MSP430 with USB firmware maybe one of the cheapest solutions. Although now I just throw an Atmega32u4 on something if it needs native USB and Arduino compatibility.
|
|
|
|
|
Logged
|
|
|
|
|
Leeds, UK
Offline
God Member
Karma: 35
Posts: 983
Once the magic blue smoke is released, it won't go back in!
|
 |
« Reply #11 on: August 12, 2012, 01:43:29 pm » |
For usb-serial, I use a PIC18F14K50. It is dirt cheap (<£2), requires only a couple of capacitors, a resistor, and a 12MHz crystal (with capacitors). It is available in a DIP package, so can be used on veroboard or breadboards, and I seem to recall finding a sketch which allows the hex file to be downloaded with an arduino. It is also available in 1.27mm SOIC, and 0.65mm SSOP. In case you are interested, I attached the hex file and driver for it, along with the schematic.
|
|
|
|
« Last Edit: August 12, 2012, 01:55:38 pm by Tom Carpenter »
|
Logged
|
~Tom~
|
|
|
|
United Kingdom
Offline
Faraday Member
Karma: 131
Posts: 4670
|
 |
« Reply #12 on: August 12, 2012, 04:51:06 pm » |
If you are making your own board, why bother with USB-to-serial conversion at all? If it is only for programming your board, program it using ICSP instead. If you need USB connectivity for something else, then base your design on the Arduino Leonardo (the chip used in the Leonardo has the USB interface built in).
|
|
|
|
|
Logged
|
Formal verification of safety-critical software, software development, and electronic design and prototyping. http://www.eschertech.com
|
|
|
|
Europe
Offline
Full Member
Karma: 0
Posts: 104
|
 |
« Reply #13 on: August 13, 2012, 04:15:21 am » |
best solution permanently, i got mines for 2$ each
|
|
|
|
|
Logged
|
|
|
|
|
|