Code Monkey home page Code Monkey logo

Comments (9)

akash73 avatar akash73 commented on July 19, 2024 1

ok we'll take care of it.

from wifi101.

xarvey avatar xarvey commented on July 19, 2024

Same issue here, I'm having conflict with < SoftwareSerial.h>, exact same error report.

Thanks for taking your time looking into this.

from wifi101.

sandeepmistry avatar sandeepmistry commented on July 19, 2024

@GuidedByCthulhu @xarvey

Unfortunately on the Uno this library needs to use PCINT2_vect (vector 5) to listen to pin change interrupts on pin 7.

We can look into making the PCINT0_vect (vector 3) and PCINT1_vect (vector 4) vectors weak, but with the current technique of using the pin change interrupt on pin 7 PCINT2_vect (vector 5) cannot be made weak, so there will still be incompatibilities when trying to use this library with SoftwareSerial.

I have not tested this with v0.8.0, as that version of the library appears to not work with the Uno r3. The above bug report appears to have been closed, suggesting it has been fixed in v0.8.0?

PR #39 is open to fix issues with the Uno not working in v0.8.0.

PR #29 only fixed SoftwareSerial support with the Mega in v0.8.0.

from wifi101.

xarvey avatar xarvey commented on July 19, 2024

@sandeepmistry Thanks for your prompt reply, so does it mean that the wifi101 and software serial should work with Mega?

from wifi101.

sandeepmistry avatar sandeepmistry commented on July 19, 2024

@xarvey

does it mean that the wifi101 and software serial should work with Mega?

Yes this is correct, it is supported by v0.8.0 already (see #29).

from wifi101.

xarvey avatar xarvey commented on July 19, 2024

@sandeepmistry I got the mega today and it works. Thank you so much.

from wifi101.

sandeepmistry avatar sandeepmistry commented on July 19, 2024

@xarvey perfect, thanks for confirming!

@agdl do you think we should change this to a documentation issue? Then mentioned that the Uno + WiFi 101 shield is not compatible with the SoftwareSerial library.

from wifi101.

sandeepmistry avatar sandeepmistry commented on July 19, 2024

@akash73 could we get someone to update the documentation with my comment in #44 (comment).

Then I think we can close the issue.

from wifi101.

akash73 avatar akash73 commented on July 19, 2024

Page updated
https://www.arduino.cc/en/Main/ArduinoWiFiShield101
I close the issue.

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.