Search found 8 matches
Re: JArduino
Hello simplesi, yes, this is a raspberry pi forum, the library allow use in a raspberry pi for integrate with arduino !!
JArduino
Hello guys, I want shared with you an personal project called JArduino (Free), the project objetive is controlling arduino from java using a similar sintax of arduino sketch, an example is: final Arduino arduino = new Arduino(ArduinoRxTxController.DEFAULT_RPI_SERIAL_PORT); arduino.servoAttach(6); ar...
- Tue Oct 15, 2013 11:10 am
- Forum: Java
- Topic: Java NetBeans or Eclipse on Raspberry Pi
- Replies: 16
- Views: 14668
Re: Java NetBeans or Eclipse on Raspberry Pi
NOTE: Sorry for my english. Hello Richi, Eclipse and netbeans are heavy for raspi, in my case, i create an ant build for coding/compile java in mi laptop and after send/run the generated jar file to raspi. For example (Ant-Build) build.xml: <?xml version="1.0" ?> <project name="Ant R...
- Sat Apr 13, 2013 2:18 pm
- Forum: Automation, sensing and robotics
- Topic: RaspiCar !!
- Replies: 0
- Views: 1261
RaspiCar !!
Hi, This is my first project with raspberry pi, not is awesome but i want to share :P 1- I bought a plastic car, with nothing inside. This car not turn left and right. http://imageshack.us/a/img831/6621/20121205084901.jpg http://imageshack.us/a/img21/9366/20121205084921.jpg http://imageshack.us/a/im...
Re: wifi
Hola, yo utilizo esta --> http://www.amazon.com/Edimax-EW-7811Un-Wireless-Adapter-Wizard/dp/B003MTTJOY/ref=sr_1_1?ie=UTF8&qid=1363842917&sr=8-1&keywords=edimax Es pequeña y anda excelente en la raspi, además hay por allí un script que instala todo de manera muy facil. Este dispositivo es...
- Thu Mar 14, 2013 4:02 pm
- Forum: Español
- Topic: Coches teledirigidos con raspi
- Replies: 8
- Views: 2773
- Thu Mar 14, 2013 4:01 pm
- Forum: Español
- Topic: RaspiCar !!
- Replies: 3
- Views: 3241
RaspiCar !!
Hola a todos, Les quiero compartir mi primer proyecto personal con la Raspi, no es la gran cosa pero tal vez anime a alguien. Bueno, empecemos: 1- Compré un carrito de juguete de plástico, de esos que no tienen nada por dentro y que nisiquiera giran. http://imageshack.us/a/img831/6621/20121205084901...
- Mon Feb 11, 2013 1:35 pm
- Forum: Java
- Topic: RXTX - CommPortIdentifier
- Replies: 1
- Views: 2417
Re: RXTX - CommPortIdentifier
Hi,
Try this command:
sudo ln -s /dev/ttyAMA0 /dev/ttyS80
and use ttyS80, other option is pi4j for work directly with ttyAMA0
http://pi4j.com/example/serial.html
i tested sucessfully pi4j for communicate raspi and arduino.
Note: Sorry for my english
Try this command:
sudo ln -s /dev/ttyAMA0 /dev/ttyS80
and use ttyS80, other option is pi4j for work directly with ttyAMA0
http://pi4j.com/example/serial.html
i tested sucessfully pi4j for communicate raspi and arduino.
Note: Sorry for my english
