Java on the Raspberry Pi
eBook - ePub

Java on the Raspberry Pi

Develop Java Programs to Control Devices for Robotics, IoT, and Beyond

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Java on the Raspberry Pi

Develop Java Programs to Control Devices for Robotics, IoT, and Beyond

Book details
Table of contents
Citations

About This Book

Use Java to do whatever you want to do with the Raspberry Pi and the devices you need for your project. In theory, it should be possible, and even easy, to work with on the Pi. Unfortunately, reality is a bit different. This book features an extensive set of techniques that allow you to get close to bringing this theory to fruition.
You'll review some limitations on using Java imposed by the Raspberry Pi and Raspberry Pi OS, and even Java itself, and examine which ones might apply to your projects and your devices. You'll also explore solutions to address the limitations and l look at efficient development of Java for the Raspberry Pi.
Java on the Raspberry Pi shows how to interact with a range of devices useful in robotics and IOT, overcoming the hurdles in doing so. It also covers off-loading work from the Raspberry Pi to an Arduino, leveraging its close-to-real time capabilities.
WhatYou'll Learn

  • Develop with Java remotely using NetBeans
  • Leverage available libraries to enable device interaction, and what to do if they don't work
  • Implement multi-processing, using an Arduino as a co-processor
  • Build sophisticated projects with multiple threads of execution, multiple processes, and even multiple systems

Who This Book Is For Experienced programmers who appreciate the benefits of Java and world class tools for application development and want to build robotics or IOT projects using the low cost, low power, and portability of the Raspberry Pi.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Java on the Raspberry Pi by Greg Flurry in PDF and/or ePUB format, as well as other popular books in Computer Science & Hardware. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2021
ISBN
9781484272640

Table of contents

  1. Cover
  2. Front Matter
  3. 1. Motivations
  4. 2. Raspberry Pi 3 Model B+ Setup
  5. 3. Raspberry Pi Zero W Setup
  6. 4. Set Up the Workstation
  7. 5. Remote Java Development with NetBeans
  8. 6. Device Support in Java
  9. 7. The diozero Base I/O API
  10. 8. A DC Motor Controller
  11. 9. An Inertial Measurement Unit
  12. 10. A Lidar Unit
  13. 11. An Environmental Sensor
  14. 12. An Analog-to-Digital Converter
  15. 13. A Stepper Motor Driver
  16. 14. A Project
  17. Back Matter