Show Posts
|
|
Pages: [1] 2 3 4
|
|
2
|
Using Arduino / Installation & Troubleshooting / Tools & Help menu lag in IDE install
|
on: December 21, 2012, 01:01:13 pm
|
|
I am helping a student set up his dell windows 7 laptop with the Arduino IDE. We have install Arduino 1.0.1 and 1.0.3 several times. The IDE boots up, slowly and the tools and help drop down menus will not open. With out the tools menu we have been unable to upload in sketches to the arduino.
Any ideas?
|
|
|
|
|
4
|
Using Arduino / Installation & Troubleshooting / Re: This problem for people about "Not in sync" error. Any updates?
|
on: December 14, 2012, 04:54:17 pm
|
|
It could have been the batch that i had. For me it makes a lot more sense to help students with their projects on stable platforms then running around troubleshooting and and burning boot loaders. When you are teaching you to minimize any thing that will frustrate students. Plus i would rather pay for the Arduino brand boards, they developed the boards and supporting them means more advances and cooler things.
|
|
|
|
|
5
|
Using Arduino / Installation & Troubleshooting / Re: This problem for people about "Not in sync" error. Any updates?
|
on: December 14, 2012, 01:20:47 pm
|
|
I teach with Arduino and I see a couple hundred boards in a year. I had purchased a batch from a local supplier that were darker blue then the regular Arduino boards and that have a red power LED. Since this purchase i have had some students by the same boards off of Amazon. The boards all say made in Italy but are not official arduino boards, they resemble a lot of the made in china knock off stuff . Any way every single one of them has giving me the "Not in sync" error at some point in their lives. I can change the 328 but eventually, "Not in sync" re appears. Most these boards have hit the trash in my class room because they got to frustrating to trouble shoot with students.
Check the board for a red LED, it could be a knock off board sold to you as the real thing.
|
|
|
|
|
6
|
Using Arduino / Installation & Troubleshooting / Arduino "compatible software driver" error during driver update
|
on: December 12, 2012, 12:02:09 pm
|
|
I recently had a windows 7 upgrade with my engineering lab and have had to re-install all of my Arduino drivers. 25 computers were not a problem, but 5, all using Leonardo have given me a new error. (see attached file) All 30 computers are the same, with the same image.
I have tried using the Leonardo driver from the 1.03 and 1.02 release and nether one works. I have tried to use Uno rev3 on those computers as well and the same error appears. Has any one seen this before and found a solution for it?
|
|
|
|
|
7
|
Using Arduino / Networking, Protocols, and Devices / Need an android app that works with a JY_MCU bluetooth module
|
on: October 21, 2012, 06:40:55 pm
|
|
I have just purchased several jy-mcu blue-tooth module to use with arduino uno's. I would like to be able to use the module to control a small robot. I have a sketch that allows me to read the information coming in to the arduino and that end of things seems to be fine. What I need is an Android or Apple app that sends clear enough data that I can write a sketch to use it. I have tried AndroidComander, Blueterminal, cellbot and blue bots, all of these did not send useable information. I would like something that sends a simple value back to the arduino. Such as 1 for forward, 2 for back wards and so on. If at all possible something that can send usable accelerometer data when the phone is tilted. Thank you.
|
|
|
|
|
12
|
Using Arduino / Project Guidance / Re: What Causes "Serial port 'COM#" already in use"
|
on: June 11, 2012, 10:12:10 am
|
|
the shield is not using the serial pins. It plugs into 5 volts (l293d only), ground, and pins 6,9,10,11. On the shields with the error problem the error occurs when the shield is plugged in to the arduino and without the secondary power hooked up. Holding down reset at the start of the upload does not seem to do anything, but i will test that on some of the other boards during the class today.
|
|
|
|
|