Page 1 of 1

Cytron WiFi Shield

PostPosted: Wed Jun 27, 2018 2:34 pm
by Ariff
i'm currently doing a "project on product counter " and to upload the data to the internet via the wifi shield. I'm having problem finding the right command to upload it. Is it as easy as :
client.print(sensorCounter);
and where do i place it in the body of the program which i took from the example from the WiFi shield library (CytronWiFiDemo) ?

Re: Cytron WiFi Shield

PostPosted: Fri Jun 29, 2018 8:25 am
by bengchet
Hi,

If you are using CytronWiFiDemo, you can type following url into your browser, replace IP address with actual IP, you can check with serial monitor.
<your ip address>/ -> you will see hello message
<your ip address>/analog -> you will see your board analog values
<your ip address>/gpio2 -> you will see ESP8266 GPIO2 status
<your ip address>/info -> you will see AT Firmware info from WiFi Shield

Example: 192.168.1.10/analog

Then you read the code and can get the idea how to insert your data in your application.

Re: Cytron WiFi Shield

PostPosted: Fri Jun 29, 2018 10:56 am
by Ariff
Ok now i have succeeded on sending data to local IP address, now i want to know if there's a way to send those data to a different url ?

Re: Cytron WiFi Shield

PostPosted: Sun Jul 01, 2018 10:29 am
by bengchet
HI,

Can I know what do you mean different URL? Can explain more?

Re: Cytron WiFi Shield

PostPosted: Tue Jul 10, 2018 11:59 am
by Ariff
bengchet WROTE:HI,

Can I know what do you mean different URL? Can explain more?



Instead of sending those data to the local ip address, is it possible to send to different websites, or other ip addresses ?

Re: Cytron WiFi Shield

PostPosted: Tue Jul 10, 2018 8:03 pm
by bengchet
Hi,

You can refer to this post.

Re: Cytron WiFi Shield

PostPosted: Thu Sep 24, 2020 9:40 pm
by georgefernandis
Thanks................

Re: Cytron WiFi Shield

PostPosted: Thu Mar 17, 2022 8:00 pm
by CarlosHiggins
Great topic