Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Raspberry Pi 3 Projects for Java Programmers

You're reading from   Raspberry Pi 3 Projects for Java Programmers Get the most out of your Raspberry Pi 3 with Java

Arrow left icon
Product type Paperback
Published in May 2017
Publisher Packt
ISBN-13 9781786462121
Length 286 pages
Edition 1st Edition
Languages
Arrow right icon
Authors (3):
Arrow left icon
Rajdeep Chandra Rajdeep Chandra
Author Profile Icon Rajdeep Chandra
Rajdeep Chandra
John Sirach John Sirach
Author Profile Icon John Sirach
John Sirach
Pradeeka Seneviratne Pradeeka Seneviratne
Author Profile Icon Pradeeka Seneviratne
Pradeeka Seneviratne
Arrow right icon
View More author details
Toc

Table of Contents (8) Chapters Close

Preface 1. Setting up Your Raspberry Pi 2. Automatic Light Switch Using Presence Detection FREE CHAPTER 3. A Social and Personal Digital Photo Frame 4. Integrating a Real-Time IoT Dashboard 5. Wireless Controlled Robot 6. Building a Multipurpose IoT Controller 7. Security Camera with Face Recognition

Writing your Java program

Open the NetBeans IDE and create a new project named ZumoRobot.

  1. In the menu bar, click File|New Project. The New Project wizard will appear. In the New Project wizard, click on Java under Categories and click on Java Application under Projects. Then click the Next button:
Figure 5-20: Creating ZumoRobot project with NetBeans IDE - step 1. Image credits: Courtesy of Adafruit (https://www.adafruit.com/)
  1. In the Name and Location step, type ZumoRobot for the Project Name and com.packt.B05688.chapter5.ZumoRobot for the Create Main Class. Click the Finish button to create the project:
Figure 5-21: Creating ZumoRobot project with NetBeans IDE - step 2. Image credits: Courtesy of Adafruit (https://www.adafruit.com/)
  1. The NetBeans IDE will create a file named ZumoRobot.java and the project environment for you.
  2. To work with Raspberry Pi GPIO pins, you should add the Pi4j library to your...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime