Coder Social home page Coder Social logo

arduino_exosite_library's People

Contributors

azdle avatar drewjaworskiris avatar elijordan avatar fiveohhh avatar hansr avatar letsch22 avatar maanenson avatar sauvainr avatar tadpol avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

arduino_exosite_library's Issues

host name is incorrect

In the latest version on master, m2.exosite.io fails, when I change it to m2.exosite.com it works. I have been unable to find info from exosite on which is the right one.

Sometimes the CIK is overwritten with the response string

For example, if I have a response string that is d13=0, the the requests to Exosite API start having a CIK of 'd13=0'.

Have only seen this when using provisioning to activate as a client model and store the CIK. If I re-enable that device and generate a new CIK, the unit correctly re-activates, gets the new CIK, and runs correctly again.

Wrong baud?

Serial.begin(112500);

Probably should be Serial.begin(115200);

Mysterious Resets

I have wasted an embarrassingly large number of hours trying to track this down. My Arduino will reset itself (or sometimes just freeze up) when sending a TCP packet using this library. Everything works fine if all I send is UDP packets to Exosite. This problem seems to have crept up in the last 6 months or so. I understand I am probably in a minority here, so I am willing to accept that the problem might lie in my hardware or some forgotten modification to some other library.

Nonetheless, if you want to dig into this with me, I will compile more information to send. Meanwhile, can someone else compile and test some examples with the latest Arduino IDE (I am using 1.6.13 right now; the release notes indicate that the newer versions are mostly just IDE updates). Please help me confirm it isn't something to do with a regression outside of my domain, which no one else has happened to notice yet.

Meanwhile, I'll just have to start using UDP packet only and stop using this library, unfortunately. I'd rather have my products not know whether data is successfully being sent to the server, instead of crashing/resetting randomly.

Infinite loop if Outputs flushed in Relayduino Example

The code:
if(pinNumber == 0){ //Not a Relay Pin Name
Serial.print(F("Unknown Alias:"));
Serial.println(tempString);
continue;
}

Creates an infinite loop if all pinNumbers = 0 which can be triggered if all Output DS's are flushed / nil.

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.