-
Notifications
You must be signed in to change notification settings - Fork 5
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
trying to verify the sketch error setup wifi not declared in this scope #1
Comments
@MuppetMikey can you paste log error from your IDE? |
ok i may be doing this wrong.. i notice you have 2 .ino files the monitor
one, and a common one... how do i load this onto a esp32, and make it work
right do i add the common ino file somehow?
…On Tue, Sep 6, 2022 at 3:15 AM Triyatno Sulis ***@***.***> wrote:
@MuppetMikey <https://github.com/MuppetMikey> can you paste log error
from your IDE?
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXQYJRCFFIM3UBMTO5N75V3V44KS3ANCNFSM6AAAAAAQFLTAKI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
how do i load both files to work is what i am asking..
…On Tue, Sep 6, 2022 at 9:21 PM Mike weins ***@***.***> wrote:
ok i may be doing this wrong.. i notice you have 2 .ino files the monitor
one, and a common one... how do i load this onto a esp32, and make it work
right do i add the common ino file somehow?
On Tue, Sep 6, 2022 at 3:15 AM Triyatno Sulis ***@***.***>
wrote:
> @MuppetMikey <https://github.com/MuppetMikey> can you paste log error
> from your IDE?
>
> —
> Reply to this email directly, view it on GitHub
> <#1 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AXQYJRCFFIM3UBMTO5N75V3V44KS3ANCNFSM6AAAAAAQFLTAKI>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
@MuppetMikey or |
Ok.. so here is where I am at.. got the code loaded with out errors in the
sketch.. uploaded too an 8266.. itnconnects too wifi and ide serial monitor
shows the format of the stats but all show as 0.0.. almost as if it's not
getting the server information no user name or real stats.. any ideas.. I
could send you what I have going code wise but there is no errors to
show..so that might not help.. or maybe it could..
…On Tue, Sep 6, 2022, 9:47 PM Mike weins ***@***.***> wrote:
ok got it in the same folder and loaded with out errors.. but looking
there is nothing on screen, and getting deserializjson () failed.. no
memory .. this is on the serial monitor
of ide.. nothing on screen showing
On Tue, Sep 6, 2022 at 9:26 PM Triyatno Sulis ***@***.***>
wrote:
> @MuppetMikey <https://github.com/MuppetMikey>
> easy just download those two files and place it in same folder and open
> "Duino_Coin_OLED.ino". that's it.
>
> —
> Reply to this email directly, view it on GitHub
> <#1 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AXQYJRAF7J3RKTO44P3I3Y3V5AKO7ANCNFSM6AAAAAAQFLTAKI>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
try this url on your browser, replace YOUR_DUINO_USERNAME with your actual duino account username : it should show your account if your account is exist, somehing like this : |
yes i have done that and it works.. the issue i am having is with the
sketch not seeming to get the same information with the code i am running..
i have attached 2 images of the serial monitor that shows the result of
adding the user name into the sketch manually
…On Sat, Sep 10, 2022 at 9:50 PM Triyatno Sulis ***@***.***> wrote:
@MuppetMikey <https://github.com/MuppetMikey>
try this url on your browser, replace *YOUR_DUINO_USERNAME* with your
actual duino account username :
https://server.duinocoin.com/v2/users/YOUR_DUINO_USERNAME
it should show your account if your account is exist, somehing like this :
[image: Screen Shot 2022-09-11 at 11 45 17]
<https://user-images.githubusercontent.com/1165130/189512923-45696174-29c2-459c-be3c-3e7d50ba543e.png>
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXQYJRCMUVHBR6TE6AM6TNTV5VQI3ANCNFSM6AAAAAAQFLTAKI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
is it possible that the 8266 isnt really connected to the internet?? that
would explain the blank feilds.. how to i check to see if the code is
connecting to internet?
…On Sat, Sep 10, 2022 at 9:59 PM Mike weins ***@***.***> wrote:
yes i have done that and it works.. the issue i am having is with the
sketch not seeming to get the same information with the code i am running..
i have attached 2 images of the serial monitor that shows the result of
adding the user name into the sketch manually
On Sat, Sep 10, 2022 at 9:50 PM Triyatno Sulis ***@***.***>
wrote:
> @MuppetMikey <https://github.com/MuppetMikey>
>
> try this url on your browser, replace *YOUR_DUINO_USERNAME* with your
> actual duino account username :
> https://server.duinocoin.com/v2/users/YOUR_DUINO_USERNAME
>
> it should show your account if your account is exist, somehing like this :
> [image: Screen Shot 2022-09-11 at 11 45 17]
> <https://user-images.githubusercontent.com/1165130/189512923-45696174-29c2-459c-be3c-3e7d50ba543e.png>
>
> —
> Reply to this email directly, view it on GitHub
> <#1 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AXQYJRCMUVHBR6TE6AM6TNTV5VQI3ANCNFSM6AAAAAAQFLTAKI>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
once you successfully program your board with your setting, you can open serial monitor on your IDE, it will show you information |
ok got it in the same folder and loaded with out errors.. but looking there
is nothing on screen, and getting deserializjson () failed.. no
memory .. this is on the serial monitor
of ide.. nothing on screen showing
…On Tue, Sep 6, 2022 at 9:26 PM Triyatno Sulis ***@***.***> wrote:
@MuppetMikey <https://github.com/MuppetMikey>
easy just download those two files and place it in same folder and open
"Duino_Coin_OLED.ino". that's it.
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXQYJRAF7J3RKTO44P3I3Y3V5AKO7ANCNFSM6AAAAAAQFLTAKI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
on that issue you can increase "DynamicJsonDocument doc (8000);" more than 8000, for example 10000. but do remember, do not over increase this value, this buffer uses actual board memory. |
Ime having same problem no input |
Shall i up my flash size from 4 to 8 mb? |
compiling the sketch abd verifying it, i am getting a setup wifi was not declared in this scope error.. how do i fix it?
The text was updated successfully, but these errors were encountered: