WIN1500 Shield Read Webpage

Adafruit Ethernet, Motor, Proto, Wave, Datalogger, GPS Shields - etc!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Iain88
 
Posts: 1
Joined: Sun Mar 19, 2023 10:54 am

WIN1500 Shield Read Webpage

Post by Iain88 »

Hello,
I'm using an Arduino Uno R3 with WIN1500 shield and trying to read a webpage on my Raspberry Pi. This a simple (minimal) page which is displayable in my browser and can be read sometimes by the WINC1500. Sometimes I can read part or all of the page then have an error - have been able to read page using other shields.

Not being sure of the correct command sequence and protocol, is likely to be the cause of my problem, can you help me please?

Webpage looks like this in browser:
Pump 1 Pump or flow 1 error 2023-03-12 18:00:09 102
Pump 3 Pump or flow 3 error 2023-03-12 17:58:07 90
Pump 4 Pump or flow 4 error 2023-03-12 17:59:11 90
Pump 5 Pump or flow 5 error 2023-03-12 18:00:10 90
UPS Power supply (mains) error 2023-03-04 10:51:11 1

Web source (from browser):
<div class="container">
<table class="table table-hover">
<tr><td>Pump</td><td>1</td><td>Pump or flow 1 error</td><td>2023-03-12 18:00:09</td><td>102</td></tr>
<tr><td>Pump</td><td>3</td><td>Pump or flow 3 error</td><td>2023-03-12 17:58:07</td><td>90</td></tr>
<tr><td>Pump</td><td>4</td><td>Pump or flow 4 error</td><td>2023-03-12 17:59:11</td><td>90</td></tr>
<tr><td>Pump</td><td>5</td><td>Pump or flow 5 error</td><td>2023-03-12 18:00:10</td><td>90</td></tr>
<tr><td>UPS</td><td></td><td>Power supply (mains) error</td><td>2023-03-04 10:51:11</td><td>1</td></tr>
</table>
</div>

Attachments:
Arduino_Alarms_01/2 are Arduino programs (save as .ino)
Results01 is results of running Arduino_Alarms_01

Regards,
Iain
Attachments
Results01.txt
(1.92 KiB) Downloaded 2 times
Arduino_Alarms_02.txt
(4.29 KiB) Downloaded 1 time
Arduino_Alarms_01.txt
(4.21 KiB) Downloaded 1 time

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino Shields from Adafruit”