Posts

Showing posts with the label Processing

Hello Processing for Android

Image
To start Processing for Android, refer to the posts in my another blog, Android-er . Download and install Processing software Setup Processing for Android development Hello World of Processing for Android

Voltmeter Software Application using Arduino to Read Voltages

Image
An Arduino Uno is used as a 4 channel voltmeter. The voltmeter readings and graphs are displayed in a software application on the computer. The computer software is written in the Processing language so should run on Windows, Linux and Mac.

Processing + Android

Image
Processing is an open source programming language and environment for people who want to create images, animations, and interactions. Initially developed to serve as a software sketchbook and to teach fundamentals of computer programming within a visual context, Processing also has evolved into a tool for generating finished professional work. Today, there are tens of thousands of students, artists, designers, researchers, and hobbyists who use Processing for learning, prototyping, and production. Free to download and open source Interactive programs using 2D, 3D or PDF output OpenGL integration for accelerated 3D For GNU/Linux, Mac OS X, and Windows Projects run online or as double-clickable applications Over 100 libraries extend the software into sound, video, computer vision, and more... Well documented, with many books available Processing for Android project is aim to make it foolishly easy to create Android apps using the Processing API. Once you have Processing on your machine...

Arduino and Processing

Image
Processing is an open source language/ development tool for writing programs in other computers. Useful when you want those other computers to "talk" with an Arduino, for instance to display or save some data collected by the Arduino. Arduino comes with some basic examples for communicating with Processing (in Examples > Communication). These are useful for when you want to write both Arduino and Processing programs and have them talk to each other. This works best for communicating simple information. know more: Arduino Playground - Arduino and Processing