Programmable circuit board with open-source IDE.
-1
votes
1answer
12 views
Error installing Arduino IDE on Ubuntu [closed]
failed to fetch
http://security.ubuntu.com/ubuntu/pool/main/o/openjdk-6/openjdk-6-jre-lib_6b27-1.12.3-0ubuntu1~12.04.1_all.deb
404 Not Found [IP: 91.189.92.202 80
0
votes
1answer
23 views
How do I install an Xbee? I am trying to do it with ruby
Download the ruby-xbee tarball from Here. Extracted the bundle into its permanent directory:
cd to /ruby*pcc
Did
$ ln -s ruby-serial-port-0.6-linux-intel ruby-serialport-0.6
$ ruby extconf.rb ...
2
votes
0answers
59 views
error installing arduino IDE on ubuntu 11.10
hi i'm following the next lines for install arduino ide , i'm working on ubuntu 11.10
sudo apt-get install gcc-avr avr-libc
sudo apt-get install openjdk-6-jre
sudo update-alternatives ...
1
vote
1answer
84 views
How do I change the theme of the Arduino IDE?
The theme.txt file is said to be somewhere in the the themes folder, which itself has to be in the Arduino folder in /lib or /usr/lib, but I cant find either of the files.
Where are the files ...
0
votes
1answer
329 views
Unable to connect to Bluetooth Mate Silver
I am trying to connect my laptop running ubuntu 12.04 to a Bluetooth Mate Silver connected to an arduino.
Wiring is :
CTS-I->No connection (leave floating)
VCC->5V
GND->GND
TX-O->D2
RX-I->D3
...
1
vote
1answer
713 views
CDC_ACM not firing
I've been trying to connect my arduino mega adk to my machine for the past week or so and I can't get it to work as ttyACMx under /dev is being created.
My machine is on Ubuntu 12.04 with the kernel ...
3
votes
1answer
381 views
Arduino IDE not connecting to microcontroller
I get this error when trying to connect to an Arduino through a USB serial connection. I'm using the Arduino IDE 1.0.1 and the 64bit version of Ubuntu 12.04. This has been a reoccurring problem ...
1
vote
1answer
613 views
udev rule group ownership not working
I have added a udev rule for my Arduino, but the symlink gets the ownership "root root" instead of "root dialout".
$ cat /etc/udev/rules.d/47-Arduino.rules
SUBSYSTEM=="usb", ATTR{idVendor}=="2341", ...
3
votes
0answers
854 views
Arduino Uno not recognized, /dev/ttyACM0 doesn't exist
I recently purchased an arduino uno from sparkfun, and attempted it with a fresh ubuntu 12.04 build. I installed the ide, and it seemed to work fine; I could write the sketches. However, when I ...
2
votes
1answer
158 views
Writing to serial usb to control an Ardunio from an Ubuntu computer
I want to control and Ardunio by writing bytes to it in the same way I would use the serial monitor on my laptop.
How could one accomplish this?
2
votes
0answers
253 views
speech recognition on ubuntu server, what are my options?
I want my ubuntu server to start playing music when I say the command, just like on iphone... "play [album]" "play [song]" etc.
I also want it to turn on light on my arduino project.
So to achieve ...
3
votes
5answers
5k views
How do I install the arduino IDE?
I Have an Arduino UNO, Which I need to get working with Ubuntu.
Can somebody explain to me the steps required to install the IDE on Ubuntu?
7
votes
2answers
5k views
Changing permissions on serial port
I'm using the Arduino IDE in Ubuntu, and am having issues with the serial port. It has worked in the past, but for reasons that may be unnecesary, I felt the need to change the ownership of some of ...