Hi all
I have a really simple question. I'm developing a small robotics project and i wanted it to be Arduino controlled. I looked at the Arduino Uno board and i found that there are some parts that i don't need. I'd remove the voltage regulator (because i have the power regulated somewhere else), so i have to look at Atmega328 voltage specs, and the part with the Atmega16u2. As i understood, it's only a USB to UART bridge, so i can substitute it with a FT232 or similar or use a MAX232 and connect to a serial port, right? If i do this, will i be able to program the Atmel from Arduino IDE (as long as i upload the bootloader on it with an atmel programmer)? Will it work with no handshake (i mean only with RX and TX) or i need to wire also other signals (RTS and CTS)?
Moreover, does the core part require other things rather than the microcontroller, the crystal at 12MHz, the bypass capacitors and the resistor on RESET? I mean, with Atmega328, 12MHz resonator, one 100nF capacitor and a pullup resistor i can have a working arduino uno?
And.. is there an italian forum too or the only supported language is english? ![]()
Thank you