Skip to content

Commit

Permalink
Readme update.
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitaggarwal011 committed Jun 21, 2015
1 parent 6febb97 commit 9ea9255
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Expand Up @@ -4,19 +4,25 @@ An **oscilloscope** is a laboratory instrument commonly used to display and anal

A **XY Plotter** is an instrument to plot a voltage variable with respect to another voltage variable. This is in contrast to the oscilloscope which plots a voltage variable with respect to time.

This python library can turn your **Raspberry Pi** into an Oscilloscope or XY plotter. Simply, interface an **Analog to Digital Converter** with your Raspberry Pi and use the library to view the analog signals on your Raspberry Pi. Currently, the library supports Adafruit ADS1015 breakout board.
This python library can turn your **Raspberry Pi** into an Oscilloscope or XY plotter. Simply, interface an **Analog to Digital Converter** with your Raspberry Pi and use the library to view the analog signals on your Raspberry Pi. Currently, the library supports Adafruit ADS1015 breakout board.

![alt text](https://learn.adafruit.com/system/guides/images/000/000/195/medium800/summary.jpg "Raspberry Pi with ADS1015")

![](https://learn.adafruit.com/system/guides/images/000/000/195/medium800/summary.jpg)
*Raspberry Pi with ADS1015*

## Motivation
Oscilloscope are costly, bulky. I wanted to monitor analog sensors on Raspberry Pi and I didn't had an actual oscilloscope. Not exactly precise, but it could be very helpful for most applications.

## Dependencies

*Hardware*

1. Raspberry Pi B/B+/2

2. [ADS1015 Breakout board Analog to Digital converter](http://www.adafruit.com/product/1083)

*Software*

1. Python 2.7

The following python modules are needed in order to use this library:
Expand All @@ -38,8 +44,11 @@ $ sudo i2cdetect -y 1
```

If you need help in interfacing, check out the official documentation from Adafruit:

https://learn.adafruit.com/adafruits-raspberry-pi-lesson-4-gpio-setup/configuring-i2c

https://learn.adafruit.com/adafruit-4-channel-adc-breakouts/

https://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code

## Usage
Expand Down

0 comments on commit 9ea9255

Please sign in to comment.