-
1Step 1
Go on the e-duino website and create a new remote, using the security code 'hackaday'
-
2Step 2
Modify your remote to add the inputs you'll need. Here's the actual possibilities :
-Text : a simple text input, nothing special here
-Switch : A simple button that you can turn on and off, still very basic
-Slider : A slider with a default range of [0; 255], which can be modified with two arguments :
-min: the minimum value
-max : the maximum value
The slider uses jquery ui.
-
3Step 3
Connect your arduino(or any other device) to internet, via an ethernet shield or any wifi solution.
-
4Step 4
Here, you have 2 solutions
First, you can build your own code and access your remote data with this link :
www.etienne-desrousseaux.com/e-duino/getRemoteValue.php?remoteId=remote&input=remoteInput
Where remote is the name of your remote and remoteInput is the name of the input you want the value of.
The values are all strings, and booleans return "true" of "false", not 0 and 1.
Another solution is to download and modify the example file, to match your needs. This file is in the file section
If you have a problem at any point with the system, just ask in comments ;)
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.