|
1143
|
Using Arduino / Installation & Troubleshooting / Re: New UNO Won't Talk
|
on: February 20, 2011, 06:49:08 am
|
|
Try Connecting both the Arduino's at same time ,then donot start your arduino IDE just look for the Windows prompt ,it should come afresh because the other one UNO(DIP) is connected and recognized as the specific driver is installed that catches up with the com3 port. then plug in the SMD now it should prompt for a new device connected then install it's .inf (and yes UNO's have no DRIVER's, they have .inf files which makes UNO better for newer WINDOW version's).
|
|
|
|
|
1145
|
Using Arduino / Installation & Troubleshooting / Re: doh, I think I killed my new UNO
|
on: February 20, 2011, 06:40:32 am
|
|
attachment to the VIN must not be a serious problem because the circuitry is not supplied anything from here only the direct unregulated current flows however in the 5V and 3.3V pin's are regulated for power as such the wrong temp.. sensor link doesn't seems to have made wrong doing's.
|
|
|
|
|
1147
|
Using Arduino / Installation & Troubleshooting / Re: Uno not recognized as USB
|
on: February 20, 2011, 06:19:53 am
|
|
possibly you didn't kill it , however if you have ensured it's not making any short-circuits, and no 2 motor's can make your arduino go dead , if wrongly wired then the motor's will not just work that's it, unplug the arduino>give a restart (Computer)>plug in the Arduino again.
in most of the cases this remedy work's as in mine(had seen such problem a lot many times had one even today)
|
|
|
|
|
1150
|
Using Arduino / Installation & Troubleshooting / Re: Cant burn new bootloader
|
on: February 20, 2011, 05:57:14 am
|
|
I have tried the same many times. i own a UNO and 2009 but UNO is something different with the Bootloading thing because of the Optiboot Bootloader(to the minor extent), Initially the FTDi chip used to act as a mere SERIAL PORT but with this UNO ATmega8u2 act's a lot differently which provides you with other abilities, so it's not done with me regarding the Bootloading using UNO for such reason's
|
|
|
|
|
1153
|
Using Arduino / Programming Questions / Re: USING Wiring to Program other ATmels & PIC's
|
on: February 05, 2011, 02:34:02 am
|
Other ATmega/AVR To use a different ATmega/AVR chip, you'll need to make changes to the Arduino core, which is in the hardware/cores/arduino sub-folder of the Arduino application directory. This shouldn't be too hard, but it will require reading the datasheet for your chip. In particular, the names of registers and register bits are likely to vary between microcontrollers. Which Files i need to Modify in the hardware/core/arduino to accommodate different ATMEL AVR's and what would be the modification?
|
|
|
|
|