Hi, i try the same as you with my esp8266 e12. The serial monitor returns the same message as in your video. I have also upgrade to a pro account, however i did not see my device in the Devices tap so the website does not recognize my board. Could you give me some advice.
when the nodemcu reboot, the status of devices connected to it turn into LOW status.Status of devices should remain same after rebooting nodemcu .What should i do?
Hi, Thanks for the tutorial. I tried it and it worked well. I am wondering how I can use the same to control more then just an LED. I mean sure there's a way to control more then one IO. Please provide a video tutorial regarding the same. It will be extremely helpful. Thanks again.
sir,I did the same project but the light is not operated by the specified digital pin.The light is going high by operating any digital pin.So please help me with this or help by the code.
i follow all your steps but then there is no devices connected in pro version ,,, and even in not in the pro version , the arest dashboard shows unknown and offline. how can i solve this? pls reply. thanks
Thanks for this very nice informative video. I am using NodeMCU 1.0 ESP8266 12E module.The serial monitor returns the same message as in your video. I have also upgrade to a pro account, however i did not see my device in the Devices tap so the website does not recognize my board.Can you please guide me.
hi thank you very mutch for this video i just want to know i have an ESP8266 node mcu v3 did the programme in the ide in your video is also compatible with my esp v3
I wanted to use RFID RC 5522 modul with the ESP8266 NODE MCU V3 by using aREST I downloaded the libraries that you set up but I could not use the aREST as well as I do not want to use the button I want to make calls from the search engine directly can you please help me.
Thats great 👍 but i want to know can i control from my own website or android application or iPhone application by manually as well as voice controlled????
/tmp/arduino_modified_sketch_289343/ESP8266_cloud.ino: In function 'void setup()': ESP8266_cloud:68:26: error: 'class aREST' has no member named 'get_topic' char* out_topic = rest.get_topic(); ^ exit status 1 'class aREST' has no member named 'get_topic'
this is exactly what nobody wants - a third party owning all their device information. this seems like just another cloud service to get around NAT/ DNS challenges...
Congratulation Marco! I love your aREST project! It's really useful!
Thanks!
Hey Marco, aREST Pro is fast!
Thanks for all your hard work and effort!
Thanks!
A Very useful and informative video. Thanks!
Welcome!
Hi, i try the same as you with my esp8266 e12. The serial monitor returns the same message as in your video. I have also upgrade to a pro account, however i did not see my device in the Devices tap so the website does not recognize my board. Could you give me some advice.
Make sure to check our tutorial on this channel and at arest.io/
Hi, the aREST has been modified. can someone share an instruction how to create a device and configure it?
Hi, I recommend following our quickstart guide: arest.io/quick-start
when the nodemcu reboot, the status of devices connected to it turn into LOW status.Status of devices should remain same after rebooting nodemcu .What should i do?
That's something you can set in your setup() function
How ?
please give me a code of this
Hi, Thanks for the tutorial. I tried it and it worked well. I am wondering how I can use the same to control more then just an LED. I mean sure there's a way to control more then one IO. Please provide a video tutorial regarding the same. It will be extremely helpful.
Thanks again.
Will do!
sir,I did the same project but the light is not operated by the specified digital pin.The light is going high by operating any digital pin.So please help me with this or help by the code.
You should just have to call the pin where you light is connected to :)
Hi, do you provide windows x86 build for this? I cannot find them so far.
It's a web app only so far :)
can we access IO ports of Arduino from sketch running on esp8266 chip?
Sure thing, aREST allows that :)
Thank for the reply...can refer the pin numbers with the same of Arduino pin numbers? For example, LED with 13.
It looks like Arest does not validate anymore starter account?
appreciate any help if I am wrong
Fixed now :)
Thanks bro for such a nice tutorial.
Anyway I wanted to know if I could use your framework to control a fan
Sure thing!
i follow all your steps but then there is no devices connected in pro version ,,, and even in not in the pro version , the arest dashboard shows unknown and offline. how can i solve this? pls reply. thanks
Should work now, I updated the server recently :)
It Works!!! , thanks!!!
I have the same problem with him as i mentioned above, please help me.
Very nice tutorial. How can we use aRest pro on our android apps?
You can just make cURL calls from your apps, it would work just fine :)
no devices is being shown in the devices tab, help!
Thanks for this very nice informative video. I am using NodeMCU 1.0 ESP8266 12E module.The serial monitor returns the same message as in your video. I have also upgrade to a pro account, however i did not see my device in the Devices tap so the website does not recognize my board.Can you please guide me.
same case with me, any help will be appreciated...
Same. Looking for a solution. Any help would be greatly appreciated
Make sure to upgrade the libraries to the latest versions
hi thank you very mutch for this video
i just want to know
i have an ESP8266 node mcu v3 did the programme in the ide in your video is also compatible with my esp v3
Yes it is!
I wanted to use RFID RC 5522 modul with the ESP8266 NODE MCU V3 by using aREST I downloaded the libraries that you set up but I could not use the aREST as well as I do not want to use the button I want to make calls from the search engine directly can you please help me.
Thats great 👍 but i want to know can i control from my own website or android application or iPhone application by manually as well as voice controlled????
You need to make calls to the aREST API from your app
sir. i just created arest account . and theres no API key. what should i do ?
You have to convert your account to a Pro account in the settings :)
/tmp/arduino_modified_sketch_289343/ESP8266_cloud.ino: In function 'void setup()':
ESP8266_cloud:68:26: error: 'class aREST' has no member named 'get_topic'
char* out_topic = rest.get_topic();
^
exit status 1
'class aREST' has no member named 'get_topic'
Make sure to update all the libraries, we did a lot of changes lately
@@arest9680 ok
what will cost me to create something like this own my own
It's free and the whole project is open source, so not much :)
how to use this to with arduino Board?
Make sure to check our tutorial on this channel and at arest.io/
this is exactly what nobody wants - a third party owning all their device information. this seems like just another cloud service to get around NAT/ DNS challenges...
The project is completely free & open-source, so nothing prevents you from deploying the exact same software on your own server :)
How can I deploy it on my own server?
where do you get the arest.h file to put it in your library