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

ESP8266 #814

Closed
Naveen823 opened this issue Aug 17, 2021 · 10 comments
Closed

ESP8266 #814

Naveen823 opened this issue Aug 17, 2021 · 10 comments
Labels
bug Something isn't working

Comments

@Naveen823
Copy link

Arduino: 1.8.15 (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 160 MHz, Flash, Enabled, Disabled, All SSL ciphers (most compatible), 32KB cache + 32KB IRAM (balanced), Use pgm_read macros for IRAM/PROGMEM, 4MB (FS:2MB OTA:~1019KB), 2, v2 Lower Memory, Disabled, None, All Flash Contents, 115200"

ESP8266_Code:31:10: fatal error: ArduinoJson.h: No such file or directory

31 | #include <ArduinoJson.h> // https://github.com/bblanchon/ArduinoJson

  |          ^~~~~~~~~~~~~~~

compilation terminated.

exit status 1

ArduinoJson.h: No such file or directory

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

@gsrbr
Copy link
Collaborator

gsrbr commented Aug 17, 2021

Hello,
You need to insttal the Library
Download the ArduinoJson-vx.x.x.zip of last release of the lib, import this Library for your arduino IDE navigate to Sketch > Include Library > Add .ZIP Library and rebuild the code

@Tech1k
Copy link
Collaborator

Tech1k commented Aug 17, 2021

@Naveen823 please let me know if @gsrbr's solution resolved your issue! Thanks!

@Tech1k Tech1k added the bug Something isn't working label Aug 19, 2021
@Raabitco
Copy link

Raabitco commented Aug 19, 2021

Hello,
You need to insttal the Library
Download the ArduinoJson-vx.x.x.zip of last release of the lib, import this Library for your arduino IDE navigate to Sketch > Include Library > Add .ZIP Library and rebuild the code

Thank you for the details, it is worked, the only thing that did not work is to download the zip file, I download ad update the library but did not works, so I choose to update the library directly from tools, I go to (tools), and from the list I choose (Manage Libraries), from the windows I write (JSON), the list opened, and I find 2 Jason, I install Arduino Jason from the list and after that, I manage to update my ESP8266 and worked, the picture below as proof.
Note: After 5 minutes and my ESP did now show mining in the web wallet
Mining proof
,

@gsrbr
Copy link
Collaborator

gsrbr commented Aug 19, 2021

Hello @Raabitco see this another issue please

@Diksrifa
Copy link

Why can't esp8266 connect to the server... I tried to flash again the result is still the same I can't connect to the server

@Raabitco
Copy link

Why can't esp8266 connect to the server... I tried to flash again the result is still the same I can't connect to the server

If you cannot connect to the server that's mean the server has issued not your ESP8266 as long as the code are correct, after you start mining, from tools go to serial Monitor and see what messages showing there.
Also, do you have this issue with all Arduinos you have or only 1? if you have 1 only check in Serial Monitor and let us know, hope we can help.

@WLeon911
Copy link

@Raabitco
001
Same Problem with ESP8266. ESP32 Working fine. Both running 2.63 Version.

@Diksrifa
Copy link

can you help me make a .bin file so I can download.

@Raabitco
Copy link

can you help me make a .bin file so I can download.

Hi there, try to download the last update from the link below and extract the zip file and install back ESP8266 & ESP32.

https://github.com/revoxhere/duino-coin/archive/refs/heads/master.zip

Hope it will work for you.

@revoxhere
Copy link
Owner

Closing due to inactivity/solved in the latest versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants