0% found this document useful (0 votes)
149 views2 pages

Working With Java ME Embedded 8 by Using The Raspberry Pi Series

This document discusses using the Raspberry Pi to develop embedded applications with Java ME Embedded. The Raspberry Pi is a small, low-cost computer capable of running Linux and connecting to external devices through GPIO pins, making it ideal for developing real-world embedded applications. The tutorials will teach how to write Java Embedded applications to sense switches, control LEDs, read temperature and pressure, get GPS location, and more by connecting circuits and sensors to the Raspberry Pi. Java developers can apply their existing Java skills to the growing field of Internet of Things and machine-to-machine applications.

Uploaded by

Aravindan Muthu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
149 views2 pages

Working With Java ME Embedded 8 by Using The Raspberry Pi Series

This document discusses using the Raspberry Pi to develop embedded applications with Java ME Embedded. The Raspberry Pi is a small, low-cost computer capable of running Linux and connecting to external devices through GPIO pins, making it ideal for developing real-world embedded applications. The tutorials will teach how to write Java Embedded applications to sense switches, control LEDs, read temperature and pressure, get GPS location, and more by connecting circuits and sensors to the Raspberry Pi. Java developers can apply their existing Java skills to the growing field of Internet of Things and machine-to-machine applications.

Uploaded by

Aravindan Muthu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Working with Java ME Embedded 8 by

Using the Raspberry Pi Series


https://apex.oracle.com/pls/apex/f?p=44785:24:105563475776140::::P24_CONT
ENT_ID%2CP24_PREV_PAGE:8490%2C24

Description

Intelligent devices are becoming an ever more important and ubiquitous part of our everyday lives. Mobile
phones represented the first wave of smaller personal computers. And now, as the price of electronics and
processing power continues to fall, there is an intersection between sensors and other electromechanical devices
and computers that live on the edge of the Internet: close to the source of the data, processing the data locally
and sending just what is required to other computers to consume. This wave of machine-to-machine (M2M)
technology, or more broadly, the Internet of Things (IoT), is rapidly shaping the future of computing. Oracle Java
Platform, Micro Edition (Java ME) provides Java developers with a direct path to this new market space by using
their existing knowledge and skills.

The Raspberry Pi is a computer that is about the size of a deck of cards, yet it is capable of running a Linux
distribution on its ARM 11 processor. The Raspberry Pi also supports USB, Ethernet, audio, HDMI, and RCA
video output. But most importantly, the Raspberry Pi provides a 26-pin header that connects the computer to the
outside world, through general-purpose input/output (GPIO) pins that can drive LEDs, read switches and other
electronic signals, and connect to a wealth of inter-integrated circuit (I2C) devices, universal asynchronous
receiver/transmitter (UART) devices, and more. This header and the Raspberry Pi's low cost is what makes the
Raspberry Pi an ideal platform to develop real-world embedded applications with Java ME Embedded.

In this series of tutorials, learn how to write Java Embedded applications and how to create circuits and connect
them to the Raspberry Pi to sense a change in a switch, light an LED, read the current temperature and
barometric pressure, determine your location using a GPS device, and more!

For more information about Java Embedded, see the Java Embedded Documentation page.

You might also like