Skip to content
Permalink
Browse files
removed old exercises
  • Loading branch information
aa7401 committed Jul 31, 2019
1 parent 1daf615 commit 304bcdcbad0fd68999cbaad0babb539770349612
Show file tree
Hide file tree
Showing 126 changed files with 21 additions and 5,530 deletions.
@@ -146,3 +146,12 @@ If we want the script to run automatically we need to add it as a _cron_ task. W
This tells the crontab to run the script when the device boots. The `&` character runs the script in the background. Try rebooting the server, you should see the information displayed as soon as the reboot is complete.

## 3 Reading Data from a Sensor

In this task you will be adding a GY-61 ADXL335 / 345 Module which can be used to measure the angle of the raspberry pi.

- TC74 temperature sensor
- VEML6070 UV light sensor
- TSL2561 light sensor
- 4 channel ADC
- BMP280 temperature/humidity (also SPI)
- HMC5883L Compass
@@ -0,0 +1,12 @@

# Using the SPI Protocol

- Display using the e-ink screen?
- Writing to an SD card?

Sensors

- RFID
- ADXL345 3-axis accelerometer tilt sensor (also I2C)
- BMP280 temperature/humidity (also I2C)
- CD74HC4067 CMOS 16 Channel Digital Analog Multiplexer
File renamed without changes.

This file was deleted.

File renamed without changes.
File renamed without changes.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 304bcdc

Please sign in to comment.