Code Monkey home page Code Monkey logo

Comments (11)

agdl avatar agdl commented on July 19, 2024

Well actually thank you because there was a bad link that now I fixed. The right example that must be there is
https://github.com/arduino-libraries/WiFi101/blob/master/examples/SimpleWebServerWiFi/SimpleWebServerWiFi.ino

And previously there were:
https://github.com/arduino-libraries/WiFi101/blob/master/examples/WiFiWebServer/WiFiWebServer.ino

Using this last example if I upload it and I go to the ip address it prints on the serial monitor I can read out the analog values without problems. I also have firefox as browser. Have you something that maybe blocks the page in the browse? Haver you updated the WiFi101 library to the latest release?

from wifi101.

sdumans avatar sdumans commented on July 19, 2024

Arturo,

Thanks for your note. I was actually interested in reading the analog
voltages from my Arduino. That being
said, I tried the LED sketch at the link you sent me and the same
problem occurs. Specifically, as soon as I
point my browser to the web address the result is the same as seen on
the serial monitor:

     new client
     client disconnected

I do not see a message on my browser and I cannot control the LED.

As far as I know, I have the latest WiFi101 library ... how can I check
that? Also, please note that I am using
the WiFi101 shield with an Arduino Uno, not an Arduino Zero.

Steve Umans

Dr. Stephen D. Umans
Consultant
Life Fellow, IEEE
Member, US National Academy of Engineering

617-306-9773
[email protected]
http://alum.mit.edu/www/umans

On 11/26/2015 3:49 AM, Arturo Guadalupi wrote:

Well actually thank you because there was a bad link that now I fixed.
The right example that must be there is
https://github.com/arduino-libraries/WiFi101/blob/master/examples/SimpleWebServerWiFi/SimpleWebServerWiFi.ino

And previously there were:
https://github.com/arduino-libraries/WiFi101/blob/master/examples/WiFiWebServer/WiFiWebServer.ino

Using this last example if I upload it and I go to the ip address it
prints on the serial monitor I can read out the analog values without
problems. I also have firefox as browser. Have you something that
maybe blocks the page in the browse? Haver you updated the WiFi101
library to the latest release?


Reply to this email directly or view it on GitHub
#8 (comment).

from wifi101.

agdl avatar agdl commented on July 19, 2024

Argh... you are right. Actually it doesn't work with all the AVR boards! @sandeepmistry @cmaglie any idea?

We ( @facchinm and me) tried to solve it but without success

from wifi101.

sandeepmistry avatar sandeepmistry commented on July 19, 2024

I can confirm this behaviour with an Arduino Uno running the SimpleWebServerWiFi example with the master version of the library and using Chrome.

It might have something to so with the packet buffer sizes, as things work fine with the Zero.

from wifi101.

agdl avatar agdl commented on July 19, 2024

@sandeepmistry we tried to modify the buffer size but the problem persist

from wifi101.

sdumans avatar sdumans commented on July 19, 2024

Thanks. Does that mean that there is something I can to do in order to
get around the problem?
Do I need to download another version of the IDE, a new library of some
sort, etc.?

Tnx

Dr. Stephen D. Umans
Consultant
Life Fellow, IEEE
Member, US National Academy of Engineering

617-306-9773
[email protected]
http://alum.mit.edu/www/umans

On 11/26/2015 3:41 PM, Cristian Maglie wrote:

Closed #8 #8 via
#9 #9.


Reply to this email directly or view it on GitHub
#8 (comment).

from wifi101.

agdl avatar agdl commented on July 19, 2024

@sdumans we are planning a new release so you can update the library from the library manager. If you don't want to wait you can download the actual library as a zip here:

https://github.com/arduino-libraries/WiFi101/archive/master.zip

and replace the files in your sketchbook/libraries folder

from wifi101.

sdumans avatar sdumans commented on July 19, 2024

Thanks Arturo. I downloaded the zip file but quite frankly, as a
newcomer to Arduiono, I don't know how to proceed to
update the WiFi101 library from the zip file. Are there instructions
somewhere?

Steve Umans

Dr. Stephen D. Umans
Consultant
Life Fellow, IEEE
Member, US National Academy of Engineering

617-306-9773
[email protected]
http://alum.mit.edu/www/umans

On 11/27/2015 5:58 AM, Arturo Guadalupi wrote:

@sdumans https://github.com/sdumans we are planning a new release so
you can update the library from the library manager. If you don't want
to wait you can download the actual library as a zip here:

https://github.com/arduino-libraries/WiFi101/archive/master.zip

and replace the files in your sketchbook/libraries folder


Reply to this email directly or view it on GitHub
#8 (comment).

from wifi101.

mbanzi avatar mbanzi commented on July 19, 2024

Steve from the release number of your IDE I can see you're using the IDE release by somebody else.

Please go to https://www.arduino.cc/en/Main/Software and download the 1.6.6 Arduino IDE
then download the file https://github.com/arduino-libraries/WiFi101/archive/master.zip
Unzip it and rename the folder to WiFi101 then follow this guide https://www.arduino.cc/en/Guide/Libraries at "Manual Installation"

from wifi101.

sdumans avatar sdumans commented on July 19, 2024

Thank you! I installed the library using the 'Sketch => Include Library
=> Add .ZIP Library...' option and that worked.
The sketch now works properly and I am indeed able to control the LED
from my browser. I will now try some of
the other examples that I couldn't get to work such as reading the
Analog voltages from my Arduino Uno board.

Steve Umans

Dr. Stephen D. Umans
Consultant
Life Fellow, IEEE
Member, US National Academy of Engineering

617-306-9773
[email protected]
http://alum.mit.edu/www/umans

On 11/27/2015 9:12 AM, Massimo Banzi wrote:

Steve from the release number of your IDE I can see you're using the
IDE release by somebody else.

Please go to https://www.arduino.cc/en/Main/Software and download the
1.6.6 Arduino IDE
then download the file
https://github.com/arduino-libraries/WiFi101/archive/master.zip
Unzip it and rename the folder to WiFi101 then follow this guide
https://www.arduino.cc/en/Guide/Libraries at "Manual Installation"


Reply to this email directly or view it on GitHub
#8 (comment).

from wifi101.

jahangirali555 avatar jahangirali555 commented on July 19, 2024

@agdl

from wifi101.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.