Arduino.org now redirects to Arduino.cc

Hello,

Thanks to A new era for Arduino begins today | Arduino Blog now the only official website is arduino.cc and all its subdomains.
Yesterday we shut down arduino.org and redirected it to arduino.cc. We are reviewing all our docs referring to the old site and fixing the broken resources. Please report here if you miss some critical information that was present in arduino.org.

Great news! I'm so glad there is now a single unified website for Arduino.

One minor problem I noticed. The redirect page message:

Your are going to be redirected to arduino.cc, for more informations please read this blogpost.

should be worded:

You are going to be redirected to arduino.cc, for more information please read this blogpost.

Great news! I'm so glad there is now a single unified website for Arduino.

Well, I'm not. The arduino.org people put out some real crap (the Ciao library, for one, the Arduino with builtin WiFi and horrid library for another) that we are now going to be expected to deal with.

This is quite excellent news. This is only a first step in creating worldwide availability of the Arduino products and of straightening out the problems caused by the brief split within this community.

I hope that open source documentation and forum information on the .org products can join with the documentation on the .cc products as we go forward.

Hi

Where i can find arduino.org tutorial "how-to-enable-the-auto-expanding-of-your-file-system-using-pivot-overlay"?

Tompi

Tompi:
Hi

Where i can find arduino.org tutorial "how-to-enable-the-auto-expanding-of-your-file-system-using-pivot-overlay"?

Tompi

use Web Archive

IDE Board Manager can't install the nrf52 package for Primo a Primo Core because it was on arduino.org. and the GitHub repository of arduino-core-nrf52 has no index.json

as to the Arduino.org boards, there should be now also more specific org-board sections additionally (like once in the .org forum), e.g. about the Star Otto and different other former proprietary org board developments, side to side to MKR, Yun, Due, Esplora, Materia,...!

@pert thank you for the typos report, we fixed them.

We are moving all the important content from the old website to the arduino.cc one. It will take a while because we are also checking if the documentation has to be updated/completed.

What about this http://www.arduino.org.cn? It doesn't redirect to arduino.cc.

pert:
What about this http://www.arduino.org.cn? It doesn't redirect to arduino.cc.

and http://cdn.devarduino.org/

I am trying to find tutorials for Arduino Uno Wifi, but all the material on that is missing now.

eashantilve93:
I am trying to find tutorials for Arduino Uno Wifi, but all the material on that is missing now.

Uno WiFi & WiFi Link unofficial documentation

It would be nice if we could get an update on what the future is for the arduino-org repositories on GitHub. Have these been taken over by Arduino? Will they be actively maintained? I submitted a PR to the Ciao library repo a few days ago which hasn't had any response so far. It would be nice to know whether there is any point in further attempts to contribute to these repositories.

The schematics and eagle files for the Arduino Mini USB Adapter are from arduino.org so they don't show up, just wanted to report that.

@pert we do not have access to http://www.arduino.org.cn yet but we are working on it and will update you here. It could take months before we will be able to access it.

I do not have info yet about the github organization but as soon as I will have info will write here again.

I am going to share a trick to retrieve data from .org servers but I do not know how long they will be online. You can put on your hosts file the following line:

162.217.98.42 download.arduino.org www.arduino.org

That should be enough in the interim.

@mastrolinux, it was reported on the issue tracker:

that the schematic link on the Leonardo ETH product page:
https://store.arduino.cc/usa/arduino-leonardo-eth
still points to the arduino.org link:
File Not Found
which just redirects back to the arduino.cc homepage

I discovered the correct URL for that file is:

The Eagle file link has the same problem:
http://download.arduino.org/products/LEONARDOETH/Arduino_Leonardo_Eth_V1_rd.zip

The correct URL:
https://www.arduino.cc/en/uploads/Main/Arduino_Leonardo_Eth_V1_rd.zip

Another missing .org content issue report:

Somebody copied the wrong page Arduino Reference
Syntax is wrong
should be

isSpace(thisChar)

Isaac96:
Somebody copied the wrong page https://cdn.arduino.cc/reference/en/language/functions/characters/isspace/
Syntax is wrong
should be

isSpace(thisChar)

Thanks for reporting this! I have submitted a fix for it:

FYI, this is not the correct place to report this sort of issue. This thread is specifically for reporting missing arduino.org content. It's much appreciated if you will point out any issues you find with the new reference pages but in the future please do so by creating a new topic in the appropriate forum section.