I would like to add USB functionality to one of my PIC projects and I thought the best way of doing that would be to 'borrow' the USB bits of the NG circuit diagram : I do have a few questions..
1- Am I missing out anything in the following circuit diagram? I tried to seperate the FT232 from the rest of the circuit, did I forget anything?
2- Can I just connect RTS# and DTS# to +5v (with the resistors)? Previously they connected to the RESET bit on the avr. What are these for?
3- What exactly is X3 (magenta circle)? is it just a wire link between CTS#, DSR#, DCD#, and RI# ?
RTS and DTR are two of the hardware handshaking lines for the serial communication. We've been trying to figure out a way to use them to automatically reset the Arduino board when you upload a new sketch (so you don't to press the reset button), which is why the resistors are shown on the schematic. In fact, those resistors aren't mounted and you probably don't want to include them (you don't want those lines connected to reset). The X3 that you've circled is just a group of 4 unused pads on the Arduino board - those signals aren't used for anything (and aren't connected together), but we wanted to break them out in case someone found a use for them.
I would like to add USB functionality to one of my PIC projects and I thought the best way of doing that would be to 'borrow' the USB bits of the NG circuit diagram : I do have a few questions..
Hrm. You could steal one of the digital pins and upon getting a magic number over the serial port the Arduino reboots itself. It does eat up a smidge of code.
You'd have to alter the upload code of the arduino to send that string which is beyond my skills just now.
RTS and DTR are two of the hardware handshaking lines for the serial communication. We've been trying to figure out a way to use them to automatically reset the Arduino board when you upload a new sketch (so you don't to press the reset button), which is why the resistors are shown on the schematic. In fact, those resistors aren't mounted and you probably don't want to include them (you don't want those lines connected to reset). The X3 that you've circled is just a group of 4 unused pads on the Arduino board - those signals aren't used for anything (and aren't connected together), but we wanted to break them out in case someone found a use for them.
I am making it into a surface mount pic 18 that can work with the open source great cows basic I like the avr but my dad argues for basic soo much I folded.
UBW bit wacker I am looking at the eagle cad files and merging it and the Monolith eeg and the Arduno together to make a pic18 arduno kinda thing that runs great cows basic. Open source of course.
Spark fun has a eagle cad tutorial making a USB FT232 board grab the eagle schematics and hook it to your UBW Bit wacker eagle files you can get from the website. ;D