Installing Logicrom on Arduino IDE ================================== Arduino IDE ----------- The open-source Arduino Software (IDE) makes it easy to write code and upload it to the board. More to read about Arduino IDE: `Arduino IDE `_ Installing Logicrom Platform ---------------------------- 1. Download and Install Arduino IDE from `Arduino website `_ 2. Open Arduino IDE, Go to **File** > **Preferences** 3. Add Logicrom Boards URL to *Additional Board Manager URLs* and click OK. ``https://waybyte.github.io/package_logicrom_index.json`` .. image:: ../../_static/arduino-ide-prefs.png :group: Arduino :title: Configure board URL 4. Go to **Tools** > **Board** > **Board Manager** 5. In search box, type "Logicrom" 6. Click Install button for *Logicrom Arduino Boards*. 7. Select your GSM board from board manager under "Logicrom Arduino" .. image:: ../../_static/arduino-ide-board-manager.png :group: Arduino :title: Select board from board manager