-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem using Arduino Wifi101 with UNO as a web server #8
Comments
Well actually thank you because there was a bad link that now I fixed. The right example that must be there is And previously there were: 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? |
Arturo, Thanks for your note. I was actually interested in reading the analog
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 Steve Umans Dr. Stephen D. Umans 617-306-9773 On 11/26/2015 3:49 AM, Arturo Guadalupi wrote:
|
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 |
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. |
@sandeepmistry we tried to modify the buffer size but the problem persist |
Thanks. Does that mean that there is something I can to do in order to Tnx Dr. Stephen D. Umans 617-306-9773 On 11/26/2015 3:41 PM, Cristian Maglie wrote:
|
@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 |
Thanks Arturo. I downloaded the zip file but quite frankly, as a Steve Umans Dr. Stephen D. Umans 617-306-9773 On 11/27/2015 5:58 AM, Arturo Guadalupi 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 |
Thank you! I installed the library using the 'Sketch => Include Library Steve Umans Dr. Stephen D. Umans 617-306-9773 On 11/27/2015 9:12 AM, Massimo Banzi wrote:
|
I am using the sketch found at
The instructions on this web page are a bit messed up since they talk about lighting
an LED while the code is intended to write out the values of analog voltages.
However, as far as I can tell, that has nothing to do with the problem I am having
getting the sketch to work.
Here is my system configuration:
I've also tried Arduino IDE 1.6.6 and that doesn't seem to make any difference.
Here is what I see in the Serial window when I run the code:
When I then try to connect with 'http://192.168.1.108' with my web browser (firefox)
I then see
in the Serial window. This indicates to me that I am actually successfully communicating
with the WiFi 101 (I can also ping it ... another good sign) and that the problem is with
the code or that there is something else I need to do from my browser to get the code to
work.
The text was updated successfully, but these errors were encountered: