Description
In this course, you will learn:-
- Students will be able to design an API that allows a light to be turned on and off in a secure manner.
- Students will learn how to build up a Java Development environment and load a Raspberry PI OS from scratch (Eclipse).
- Students will learn how to send commands to the GPIO pins on the Raspberry Pi to toggle them between high and low states.
- Students will learn how to construct a simple API that allows them to turn on and off a light with simple commands.
Syllabus:-
-
Introduction
-
Where to get the Boot Image
-
What SD Sizes are needed
-
Burning the Image
-
Booting the PI for the First Time
-
Going Headless with Screen Share
-
Verify Java installation and install Eclipse IDE
-
Getting Pi4J, installing files and get Blinking!
-
Remote Development with Vert.x and REST API's
-
Lights on, build success or fail