Hi everyone I found code at GitHub - esp8266/Arduino: ESP8266 core for Arduino.
I install in to the library but it error.
How can I install it in to Arduino IDE.
I use Mac MINI, so it is MacOS.
In Arduino IDE -> Settings... click on the edit button to the right of the "Additional Board Manager URLs" list. Add this line:
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
OOPS: ESP8266 is https://arduino.esp8266.com/stable/package_esp8266com_index.json
Now when you select Tools -> Board -> Boards Manager... (or click the second icon down in the icon menu on the left of each window) you will get a list of cores, including the ESP32 core.
It not board it include library.
Who can give library ESP8266WiFi.h.
solve this too!
I have merged your cross-posts @gritsoonjun.
Cross-posting is against the Arduino forum rules. The reason is that duplicate posts can waste the time of the people trying to help. Someone might spend a lot of time investigating and writing a detailed answer on one topic, without knowing that someone else already did the same in the other topic.
Repeated cross-posting can result in a suspension from the forum.
In the future, please only create one topic for each distinct subject matter. This is basic forum etiquette, as explained in the "How to get the best out of this forum" guide. It contains a lot of other useful information. Please read it.
Thanks in advance for your cooperation.
When I add zip library. It error >
Error: 13 INTERNAL: Library install failed: moving extracted archive to destination dir: library not valid
Here where I download > GitHub - esp8266/Arduino: ESP8266 core for Arduino
Hi @gritsoonjun. The reason for the error is that this is not a library. It is an Arduino boards platform. The installation method you are attempting to use only works for Arduino libraries. There is a different installation method for boards platforms. I'll provide instructions:
- Select File > Preferences from the Arduino IDE menus.
- Enter the following URL into the "Additional Boards Manager URLs" field:
https://arduino.esp8266.com/stable/package_esp8266com_index.json
If there are already Boards Manager URLs in the field, separate them with commas. - Click the OK button.
- You will now see a "Downloading index: ..." notification at the bottom right corner of the IDE window. Wait for that notification to close.
- Select Tools > Board > Boards Manager from the Arduino IDE menus to open the "Boards Manager" view in the left side panel.
- Scroll down through the list of boards platforms until you see the "esp8266" entry.
- Click the "INSTALL" button at the bottom of the entry.
- Wait for the installation to finish.
You should now see the boards of the installed platform under the Tools > Board menu in Arduino IDE.
Please let me know if you have any questions or problems while following those instructions.
It not a board it a library. I added that json already yesterday. I need library in that zip. ESP8266WiFi.h that I need.
That library is bundled with the ESP8266 boards platform. When you install the platform by following the instructions I provided above, you will also install the library.
Please note that, because it is very specific to the ESP8266 architecture, this library is only accessible when you have an ESP8266 board selected in the Arduino IDE's Tools > Board menu. You can't use the library with a board of any other architecture.
I see from your screenshot that you have the "Arduino Uno WiFi" board selected. Please tell us exactly which Arduino board you are using. Note that there are several boards with a name similar to "Arduino Uno WiFi", but actually very different hardware. It will be helpful if you can provide a link to the product listing where you purchased the board from.
I think you know you are Arduino team.
Error > Error: 13 INTERNAL: Library install failed: moving extracted archive to destination dir: library not valid
How can Solve? Where is dir Folder?
I use Duinotech XC4411 I want real Arduino wifi but I have no money. TT
Error: 13 INTERNAL: Library install failed: moving extracted archive to destination dir: library not valid
Which dir folder that I have to put in
Yet another cross-post merged and @gritsoonjun has received a two day suspension.
@gritsoonjun, I hope that when you return to the forum you'll be more respectful of our community.
Thanks in advance.
I wasn't able to find any information about this board. Once you get back from your suspension please post a link to where you bought it from and we'll help you out.
You're just going to keep getting the same error no matter how many times you try installing the boards platform as a library. It is not a library so it will never work. You're only wasting your time and the time of the people trying to help you.
Bruh
This has now been increased to two months due to using a duplicate account to circumvent the suspension.
@gritsoonjun if I see any further violations of the forum rules you will be permanently suspended.
I have permanently suspended you as you ignored the warning by @pert and created yet another account.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.


