doc:appunti:hardware:raspberrypi_air
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:appunti:hardware:raspberrypi_air [2017/10/09 12:49] – niccolo | doc:appunti:hardware:raspberrypi_air [2020/08/14 10:17] (current) – [Rapsberry Pi Air Quality Station] niccolo | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| This is my second approach to the **[[wp> | This is my second approach to the **[[wp> | ||
| Line 81: | Line 81: | ||
| Edit **/ | Edit **/ | ||
| - | |||
| ===== DS3231 RTC Clock ===== | ===== DS3231 RTC Clock ===== | ||
| Line 94: | Line 93: | ||
| ===== Python Libraries ===== | ===== Python Libraries ===== | ||
| - | The **Adafruit library for the GPIO** lines is required by the Adafruit BME280 library to access I2C bus: | + | The **Adafruit library for the GPIO** lines is required by the Adafruit BME280 library to access I2C bus. It is advisable to install also some packages **from the Raspbian distro**, otherwise the python setup will try to download and install a local version: |
| + | |||
| + | < | ||
| + | apt-get install python-dev python-setuptools python-spidev | ||
| + | </ | ||
| + | |||
| + | The Adafruit Python library is installed from the Git repository: | ||
| < | < | ||
| Line 103: | Line 108: | ||
| </ | </ | ||
| + | The setup procedure will download and install also the **Adafruit_PureIO** library. Everything will be installed into the **/ | ||
| ===== Serial Line ===== | ===== Serial Line ===== | ||
| Line 255: | Line 261: | ||
| < | < | ||
| - | apt-get install build-essential python-dev python-smbus | + | apt-get install |
| cd / | cd / | ||
| git clone https:// | git clone https:// | ||
| Line 464: | Line 470: | ||
| ==== Export to DXF ==== | ==== Export to DXF ==== | ||
| - | In OpenSCAD we use the menu //Design// -> //Compile and Render | + | In OpenSCAD we use the menu //Design// -> //Render//. If the object is only bi-dimensional it will be rendered with a red outline and cyan filling. Only in this case we will be able to //File// -> //Export// -> //Export as DXF...//. |
| ==== Using Inkscape to add writings, logos and to layout the pieces ==== | ==== Using Inkscape to add writings, logos and to layout the pieces ==== | ||
doc/appunti/hardware/raspberrypi_air.1507546192.txt.gz · Last modified: by niccolo
