Hello World!
Welcome to the documentation of a Simple Arduino Project.
All projects in this documentation have I tested, but if you're trying to run the project, but it doesn't work, maybe you can check the pin and also the libraries (if it needs) before adding an issue
If you had an issue with a credit or a problem with the project, you can add an Issues on GitHub or contact me via Email
Sincerely, Glenaldin Halim
- Writing Text in LCD16x2 with I2C Module
- Read RFID Tag with RFID RC522 Module
- Control SG90 Tower Pro Servo Module with Arduino
- Measuring Distance Using HCSR04 Ultrasonic Sensor
- Turn On the LED Using a Push Button
There are three different steps to install libraries to ArduinoIDE, you can download the library from Library Manager
(available from IDE version 1.6.2) or you can import a .zip
library or you can add it manually.
Before you use Library Manager
, your PC must be connected to the Internet
- Open ArduinoIDE
- Click the "Sketch" menu
- Select Include Library > Manage Libraries and
Library Manager
will open - In the search field, you can search library that you want to install
- After you find the library, you can select the version that you want to install (the higher version is better), but don't worry if the version of the library doesn't appear, it's normal 'cause some library has a version
- Finally, click on the Install button then wait for the installation
- Once it has finished, and Installed tag should appear next to the library name. After that, you can close the library manager and you will find the new library in the Sketch > Include Library menu.
- Open ArduinoIDE
- Click the "Sketch" menu
- Select Include Library > Add .ZIP Library... and your file manager will open
- Navigate to the .zip file's location and click the file, then click the Open button. After that, wait for the importing progress (maybe your ArduinoIDE will be freeze for a little bit)
- Once it has finished, you can find the new library in the Sketch > Include Library menu. The library will appear at the bottom of the drop-down menu
NB: The library will be available to use in the "Sketch" menu. In the older IDE versions, the Examples of the library won't be exposed in the File > Examples until after the IDE has restarted.
Coming soon, ASAP.