Skip to content
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

Unable to pull data after upload #1

Open
dkpchua opened this issue Jul 26, 2018 · 5 comments
Open

Unable to pull data after upload #1

dkpchua opened this issue Jul 26, 2018 · 5 comments

Comments

@dkpchua
Copy link

dkpchua commented Jul 26, 2018

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

@corq
Copy link

corq commented Jul 28, 2018

Same issue here, interface loads but does not update.

@frittna
Copy link

frittna commented Feb 5, 2020

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;

@Byte1122
Copy link

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.

@frittna
Copy link

frittna commented Mar 28, 2020

@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.

@Byte1122
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants