Show Posts
|
|
Pages: [1] 2 3
|
|
5
|
Using Arduino / Installation & Troubleshooting / Re: Uploading via bluetooth (serial port not listed)
|
on: June 21, 2012, 05:13:45 pm
|
|
What baud rate you have on your BT module ? because it has to be the same that the rate of which you're uploading with in this case 57600, and have you tried to reset the board manually just after you send that avrdude command ? Remember there is no autoreset feature when dealing with BT. I was programming my arduino via bluetooth on the windows 7, there were some issues with the timing of that reset. Haven't tried it on ubuntu yet, but I will look into it
|
|
|
|
|
7
|
Using Arduino / Microcontrollers / Re: ATmega328p with 8MHz internal clock
|
on: April 04, 2012, 11:53:44 am
|
|
Have you bought that ATmega328 alone ? It's blank or it has some Bootloader in ? One way or another I believe that even if there is Bootloader on it, it will be one that requires 16 MHZ oscillator. So you need to change fuses on that chip and also burn there a corresponding Bootloader.
|
|
|
|
|
11
|
Using Arduino / Installation & Troubleshooting / Re: USB Problem with Arduino Nano 3.0 With External Power Applied
|
on: January 18, 2012, 04:00:43 pm
|
|
this is originally written about NANO on this site
Power: The Arduino Nano can be powered via the Mini-B USB connection, 6-20V unregulated external power supply (pin 30), or 5V regulated external power supply (pin 27). The power source is automatically selected to the highest voltage source.
The FTDI FT232RL chip on the Nano is only powered if the board is being powered over USB. As a result, when running on external (non-USB) power, the 3.3V output (which is supplied by the FTDI chip) is not available and the RX and TX LEDs will flicker if digital pins 0 or 1 are high.
|
|
|
|
|