The Arduino Industrial 101 is a WiFi board based on a MIPS Linux processor.
The Arduino Industrial 101 is programmed using the Arduino Software (IDE), our Integrated Development Environment common to all our boards and running both online and offline. For more information on how to get started with the Arduino Software visit the Getting Started page.
On this page... (hide)
All Arduino and Genuino boards, including this one, work out-of-the-box on the Arduino Web Editor, no need to install anything.
The Arduino Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow this simple guide to start coding on the browser and upload your sketches onto your board.
If you want to program your Arduino Industrial 101 while offline you need to install the Arduino Desktop IDE
Open the LED blink example sketch: File > Examples >01.Basics > Blink.
You'll need to select the entry in the Tools > Board menu that corresponds to your Arduino or Genuino board.
Select the serial device of the board from the Tools | Serial Port menu. This is likely to be COM3 or higher (COM1 and COM2 are usually reserved for hardware serial ports). To find out, you can disconnect your board and re-open the menu; the entry that disappears should be the Arduino or Genuino board. Reconnect the board and select that serial port. When your board is properly configured on WiFi, you will find it in the Port list, as in our screenshot.
Now, simply click the "Upload" button of the Arduino Software (IDE). Wait a few seconds - you should see the RX and TX LEDs on the board flashing. If the upload is successful, the message "Done uploading." will appear in the bottom status bar.
A few seconds after the upload finishes, you should see the on-board LED start to blink. If it does, congratulations! You've gotten your Arduino Industrial 101 up-and-running. If you have problems, please see the troubleshooting suggestions.
Now that you have set up and programmed your Arduino Tian board, you may find inspiration in our Project Hub tutorial platform, or you can dig in deeper with the Bridge library and examples, Ciao library and examples. You can also check out the Arduino Industrial 101 hardware page for additional technical information.
The Arduino Industrial 101 is a WiFi board based on a MIPS Linux processor. When you first plug it to your computer it starts as an Access Point. In this way you can configure it to connect to your WiFi network.
After a few moments, a web page will appear asking for a password.
REST is an acronym for "Representational State Transfer". It is a software architecture that exposes various parts of the Arduino hardware through URLs. By default, the REST API access is password protected. It is possible to change this setting to access the services without a password, clicking on Open;
If it is the first time that you use your board, please follow these steps to upgrade the latest release of linino OS:
* Insert the your password or the default if you didn't change it doghunter;
* Start the update responding y;
* Choose the option 2: Upgrade and revert to default settings;
* Wait the end of upgrade;
Last revision 2017/01/12 by SM
The text of the Arduino getting started guide is licensed under a
Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the guide are released into the public domain.