Raspberry Pi ADC-DAC Module(English): Difference between revisions

From 52Pi Wiki
Jump to navigation Jump to search
(Blanked the page)
Line 1: Line 1:


=Raspberry Pi ADC-DAC Module=
==Description==
The  ADC-DAC module
[[Image:ADDA 01.jpg|center|600px]]
==Technical Details==
{| width="998" cellspacing="0" border="1"
|-
! align="center" scope="col" style="width: 40%" | Type
! align="center" scope="col" | Value
|-
| align="center" scope="row" | Name
| align="center" | RPI_0.91'OLED_Display Module
|-
| align="center" scope="row" |  screen resolution
| align="center" | 128×32
|-
|align="center" scope="row" | screen type
| align="center" | 0.91
|-
| align="center" scope="row" | diplay scale
| align="center" |22.38×5.58MM
|-
| align="center" scope="row" | module scale
| align="center" | 35.1x15.12x11.8mm
|-
| align="center" scope="row" | Pixel Pitch
| align="center" | 0.17×0.17
|-
| align="center"  scope="row" | Pixel Size
| align="center" | 0.15×0.15
|-
| align="center" scope="row" | work voltage
| align="center" | 3.3V
|}
==Overview==
[[Image:p14.JPG|330px]][[Image:p13.JPG|330px]][[Image:p15.JPG|330px]]
<center>mounted  on Raspberry Pi</center>
[[Image:p5.JPG|330px]][[Image:p4.JPG|330px]][[Image:p2.JPG|330px]]
<center>in the night</center>
[[Image:p12.JPG|330px]][[Image:p10.JPG|320px]][[Image:p11.JPG|310px]]
==product scale==
<br>[[Image:ADDA sch02.png|700px]]
==schematic==
<br>[[Image:ADDA sch01.png|700px]]
==Learn==
*If it's the first time for you to use Raspberry Pi, please make sure the I2C interface is enabled,the following steps will show you how to enable I2C interface
*Type in [sudo raspi-config] set up raspberry pi and prepare to enable i2c interface
<br>[[Image:RTC_tech02.png|700px]]
*select Advanced Options
<br>[[Image:RTC_tech03.png|700px]]
*select I2c
<br>[[Image:RTC_tech04.png|700px]]
*select yes enable I2C
<br>[[Image:RTC_tech05.png|700px]]
*type in [sudo vim.tiny /etc/modules] to open file modules
<br>[[Image:RTC_tech06.png|700px]]
*add i2c-dev device like picture below
<br>[[Image:RTC_tech07.png|700px]]
*install i2c-tools ,type in [sudo apt-get install i2c-tools]
<br>[[Image:RTC_tech08.png|700px]]
*type in [sudo reboot] wait the raspberry pi restart ,Then type in [sudo i2cdetect –y -a 1], if AD-DA Module works ,it should be like picture below
<br>[[Image:Adda tech01.png|700px]]
*Now you can use some command to test this module .Type <code>gpio -x pcf8591:120:0x48 awrite 120 12</code> to lightening the LED. notice: the Jumper cap should be mounted on the port
<br>[[Image:ADDA 02.JPG|700px]]
<br>[[Image:Adda tech02.png|700px]]
*the command<code>gpio -x pcf8591:120:0x48 aread 120</code>can read the ADC input
[[Image:Adda tech03.png]]
==Attachment==
Download:[[SSD1306-Revision 1.0.pdf]]
----

Revision as of 16:38, 18 November 2016