Git Product home page Git Product logo

btc-ticker-esp8266's People

Contributors

nebman avatar

Stargazers

 avatar  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

btc-ticker-esp8266's Issues

WebSocketClient.h

Hello! Please, could you tell me, where can i take WebSocketClient library? Thank you!

Not working (json5 calls need to be updated to json 6)

This project was EXACTLY what I was looking for, but of course it doesn't work :(
Arduino IDE complains that JSON 5 calls need to be upgraded to JSON 6. Unfortunately I'm not sufficiently skilled to make the necessary modifications to get it to work (not for lack of trying).

Will no longer compile:


btc-ticker-esp8266:240:11: error: StaticJsonBuffer is a class from ArduinoJson 5. Please see arduinojson.org/upgrade to learn how to upgrade your program to ArduinoJson version 6

     StaticJsonBuffer<768> jsonBuffer;

       ^

exit status 1
StaticJsonBuffer is a class from ArduinoJson 5. Please see arduinojson.org/upgrade to learn how to upgrade your program to ArduinoJson version 6


E:\Apps\Arduino Stuff\Arduino BitCoin 7 Segment Ticker\btc-ticker-esp8266-master\btc-ticker-esp8266-master\btc-ticker-esp8266\btc-ticker-esp8266.ino: In function 'void loop()':

btc-ticker-esp8266:242:39: error: 'class ArduinoJson6152_0000010::StaticJsonDocument<768u>' has no member named 'parseObject'

     JsonObject& root = jsonBuffer.parseObject(line);

                                   ^

btc-ticker-esp8266:243:43: error: 'class ArduinoJson6152_0000010::StaticJsonDocument<768u>' has no member named 'parseArray'

     JsonArray& rootarray = jsonBuffer.parseArray(line);

                                       ^

btc-ticker-esp8266:253:42: error: 'class ArduinoJson6152_0000010::StaticJsonDocument<768u>' has no member named 'parseObject'

       JsonObject& trade = jsonBuffer.parseObject(root["data"].as<const char*>());

                                      ^

btc-ticker-esp8266:256:22: error: 'ArduinoJson::JsonObject' has no member named 'success'

       if (!trade.success()) {

                  ^

btc-ticker-esp8266:284:16: error: 'ArduinoJson::JsonObject' has no member named 'printTo'

       root.printTo(Serial);

            ^

btc-ticker-esp8266:285:21: error: 'ArduinoJson::JsonArray' has no member named 'printTo'

       rootarray.printTo(Serial);

                 ^

exit status 1
'class ArduinoJson6152_0000010::StaticJsonDocument<768u>' has no member named 'parseObject'

Pusher api changing

{"event":"pusher:error","data":{"code":null,"message":"Pusher protocol versions <= 3 have been deprecated. Please update your client library."}}

You might have not noticed this yet :)

Websockets Not Working

I am able to connect to wifi and monitor the debugger. I can't get the esp8266 to fetch the Bitcoin price data.

"WS Connection failed."

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.