🤩 FREE Arduino Crash Course 👇👇
[ Ссылка ]
Want to learn more? Check out our courses!
[ Ссылка ]
***Get the code, transcript, challenges, etc for this lesson on our website***
[ Ссылка ]
We designed this circuit board for beginners!
Kit-On-A-Shield: [ Ссылка ]
SHOP OUR FAVORITE STUFF! (affiliate links)
---------------------------------------------------
Get your Free Trial of Altium PCB design Software
[ Ссылка ]
We use Rev Captions for our subtitles
[ Ссылка ]
Arduino UNO R3:
Amazon: [ Ссылка ]
Newegg: [ Ссылка ]
Budget Arduino Kits:
Amazon:[ Ссылка ]
Newegg:[ Ссылка ]
Multimeter Options:
Amazon: [ Ссылка ]
Newegg: [ Ссылка ]
Helping Hands:
Amazon: [ Ссылка ]
Newegg: [ Ссылка ]
Soldering Stations:
Amazon: [ Ссылка ]
Newegg: [ Ссылка ]
AFFILIATES & REFERRALS
---------------------------------------------------
►Audible Plus Free trial: [ Ссылка ]
►Join Honey- Save Money [ Ссылка ]
►Download Glasswire for Free:[ Ссылка ]
FOLLOW US ELSEWHERE
---------------------------------------------------
Facebook: [ Ссылка ]
Twitter: [ Ссылка ]
Website: [ Ссылка ]
Error downloading [ Ссылка ]
Is this the error you’re getting while trying to set up your Arduino IDE to use an esp8266? This can be pretty frustrating, because, after all – you just want to get started programming!
In this lesson we’ll show you exactly how to fix it – so you can get up and running with your esp8266.
Arduino IDE Error output: Error downloading [ Ссылка ]
ESP8266 CORE
The Arduino IDE is pretty awesome in many respects.
Not only can you use it to program and load code onto Arduino boards, you can also use it to program and load code on completely different boards and processors, like the widely popular esp8266 or the esp32. In order for the Arduino IDE to be able to work with the other boards, it needs what is called a “Core”.
Cores are necessary to make new microcontrollers compatible with your Arduino software.
The Arduino development team builds cores for its own boards, but anyone can develop a Core for their own boards.
And that’s what the esp8266 community generously did – they developed and maintain a core for the boards that use the esp8266 – which means you can set up your Arduino IDE to recognize and load code onto these boards.
All you have to do is tell the Arduino IDE where to get the core, and then use the Boards Manager tool to download it.
HOW TO DOWNLOAD THE ESP8266 CORE
The way you tell it is by pasting in a URL in Preferences _ Additional Boards Manager.
The URL you paste in is:
[ Ссылка ] This comes right from the ESP8266 GitHub page.
Arduino preferences, with additional board manager pointing to [ Ссылка ]
Then you go to Tools _ Board _ Board Manager and … get an error – what’s
up?Arduino IDE Boards Manager window
Error downloading [ Ссылка ]
WHY THIS ERROR ? HTTP://ARDUINO.ESP8266.COM/STABLE…
So what’s going on? Basically what has happened, is that the Arduino IDE went to that URL to download the core, and when it got there, it couldn’t download the core.
Why not? Well, it could be that the esp8266 website is temporarily down. Sometimes that just happens.
But jeez, you were hoping to build your wifi cat feeder this afternoon, so waiting until the esp8266 website is back up, is a no go.
THE FIX
Here is what you can do. Use this URL instead:
[ Ссылка ]
Or better yet, go to this webpage:
[ Ссылка ]
and look at what the current version is and then replace the 2.7.4 part with the newest current version number.
Save that, and restart the Arduino IDE.
Now when you go to the Tools _ Board Manager you shouldn’t get that error, and you’ll be able to search for and install the esp8266 core, and see the different esp8266 boards, and you be on you way to building your IoT cat feeder.
WHY DID THE ERROR GO AWAY?
So what’s the difference between these two URLs? One is pointing to the esp8266 website, and the other is pointing to GitHub.
The first one will always have the most current stable version of the core. The second one points to a specific version of the core.
Like I mentioned, sometimes the esp8266 website can be down, which is why the first URL didn’t work.
CONTINUED…
[ Ссылка ]
Ещё видео!