Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Error : ArduinoJson.h: No such file or directory. Help please? #354

Closed
xXVoidNationXx opened this issue Jun 16, 2018 · 13 comments
Closed

Error : ArduinoJson.h: No such file or directory. Help please? #354

xXVoidNationXx opened this issue Jun 16, 2018 · 13 comments
Labels

Comments

@xXVoidNationXx
Copy link

I keep receiving this error, ive been trying to fix it for hours now.

Arduino: 1.8.5 (Windows 10), Board: "NodeMCU 0.9 (ESP-12 Module), 80 MHz, Serial, 115200, 4M (3M SPIFFS)"

Build options changed, rebuilding all
In file included from sketch\Settings.h:11:0,

             from C:\Users\tristian\Desktop\esp8266_deauther-master\esp8266_deauther\esp8266_deauther.ino:16:

sketch\A_config.h:7:24: fatal error: SH1106Wire.h: No such file or directory

#include "SH1106Wire.h"

                    ^

compilation terminated.

exit status 1
Error compiling for board NodeMCU 0.9 (ESP-12 Module).

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
.
Any help will be appreciated!

@xXVoidNationXx xXVoidNationXx changed the title fatal error: ArduinoJson.h: No such file or directory Error : ArduinoJson.h: No such file or directory. Help please? Jun 16, 2018
@proppy
Copy link
Contributor

proppy commented Jun 20, 2018

Did you install ArduinoJson with the Library manager?

See: https://www.arduino.cc/en/guide/libraries

@proppy
Copy link
Contributor

proppy commented Jun 21, 2018

FYI, we recommend that ArduinoJson is at least version 5.13.1, the documentation should be clearer now.

@proppy proppy closed this as completed Jun 21, 2018
@Jamalc0m
Copy link

I have installed ArduinoJson 5.13.1 but i am still getting the same error:

Build options changed, rebuilding all
In file included from sketch/Settings.h:11:0,
from /Users/hunter/Downloads/esp8266_deauther-master/esp8266_deauther/esp8266_deauther.ino:14:
sketch/A_config.h:7:24: fatal error: SH1106Wire.h: No such file or directory
#include "SH1106Wire.h"
^
compilation terminated.
exit status 1
Error compiling for board NodeMCU 0.9 (ESP-12 Module).

@Jamalc0m
Copy link

@proppy, please let us know what's the solution.

@proppy
Copy link
Contributor

proppy commented Jun 27, 2018

@Jamalc0m are you sure you included the SH1106Wire library?

@chalananupun
Copy link

install ArduinoJson from LibraryManager !
it's work perfectly

@Aorangzaib33
Copy link

I am having same the type of issue.
fatal error: ArduinoJson.h: No such file or directory
compilation terminated.
exit status 1
Error compiling for board DOIT ESP32 DEVKIT V1.

I have installed ArduinoJson and painlessMesh library’s.

@Stooovie
Copy link

Same here. Solutions with esptool.py and python have 12 pages of edge cases and workarounds each, so I'm giving up.

@Miso72
Copy link

Miso72 commented Nov 18, 2021

can one help use, i have the same problem

@morpheuslord
Copy link

same here anyone has any answer

@Miso72
Copy link

Miso72 commented Apr 16, 2022

a clean Installation can be solve the problem

@morpheuslord
Copy link

tried it but still no change

@alyaparan
Copy link

C:\Users\alikp\Downloads\ESP8266_Code\ESP8266_Code.ino:28:10: fatal error: ArduinoJson.h: No such file or directory
28 | #include <ArduinoJson.h>
| ^~~~~~~~~~~~~~~
compilation terminated.

exit status 1

Compilation error: ArduinoJson.h: No such file or directory

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

No branches or pull requests

9 participants