Bremen / Germany
Offline
Full Member
Karma: 0
Posts: 140
Arduino rocks
|
 |
« Reply #15 on: March 14, 2012, 03:36:44 pm » |
Hi, it´s a great project. I found it by searching "Arduino" in the Google Play (Market) ;-) Because i already have a bluetooth modem, i directly tried to get it work. But my Problem is, that i can´t connect to the arduino board. Could someone please tell me, how to connect this http://www.sparkfun.com/products/10268 Modem to my Arduino Uno? I already tried to change the baud rate and to change the tx/rx between the modem and the arduino board. Many thanks Poldi
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 1
|
 |
« Reply #16 on: March 19, 2012, 04:22:20 am » |
I have just created the Arduino account and this application will really provide me lot of help to keep track of my account. Thanks for this post.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Full Member
Karma: 0
Posts: 129
|
 |
« Reply #17 on: April 30, 2012, 02:14:32 pm » |
Hello, arduino-lovers. Good news for you: now you can control Arduino board using Android speech input (speech recognition). For this, just say pin, pin mode and pin value, f.e. "six high" as in demo video: which means "set pin 6 to digital output mode with HIGH value". Full information is available on the site: http://anettosoftware.co.uk/ac-vc.php
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Full Member
Karma: 0
Posts: 129
|
 |
« Reply #18 on: April 30, 2012, 02:17:59 pm » |
Hi, it´s a great project. I found it by searching "Arduino" in the Google Play (Market) ;-) Because i already have a bluetooth modem, i directly tried to get it work. But my Problem is, that i can´t connect to the arduino board. Could someone please tell me, how to connect this http://www.sparkfun.com/products/10268 Modem to my Arduino Uno? I already tried to change the baud rate and to change the tx/rx between the modem and the arduino board. Many thanks Poldi Hi, Poldi. Hope this manual helps: http://www.lostntranslation.com/arduino-electronics-fun/arduinocommander-and-the-aurdinobt/
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Full Member
Karma: 0
Posts: 129
|
 |
« Reply #19 on: July 14, 2012, 10:54:11 am » |
Hello, everybody. I'm happy to announce that now ArduinoCommander supports connection via Ethernet shield and supports any screen dimensions, any ratio (16:9, 4:3, etc).
|
|
|
|
« Last Edit: July 17, 2012, 03:30:44 pm by 4ntoine »
|
Logged
|
|
|
|
|
Offline
Full Member
Karma: 0
Posts: 129
|
 |
« Reply #20 on: July 28, 2012, 05:23:15 am » |
Hello again) USB support is implemented: No special sketches are required for USB support, only StandardFirmata. USB baud rate is configurable in app's settings. Nothing special, just works:
|
|
|
|
« Last Edit: July 31, 2012, 12:38:52 pm by 4ntoine »
|
Logged
|
|
|
|
|
|
|
Offline
Full Member
Karma: 0
Posts: 129
|
 |
« Reply #22 on: August 02, 2012, 10:33:41 pm » |
Hi, erFiodena. It seems that I am using the same bluetooth module. Try to set baud rate for the module using AT+ commands at hardware level.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 2
|
 |
« Reply #23 on: August 03, 2012, 12:20:12 am » |
Thanks 4ntoine now it works. Tested succesfully also on Samsung Galaxy 3 
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Full Member
Karma: 0
Posts: 129
|
 |
« Reply #24 on: August 05, 2012, 03:06:01 am » |
Thanks 4ntoine now it works.
Glad that it helped Tested succesfully also on Samsung Galaxy 3  Thanks  I also test on Galaxy Ace (320x480, android 2.3.6), Galaxy Tab (1024x600, android 2.2.1) and Galaxy Tab 2 (1280x800, android 4.0.4) using wide range of connection types: Bluetooth, USB, Ethernet, so ArduinoCommander can be called "swiss knife for Arduino" 
|
|
|
|
« Last Edit: August 05, 2012, 03:12:31 am by 4ntoine »
|
Logged
|
|
|
|
|
Texas
Offline
Newbie
Karma: 0
Posts: 28
|
 |
« Reply #25 on: September 08, 2012, 12:09:37 pm » |
Hi, I have the issue that is talked about in the tutorial, the PWR LED lights up but the board stays grey.  I have a seeedstudio BT Shield and from what I see the Baud rate for that shield is 38400. I don't know how to use AT+ commands so I tried following the steps on "Paul's Blog" mentioned on the tutorial. (Found here: http://www.lostntranslation.com/arduino-electronics-fun/arduinocommander-and-the-aurdinobt/comment-page-1/#comment-22 I have downloaded the old version of Arduino (0017) and have tried to upload the standardfirmata code with the correct baud rate. When I verify (or compile doesn't matter) I get this message at the bottom of the screen: java.io.IOException: Target platform: "null" not found. Make sure that "build.target" in the preferences file points to a subdirectory of C:\Users\Ryan\Downloads\arduino-0017\arduino-0017\hardware\cores at processing.app.debug.Target.<init>(Target.java:49) at processing.app.Editor$43.run(Editor.java:1751) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)
I don't know what it means and don't know what to do to fix it. Can you please help?
|
|
|
|
|
Logged
|
|
|
|
|
France
Offline
Newbie
Karma: 0
Posts: 2
|
 |
« Reply #26 on: October 17, 2012, 02:50:18 am » |
Hi 4ntoine, You make a great job !!!!!! Is it possible to have the source of the android app, or just the firmata ethernet implementation. I can't see the update in https://github.com/4ntoine/FirmataThanks
|
|
|
|
|
Logged
|
|
|
|
|
France
Offline
Newbie
Karma: 0
Posts: 2
|
 |
« Reply #27 on: October 17, 2012, 03:06:41 am » |
oh i see : StreamingSerialAdapter Thanks again 
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 18
|
 |
« Reply #28 on: October 29, 2012, 01:56:57 pm » |
wow this seems like a dream app! I'm trying to use it with a Yarvik 224 tablet  , running Android 4.0.3 it's not rooted, but I'm pretty sure that the usb host feature works fine (I can read usb flash drives, connect to mouse/keyboard etc) I'm uploaded the modified Firmata which I got from your website (StandardFirmata9600.zip) to my Arduino Uno through IDE version 1.0.1, selected 9600 for baud rate from the menu of the application, however my Uno doesn't appear in the Usb devices tab. I'm using the apk I found here https://groups.google.com/forum/?fromgroups=#!topic/tokyohackerspace/Bs4kwrXSJOg, by the way. Maybe it's an old version? I can't make Google Play work on my tablet, so I can't install the ArduinoCommander app from the official site. Is there a direct link for the last version of the apk? And is there something I could do further to see why my connection fails (eg look as some log files etc). anyway, it's a great app I hope its development continues cheers
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Full Member
Karma: 0
Posts: 129
|
 |
« Reply #29 on: November 14, 2012, 03:35:05 pm » |
Hello. ArduinoCommander will not work without Google Play installed and it can be installed from Google Play only.
|
|
|
|
|
Logged
|
|
|
|
|
|