Developing Communities Be Good Do Good
Chandler 85248
chandan
"Hello World" Experiment with Grove LCD and Intel Edison Expansion Board:
Here are the steps for using Arduino IDE, Base shield and LCD to display "Hello World":
1, Open the Grove Starter Kit Plus for Intel IOT edition for Intel Galileo Gen 2 and Edison box and identify the base shield and LCD display and connecting cables.
2. Mount the base shield on the Edison Expansion board alligning the male and female connectors and set the voltage selection switch to 5 volt.
3. Connect one end of the connecting cables to LCD connection port and the other end to one of the I2C ports on the base shield.
4. Connect the barrel connector to the Edison Expansion board.
5. Connect the middle micro USB port to the computer.
7. In a browser window, Please go to https://github.com/Seeed-Studio/Grove_LCD_RGB_Backlight.
8. Copy the rgb_lcd.cpp and rgb_lcd.h file to ****/arduino/libraries/src folder in your computer.
9. Go to the C:\Users\****\Documents\Arduino area.
10. Open a new folder named hello-world.
11. Click on Arduino Icon on the desktop. From the Arduino Window,
a. Click on File Tab on the top left corner of the window.
b. Click new and name the file as hello-world.
9. Copy display.ino ( from seedstudio) code or helloworld.ino (local seedstudio file) and past it in the open arduino window for hello-world. Save this file.
Now we are all set to run the hello world program....
10. Go to the Arduino IDE window and click on the arrow sign for upload below the Edit tab.
11. This will compile and upload the program to the Edison board and " Hello World" should be displayed in the LCD......
!
Copyright 2019 Chandan Shamala Library. All rights reserved.
Chandler 85248
chandan