Loading...
  Show Posts
Pages: 1 2 [3] 4 5 ... 237
31  Using Arduino / Installation & Troubleshooting / Re: Serial.write() on Leonard is diffrent from Uno and others on: June 14, 2012, 09:06:57 am
Issue opened here: http://code.google.com/p/arduino/issues/detail?id=958
32  Using Arduino / Installation & Troubleshooting / Re: IDE 1.01 will not complete upload after compile on: June 11, 2012, 12:15:27 pm
What board are you using?  The Arduino Mega 2560 does have an on-board USB-to-serial convertor.  (Or did yours die somehow?) 

You might try changing the stk500v2 protocol to "wiring" in the boards.txt file (in hardware/arduino in the Arduino software directory).
33  Using Arduino / Installation & Troubleshooting / Re: Leonardo mouse and keyboard issues on: June 11, 2012, 12:12:39 pm
The arguments to Mouse.move() are relative (i.e. changes to the current mouse cursor position).  Can you post the full code for the keyboard programs you're having trouble with?
34  Using Arduino / Installation & Troubleshooting / Re: COM port often cannot be found using Arduino IDE 1.0.1 on: June 11, 2012, 12:11:08 pm
Weird.  Which board are you using?  I don't think there's anything different in this between 1.0 and 1.0.1; are you sure it doesn't work the same in both? 
35  Using Arduino / Installation & Troubleshooting / Re: Arduino IDE 1.01 "An error occurred while starting the application." on: June 07, 2012, 10:19:45 am
I think this is a problem with the Polish translation.  It included a translation of an internal string (used as a Date format); the translation makes the string invalid and there's an exception on startup.  You could try putting your computer into a language other than Polish or editing the editor.languages.current preference in your preferences.txt file (e.g. setting it to "en").

See: http://code.google.com/p/arduino/issues/detail?id=942
36  Using Arduino / Installation & Troubleshooting / Re: Arduino 1.0.1 on Macbook Pro 10.6.8 '/dev/tty.Bluetooth-Modem' already in use on: June 07, 2012, 10:14:49 am
The problem seems to be that the computer isn't seeing the Arduino board at all.

Maybe try a different USB cable?  Or if you've been going through a USB hub, trying plugging the board directly to the computer.
37  Development / Other Hardware Development / Re: Leostick Driver does not load properly on: June 07, 2012, 10:11:28 am
Unfortunately, it's not really possible for us to support boards from other manufacturers, since we don't really know how they work.  I'd recommend asking the maker of your board for help. 
38  Using Arduino / Installation & Troubleshooting / Re: newb needing help compiler fails in version 1.01 on: June 04, 2012, 08:05:58 am
Do you have the same problem with Arduino 1.0?  Testing it would help isolate the changes that caused this problem to occur.

For example, in Arduino 1.0.1, we added the "--relax" flag to the linker options, which helps with large programs (http://code.google.com/p/arduino/issues/detail?id=729).  It's possible that the issue you're seeing is a side effect of that change, for example.
39  Using Arduino / Installation & Troubleshooting / Re: Help ! Driver installation failed on: June 02, 2012, 10:21:12 am
What board are you using?  The new Arduino boards (like the Uno) don't use the FTDI chip or drivers.  When browsing for the driver file, select the main "drivers" folder (not the "FTDI Drivers" sub-folder). 
40  Development / Other Hardware Development / Re: Leonardo drivers for W7 on: June 01, 2012, 04:25:35 pm
We have a list of distributors here: http://arduino.cc/en/Main/Buy

For example, Adafruit in the US: http://www.adafruit.com/products/849

Or the Arduino store here: http://store.arduino.cc/ww/index.php?main_page=product_info&cPath=11_12&products_id=225
http://store.arduino.cc/ww/index.php?main_page=product_info&cPath=11_12&products_id=226
41  Development / Other Hardware Development / Re: Leonardo drivers for W7 on: June 01, 2012, 02:09:39 pm
Bemused, if you're using an Olimex board, you should ask them for help.  Unfortunately, we can't support other people's products (because we don't know how they work, etc). 
42  Using Arduino / Installation & Troubleshooting / Re: Arduino will not load on device manager on: May 31, 2012, 10:45:08 pm
Does it appear in unknown devices?  Can you then update the driver?  See: http://arduino.cc/en/Guide/Windows and
43  Development / Suggestions for the Arduino Project / Re: Arduino Leonardo with EagleCAD 5.10? on: May 30, 2012, 01:33:36 pm
The PDF should be the same as the Eagle files.  The two ATmel chips are different footprints for the same chip, so either can be used depending on availability. 
44  Using Arduino / Installation & Troubleshooting / Re: **FIXED** Arduino 1.0.1 app crashing on OSX Lion 10.7.4 on: May 28, 2012, 11:22:53 am
Weird.  Did you already have those files in your /Library/Java/Extensions folder?  What if you delete them?  (The Arduino software should come with its own copy of those files.)
45  Using Arduino / Displays / Re: Upload hangs if LCD display is connected to Reset pin on: May 27, 2012, 05:13:40 pm
I'd suggest asking DFRobot for support.  It's hard for us to provide advice on other people's boards.
Pages: 1 2 [3] 4 5 ... 237