Oz
Offline
God Member
Karma: 2
Posts: 560
|
 |
« Reply #330 on: December 22, 2012, 06:46:31 pm » |
Yeah, that is what I have done.
My original THREE were "Freetroincs" ones.
1 - the clock 2 - an Ether 10 which I thought I blew up. So I bought #3 3 - An "uno compatible". It wouldn't flash.
I went back to the shop and tried several. None of them would flash either.
Out of desperation, I went to another shop and bought an GENUINE UNO.
It won't flash.
I went to someone else's place. He can't get them flashed either.
Out of sheer desperation - again - I dug up the Ether 10 and it actually still does work. Other circuit quirks which I need to fix.
It flashes.
The two "new" boards won't.
One is a Freetronics and one is a Genuine Arduino.
Go figure.
|
|
|
|
|
Logged
|
|
|
|
|
Egypt
Offline
Newbie
Karma: 0
Posts: 8
|
 |
« Reply #331 on: December 23, 2012, 10:43:01 am » |
when i click on verify this massage display on :avr-g++: CreateProcess: No such file or directory
please need help important case .... i use win 8 64bit and adruino uni R3 & adruino EWR 1.0.3
|
|
|
|
|
Logged
|
|
|
|
|
Chile
Offline
Newbie
Karma: 0
Posts: 1
|
 |
« Reply #332 on: December 23, 2012, 07:07:00 pm » |
Muchas gracias! Arregló mi problema de "Dispositivo desconocido" con mi recientemente adquirida Arduino UNO. =D
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 1
|
 |
« Reply #333 on: December 27, 2012, 02:54:55 pm » |
When I try to start Arduino I only get the splash screen (Win7 64 Ultimate). The startup log says:
CmdLine: D:\Elektronica\Arduino\Arduino ERW 1.0.3\arduino.exe --l4j-debug WOW64: yes Working dir: D:\Elektronica\Arduino\Arduino ERW 1.0.3\. Bundled JRE: java Check launcher: D:\Elektronica\Arduino\Arduino ERW 1.0.3\java\bin\javaw.exe (OK) Add classpath: lib\pde.jar Add classpath: lib\core.jar Add classpath: lib\jna.jar Add classpath: lib\ecj.jar Add classpath: lib\RXTXcomm.jar Launcher: D:\Elektronica\Arduino\Arduino ERW 1.0.3\java\bin\javaw.exe Launcher args: -Xms256m -Xmx512m -classpath "lib;lib\pde.jar;lib\core.jar;lib\jna.jar;lib\ecj.jar;lib\RXTXcomm.jar" processing.app.Base Args length: 120/32768 chars Exit code: 1
The normal Arduino did work, but had COM 4 already in use errors (Arduino was on COM4). Am I forgetting something?
|
|
|
|
|
Logged
|
|
|
|
|
Chile
Offline
Edison Member
Karma: 29
Posts: 1146
Arduino rocks
|
 |
« Reply #334 on: December 27, 2012, 03:03:00 pm » |
If you install it to program files, you get the same problem?
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 10
|
 |
« Reply #335 on: December 27, 2012, 05:57:33 pm » |
Great modification Eriel and Thanks for sharing it with everyone. Would love to look over the code you shared and learn something from it some day.
Thanks again.
|
|
|
|
|
Logged
|
|
|
|
|
Chile
Offline
Edison Member
Karma: 29
Posts: 1146
Arduino rocks
|
 |
« Reply #336 on: December 29, 2012, 01:16:41 am » |
2012-12-29 UpdateToo many people is having troubles in Windows 8, so I added a little reminder in the driver installer when that OS is detected. Hope that helps a lot of people getting a smoother process:  If someone wants to improve the instructions, send them to me. This update does not contains anything else, so you can skip it if you have the previous one from early december.
|
|
|
|
|
Logged
|
|
|
|
|
Germany
Offline
Full Member
Karma: 0
Posts: 184
|
 |
« Reply #337 on: January 04, 2013, 04:14:49 pm » |
Hello,
thank you for this Enhanced Release!
How can I reset/reconnect the Arduino with your release? When I used the official one, I clicked on Serial Monitor and Arduino restarts then. With "restart" I mean exactly the same as pressing the brown-red button on the Arduino saying "RESET".
Thanks again for your help :=)
|
|
|
|
|
Logged
|
using Arduino Uno Rev 3
|
|
|
|
Chile
Offline
Edison Member
Karma: 29
Posts: 1146
Arduino rocks
|
 |
« Reply #338 on: January 04, 2013, 05:05:15 pm » |
Hello,
thank you for this Enhanced Release!
How can I reset/reconnect the Arduino with your release? When I used the official one, I clicked on Serial Monitor and Arduino restarts then. With "restart" I mean exactly the same as pressing the brown-red button on the Arduino saying "RESET".
Thanks again for your help :=)
Hi, that reset is a bug in the rxtx library, I fixed it so the enumeration is speedy in this version. Why you need that reset? Everytime you upload the code the arduino resets itself.
|
|
|
|
|
Logged
|
|
|
|
|
Germany
Offline
Full Member
Karma: 0
Posts: 184
|
 |
« Reply #339 on: January 04, 2013, 06:16:56 pm » |
Hello, I need it because I want to look how the program looks like resetted. For example now, I am working with an alarm system and if the sensor is triggered it will send some signals via radio transmission and if not it sends some other signals, and then I just reset Arduino and troubleshoot again why/why not something was triggered. Alternatively, I could change the code so that the alarm can be changed if the situation changed, e.g. stop blinking led when reed switch is closed again. but i like this reset-feature 
|
|
|
|
|
Logged
|
using Arduino Uno Rev 3
|
|
|
|
Chile
Offline
Edison Member
Karma: 29
Posts: 1146
Arduino rocks
|
 |
« Reply #340 on: January 04, 2013, 07:59:25 pm » |
If you need that bug, you can replace the rxtxSerial.dll file with the one from the official IDE package
|
|
|
|
|
Logged
|
|
|
|
|
Germany
Offline
Full Member
Karma: 0
Posts: 184
|
 |
« Reply #341 on: January 05, 2013, 08:28:22 am » |
Ok, works now. I backuped your modified dll however  Thanks
|
|
|
|
|
Logged
|
using Arduino Uno Rev 3
|
|
|
|
Atlanta
Offline
Sr. Member
Karma: 0
Posts: 254
Arduino still rocks
|
 |
« Reply #342 on: January 06, 2013, 05:57:59 pm » |
Muchissimas Gracias !
Since arduino-0021 everything for me was broken, on two different Acer Aspire netbooks. Started developing on Uno, except for the ugly USB-COM in Win7 there was not too much problem and itwas FUN to make things. Had to upgrade Arduino IDE when I got Mega ADK, for almost a year NOTHING worked. I tried making tables of different combinations of Java, IDE, preferences.txt, and anything else suggested on the forums. Now with ERW 1.0.3 I can BLINK once more.
I took up Arduino not to troubleshoot WinDoze but to HAVE FUN MAKING THINGS.
THANK YOU!!!!
Enjoy a few beers on me, and I encourage everyone to contribute as well.
|
|
|
|
|
Logged
|
|
|
|
|
Chile
Offline
Edison Member
Karma: 29
Posts: 1146
Arduino rocks
|
 |
« Reply #343 on: January 06, 2013, 08:32:26 pm » |
Good to know! thanks for the donation! 
|
|
|
|
|
Logged
|
|
|
|
|
UK
Offline
Newbie
Karma: 0
Posts: 15
I'm getting too old for complicated programming
|
 |
« Reply #344 on: January 18, 2013, 04:24:18 pm » |
Hi eried hope you are well.
Ive been using ERW 1.0.3 with no problems on a Uno but now I'm using a Leonardo and I cannot get the coms to the monitor to work (same code but with the serial port test for the Leornardo).
It works ok with the non ERW ver 1.0.3
Any thoughts
best wishes Graham
|
|
|
|
|
Logged
|
Graham
|
|
|
|
|