M5Stack_BTCTicker icon indicating copy to clipboard operation
M5Stack_BTCTicker copied to clipboard

Unable to pull data after upload

Open dkpchua opened this issue 7 years ago • 5 comments

Already configure the SSID and was able to connect to network.However unable to load. Any advise ? Thanks in advance :). Trying to get my M5Stack to function

dkpchua avatar Jul 26 '18 14:07 dkpchua

Same issue here, interface loads but does not update.

corq avatar Jul 28 '18 10:07 corq

Hi, I can't get correct values either with this sketch and latest M5stack EDIT: I've found a way ! I just change one if to while and it works for me.

in the code:

... ... // if there are incoming bytes available // from the server, read them and print them:

if (client.available()) { ----------> at this line change the original if to a while char c = client.read(); answer += c;

frittna avatar Feb 05 '20 00:02 frittna

Hi, I can't get correct values either with this sketch and latest M5stack EDIT: I've found a way ! I just change one if to while and it works for me.

in the code:

... ... // if there are incoming bytes available // from the server, read them and print them:

if (client.available()) { ----------> at this line change the original if to a while char c = client.read(); answer += c;

@frittna Its indeed the solution! thanks you should push your solution to the project.

Byte1122 avatar Mar 19 '20 00:03 Byte1122

@frittna Its indeed the solution! thanks you should push your solution to the project.

thx, meanwhile i moved over to another more complex crypto coin ticker https://github.com/frittna/Crypto_Coin_Ticker It is rewritten for the M5Stack and enhanced with some features, you can give it a try if you want.

frittna avatar Mar 28 '20 14:03 frittna

@frittna the app is working great!!! wow awesome things in the M5Stack Fire. Also great to see the full rainbow color at the beginning.

IMG_0642

Byte1122 avatar Mar 29 '20 23:03 Byte1122