3.0.0.0 / October 19, 2014
(4.8/5) (10)

Description

This is the pro version of the ArduinoController Android App .
Now it is possible to build your own customized arduino app!!

• To use this application you need an arduino with ethernetshield connected to your router
• Download the example sketch from the support forum and upload itto the arduino
• Import an Example to one of the eight profiles
• Set the IP of your Arduino device in the settings screen
• The IP can be found in the serial monitor. The port is "80" bydefault
• Edit the button text and the data strings in program mode
• Optionally you can set the application name like -My House- andset the profile names
for your projects like -arduino alarm- or -heat pump-

Now your Arduino controller is all set!

Sending commands to your arduino can be done in two ways, firstyou have 30 buttons with a text label that you can set in thesettings screen. So the text on the buttons can be "on, off, up,down, 1,2, etc..." whatever you like. When the text labels are leftempty, the buttons won't be visible in the main screen.
The command to be send to the arduino can be set in the settingsscreen as well.
The strings to send you can simply set "1,2,3,4,a,b,c, etc". Whenyou hit a button it will send a GET request in the followingformat: "http://yourIPorURL:yourPort/?String" ,"http://192.168.1.120:80/?1".
In the arduino you can retrieve the string that comes after thequestionmark "?" and send back a simple html line that will show upin the browser view on the phone.

The second way to send data to your arduino is done with the twotext boxes on the main screen.
This you can use to send the textbox values like "1365, 12,5, 2,57(max. 4 digits)" to set things like "temperature, time, speed,etc".
In the settings screen you can set a prefix that will be sendbefore the actual value.
When you hit the send button it will send a GET request in thefollowing format:"http://yourip:yourport/?prefixvalue" ,"http://192.168.1.120:80/?b2800".

I hope you can use this app in your arduino project and please letme know what you use it for.
If you have recommendations, found any bugs, or need extra buttons,please let me know as well.
When you like it please give it a 5 star rating on googleplay.

The arduino example sketch can be downloaded herehttp://db.tt/GMoyi6hg

Support Forum:
http://arduino.cc/forum/index.php/topic,127770.0.html

Permissions:
android.permission.ACCESS_NETWORK_STATE
used to detect Wifi or mobile connection
android.permission.INTERNET
Guess :-)
android.permission.READ_EXTERNAL_STORAGE
Used to import profiles from SD card
android.permission.WRITE_EXTERNAL_STORAGE
Used to export profiles to SD card

App Information Arduino Controller Pro

  • App Name
    Arduino Controller Pro
  • Package Name
    com.marquesoft.ArduinoControllerPro
  • Updated
    October 19, 2014
  • File Size
    Undefined
  • Requires Android
    Android 2.3 and up
  • Version
    3.0.0.0
  • Developer
    Marquesoft
  • Installs
    100 - 500
  • Price
    $1.31
  • Category
    Communication
  • Developer
    Visit website Email [email protected]
    Zuidwijklaan 199 2241 TT Wassenaar
  • Google Play Link

Marquesoft Show More...

Arduino Controller Pro (Free) 2.1.06 APK
Marquesoft
Till the end of 2013 the ad free/donationversion is available for a special price!This is the pro version of the Arduino Controller Android App.Now it is possible to build your own customized arduino app!!• To use this application you need an arduino with ethernetshield connected to your router• Download the example sketch from the support forum and upload itto the arduino• Import an Example to one of the eight profiles• Set the IP of your Arduino device in the settings screen• The IP can be found in the serial monitor. The port is "80" bydefault• Edit the button text and the data strings in program mode• Optionally you can set the application name like -My House- andset the profile namesfor your projects like -arduino alarm- or -heat pump-Now your Arduino controller is all set!Sending commands to your arduino can be done in two ways, firstyou have 30 buttons with a text label that you can set in thesettings screen. So the text on the buttons can be "on, off, up,down, 1,2, etc..." whatever you like. When the text labels are leftempty, the buttons won't be visible in the main screen.The command to be send to the arduino can be set in the settingsscreen as well.The strings to send you can simply set "1,2,3,4,a,b,c, etc". Whenyou hit a button it will send a GET request in the followingformat: "http://yourIPorURL:yourPort/?String" ,"http://192.168.1.120:80/?1".In the arduino you can retrieve the string that comes after thequestionmark "?" and send back a simple html line that will show upin the browser view on the phone.The second way to send data to your arduino is done with the twotext boxes on the main screen.This you can use to send the textbox values like "1365, 12,5, 2,57(max. 4 digits)" to set things like "temperature, time, speed,etc".In the settings screen you can set a prefix that will be sendbefore the actual value.When you hit the send button it will send a GET request in thefollowing format:"http://yourip:yourport/?prefixvalue" ,"http://192.168.1.120:80/?b2800".I hope you can use this app in your arduino project and please letme know what you use it for.If you have recommendations, found any bugs, or need extra buttons,please let me know as well.When you like it please give it a rating on google play.The arduino example sketch can be downloaded herehttp://db.tt/GMoyi6hgSupport Forum:http://arduino.cc/forum/index.php/topic,127770.0.htmlV 2.0.11Restructured the settings menuCorrected some typo'sV 2.0.8Now control up to 8 arduino projects with this applicationFixed some bugsV 2.0.5Enable or disable the profiles in settingsFixed crash on keyboard "Next"Now its possible to send values with the keyboard very quickFixed crash after resumeFixed wrong view on tab selectV 2.0.3Fixed some bugs that caused crashes. Thanks for all to feedback, ithelps me alot!V 2.0.1Changes made to this version:- complete new layout- three different profiles- example layout on profile 3 setup for the arduino examplesketch- password protected loginV 1.0.10Changes made to this version:-The size of the webview automatically adjusts to the content-Improved use of resources and battery usage-URL and IP support-Custom activity name-More buttons (32!)-Buttons are hidden when you don't use them-Strings can contain letters and numbers
Arduino Controller Pro 3.0.0.0 APK
Marquesoft
This is the pro version of the ArduinoController Android App .Now it is possible to build your own customized arduino app!!• To use this application you need an arduino with ethernetshield connected to your router• Download the example sketch from the support forum and upload itto the arduino• Import an Example to one of the eight profiles• Set the IP of your Arduino device in the settings screen• The IP can be found in the serial monitor. The port is "80" bydefault• Edit the button text and the data strings in program mode• Optionally you can set the application name like -My House- andset the profile namesfor your projects like -arduino alarm- or -heat pump-Now your Arduino controller is all set!Sending commands to your arduino can be done in two ways, firstyou have 30 buttons with a text label that you can set in thesettings screen. So the text on the buttons can be "on, off, up,down, 1,2, etc..." whatever you like. When the text labels are leftempty, the buttons won't be visible in the main screen.The command to be send to the arduino can be set in the settingsscreen as well.The strings to send you can simply set "1,2,3,4,a,b,c, etc". Whenyou hit a button it will send a GET request in the followingformat: "http://yourIPorURL:yourPort/?String" ,"http://192.168.1.120:80/?1".In the arduino you can retrieve the string that comes after thequestionmark "?" and send back a simple html line that will show upin the browser view on the phone.The second way to send data to your arduino is done with the twotext boxes on the main screen.This you can use to send the textbox values like "1365, 12,5, 2,57(max. 4 digits)" to set things like "temperature, time, speed,etc".In the settings screen you can set a prefix that will be sendbefore the actual value.When you hit the send button it will send a GET request in thefollowing format:"http://yourip:yourport/?prefixvalue" ,"http://192.168.1.120:80/?b2800".I hope you can use this app in your arduino project and please letme know what you use it for.If you have recommendations, found any bugs, or need extra buttons,please let me know as well.When you like it please give it a 5 star rating on googleplay.The arduino example sketch can be downloaded herehttp://db.tt/GMoyi6hgSupport Forum:http://arduino.cc/forum/index.php/topic,127770.0.htmlPermissions:android.permission.ACCESS_NETWORK_STATEused to detect Wifi or mobile connectionandroid.permission.INTERNETGuess :-)android.permission.READ_EXTERNAL_STORAGEUsed to import profiles from SD cardandroid.permission.WRITE_EXTERNAL_STORAGEUsed to export profiles to SD card
Arduino Lounge Led Controller 1.0.2 APK
Marquesoft
You need an Arduino based Led controller touse this application.Lounge LED controller Pro is a RGB LED controller which can beused to make your own programs for RGB LED strips.You need:1 arduino Mega1 W5100 ethernet shield1 RGB Amplifier ($3 on ebay) or 3 N-channel MOSFETs such as theSTP16NF061 RGB LED strip ($15 for 5m on ebay)some wiringEEPROMEX Library http://thijs.elenbaas.net/2012/07/extended-eeprom-library-for-arduinoAnd of course the arduino sketch: http://goo.gl/HdegCGSupport forum: http://forum.arduino.cc/index.php?topic=238550.0Strip the input wires of the RGB amplifier and connect them to thearduinored = pin 45green = pin 44blue = pin 46Connect the ethernet shield to your router[u]Favorites [/u]4 favorites buttonscan't be removedcan't be long pressedwhen clicked the program stops and the the Led will fade into theselected color in approximately 500 mstwo ways to store a color1 click left circle, select a color, click the inner circle, choosefavorit 1 - 42 select a color with the sliders, click right circle, choosefavorit 1 - 4[u]program loop[/u]max. 6 programed colorscolors can be removed in two ways1 long clicking thembuttons can't be clickedbuttons have an indicator to see in what color the programis.2 store them with color "black"two ways to store a color1 click left circle, select a color, click the inner circle, chooseprogram 1 - 62 select a color with the sliders, click right circle, chooseprogram  1 - 6The program loop will play when the "play button" is clickedtwo parameters can be set to control the program speed, "fade time"and "delay time"Fade time - time to fade from one color to another  (0-9 / 50ms - 3 minutes)Delay time - time to stay in one color before fading to another (0-9  / 0ms - 3 minutes)[u]Left circle[/u]color picker to select any color you want[u]Right circle[/u]button to select the current color of the LED
Arduino Controller Lite 1.1.01 APK
Marquesoft
This is the lite version of the ArduinoController Android App. This version is no longer underdevelopment. You can find the Pro version (free and paid) in GooglePlay with a lot of extra features.Now it is possible to build your own customized arduino app!!• To use this application you need an arduino with ethernet shieldconnected to your router• Download the example sketch from the support forum and upload itto the arduino• The example layout will load automatically in thisapplication• Set the IP of your Arduino device in the settings screen• The IP can be found in the serial monitor. The port is "80" bydefaultI hope you can use this app in your arduino project and please letme know what you use it for.If you have recommendations, found any bugs, or need extra buttons,please let me know as well.When you like it please give it a rating on google play.The arduino example sketch can be downloaded here http://db.tt/GMoyi6hgSupport Forum:http://arduino.cc/forum/index.php/topic,127770.0.htmlArduino controller Pro is now supported from Android 2.2 to4.3!Pro benefits:• Eight different tabs to control eight different Arduino 's• Program mode to easily edit the layout and settings• Sliding seekbars to control RGB led 's, servos, etc.• Import, export and share your profiles• Examples to get you started very quick• URL and IP support• 32 buttons on each profile• Buttons will hide when you don't use them• Two different themes• And more..
Arduino Somfy Controller Lite 1.0.8 APK
Marquesoft
Android app to control your somfyremotecontrol connected to your arduino.Needed:Arduinoethernetshieldrelay board (3 channels per somfy remote)somfy telis 1 remote control (1 remote per screen / shade)Arduino example sketch:http://db.tt/i9JdVxQbSupport Forum:http://arduino.cc/forum/index.php/topic,134656.0.html
IP Controller (Free) 1.0.1 APK
Marquesoft
This application can be used to control allkind of web connected devices like alarm systems, home automationsystems, web camera's, industrial appliances, development boardsand prototypes.It is highly customisable and easy to set up.With this application it is possible to control all your devicesthat can receive http get requests.In the settings menu you can set a text label for every button andset the strings to send when the button is touched.In this application profile 3 is loaded with an example layout. Allyou have to do is fill in the IP and port for your device in thesettings screen and change the strings to your needs.Optionally you can set the application name like -My House- andset the profile names for your projects like -alarm-, -door lock-or -heat pump-Now your IP controller is all set!
Thermoduino Pro 1.0.1 APK
Marquesoft
Thermoduino Pro is the Pro version of myfirstandroid application "Thermoduino" and is used to controlthetemperature in your house from anywhere in the world. Thenewversion comes with a new arduino sketch which can handle timersyoucan set in the app and show extra sensor info likehumidityetc.You need:1 arduino Mega1 W5100 ethernet shield1 DHT 221 two channel relay cardsome wiringEEPROMEXLibrary:http://thijs.elenbaas.net/2012/07/extended-eeprom-library-for-arduinoDHT Library: https://github.com/adafruit/DHT-sensor-libraryRTC Library: https://github.com/adafruit/RTClibAnd the Arduino sketch: http://goo.gl/K3DzOWSupportforum:http://forum.arduino.cc/index.php?topic=238779.0How to connect the Telis 1 remote:[img]https://dl.dropboxusercontent.com/u/29369544/Dev/Thermoduino%20Pro/2013-07-31%2012.54.51.png[/img][img]https://dl.dropboxusercontent.com/u/29369544/Dev/Thermoduino%20Pro/Thermoduino_Schema.jpg[/img]