├── .gitignore ├── 1010_-_asbsgs_array_ex1 └── 1010_-_asbsgs_array_ex1.ino ├── 1020_-_asbsgs_array_ex2 └── 1020_-_asbsgs_array_ex2.ino ├── 1030_-_asbsgs_array_ex3 └── 1030_-_asbsgs_array_ex3.ino ├── 1040_-_asbsgs_array_ex4 └── 1040_-_asbsgs_array_ex4.ino ├── LICENSE ├── Schematics ├── 0400 - Photoresistor │ ├── 0400 - Photoresistor partial.png │ └── 0400 - Photoresistor.png ├── 0410 - UV Light Sensor │ └── 0410 - UV Light Sensor.png ├── 0420 - RGB light sensor TC34725 │ ├── 0420 - TCS34725 4.pdf │ ├── 0420 - TCS34725 with RGB LED.jpg │ ├── 0420 - TCS34725 with RGB LED.png │ ├── 0420 - TCS34725 with RGB LED_old.png │ └── ASBS17 - 0440 - Thermistor notes.png ├── 0430 - DHT22 │ └── 0430 - DHT22.png ├── 0440 - Thermistor │ ├── 0440 - Thermistor 3V3.png │ └── 0440 - Thermistor 5V.png ├── 0450 - TMP36 Temperature sensor │ ├── 0450 - TMP36 Temperature sensor 3V3.png │ └── 0450 - TMP36 Temperature sensor 5V.png ├── 0460 - Temperature with the MCP9808 │ └── 0460 - Temperature MCP9808.png ├── 0470 - BMP085 environment sensor │ └── 0470 - BMP085 environment sensor.png ├── 0480 - BMP180 environment sensor │ └── 0480 - BMP180 environment sensor.png ├── 0500 - Infrared motion sensor │ ├── 0500 - Infrared sensor with Arduino.png │ ├── 0500 - Infrared sensor.png │ ├── DSC_0025.JPG │ ├── DSC_0026.JPG │ ├── DSC_0027.JPG │ ├── DSC_0028.JPG │ ├── IMG_4367 800.JPG │ ├── IMG_4367.JPG │ ├── L10 - Notes.pages │ │ ├── Data │ │ │ ├── pasted-image-24.tif │ │ │ ├── pasted-image-26.tif │ │ │ ├── pasted-image-28.tif │ │ │ ├── pasted-image-30.tif │ │ │ ├── pasted-image-34.tif │ │ │ ├── pasted-image-small-25.png │ │ │ ├── pasted-image-small-27.png │ │ │ ├── pasted-image-small-29.png │ │ │ ├── pasted-image-small-31.png │ │ │ └── pasted-image-small-35.png │ │ ├── Index.zip │ │ ├── Metadata │ │ │ ├── BuildVersionHistory.plist │ │ │ ├── DocumentIdentifier │ │ │ └── Properties.plist │ │ ├── preview-micro.jpg │ │ ├── preview-web.jpg │ │ └── preview.jpg │ ├── PIRExplainerPhoto.JPG │ ├── pir-passive-infrared-proximity-motion-sensor.pdf │ └── pir_motion_sensor_hcsr501_2.jpg ├── 0510 - Ultrasonic distance sensor │ └── 0510 - Ultrasonic Sensor HC-SR04.png ├── 0520 - ADXL335 accelerometer │ ├── 0520 - ADXL335 accelerometer 1.png │ └── 0520 - ADXL335 accelerometer 2.png ├── 0560 - Analog and digital microphone │ ├── 0560 - Analog microphone.png │ └── 0560 - Digital sound sensor.png ├── 0700 - LCD screen parallel │ ├── 0700 - LCD character screen DHT22.png │ ├── 0700 - LCD character screen DHT22_bb.png │ ├── 0700 LCD fz.pdf │ ├── 0700 LCD fz.png │ ├── 0700 LCD with sensor.png │ ├── 0700 LCD.png │ ├── L24 - Fritzing simple.fzz │ └── L24 - LCD character screen DHT22.fzz ├── Arduino Uno Fritzing │ └── Arduino Uno.key └── ArduinoUnoFRITZING.png ├── _0300_-_RGB_blink └── _0300_-_RGB_blink.ino ├── _0300_-_RGB_combine └── _0300_-_RGB_combine.ino ├── _0400_-_Photoresistor_-_1 └── _0400_-_Photoresistor_-_1.ino ├── _0410_-_UV_Sensor_-_1 └── _0410_-_UV_Sensor_-_1.ino ├── _0420_-_RGB_light_sensor_-_1 └── _0420_-_RGB_light_sensor_-_1.ino ├── _0420_-_RGB_light_sensor_-_2 └── _0420_-_RGB_light_sensor_-_2.ino ├── _0430_-_DHT22 └── _0430_-_DHT22.ino ├── _0440_-_Termistor └── _0440_-_Termistor.ino ├── _0440_-_Thermistor_with_library └── _0440_-_Thermistor_with_library.ino ├── _0450_-_TMP36_temperature_sensor └── _0450_-_TMP36_temperature_sensor.ino ├── _0460_-_Temperature_MCP9808 └── _0460_-_Temperature_MCP9808.ino ├── _0480_-BMP180_-_2 └── _0480_-BMP180_-_2.ino ├── _0480_-_BMP180_-_1 └── _0480_-_BMP180_-_1.ino ├── _0490_-_Environment_sensor_BME280 └── _0490_-_Environment_sensor_BME280.ino ├── _0500_-_Infrared_Sensor_1 └── _0500_-_Infrared_Sensor_1.ino ├── _0500_-_Infrared_Sensor_2 └── _0500_-_Infrared_Sensor_2.ino ├── _0510_-_Ultrasonic_Distance_Sensor └── _0510_-_Ultrasonic_Distance_Sensor.ino ├── _0520_-_Acceleration_ADXL335_-_1 └── _0520_-_Acceleration_ADXL335_-_1.ino ├── _0520_-_Acceleration_ADXL335_-_2 └── _0520_-_Acceleration_ADXL335_-_2.ino ├── _0520_-_Acceleration_ADXL335_-_3 └── _0520_-_Acceleration_ADXL335_-_3.ino ├── _0560_-_Analog_microphone └── _0560_-_Analog_microphone.ino ├── _0560_-_Digital_sound_sensor └── _0560_-_Digital_sound_sensor.ino ├── _0570_-_Hall_Effect_sensor └── _0570_-_Hall_Effect_sensor.ino ├── _0580_-_Reed_Switch └── _0580_-_Reed_Switch.ino ├── _0590_-_Magnetometer_Compass_HMC5883 └── _0590_-_Magnetometer_Compass_HMC5883.ino ├── _0650_-_PassiveBuzzerSimple └── _0650_-_PassiveBuzzerSimple.ino ├── _0650_-_ToneMelodyBuzzer ├── _0650_-_ToneMelodyBuzzer.ino └── pitches.h ├── _0700a_-_LCD_display └── _0700a_-_LCD_display.ino ├── _0700b_-_LCD_display_with_DHT_sensor └── _0700b_-_LCD_display_with_DHT_sensor.ino ├── _0710_-_LCD_I2C └── _0710_-_LCD_I2C.ino ├── _0720_-_Adafruit_LCD_shield └── _0720_-_Adafruit_LCD_shield.ino └── i2c_scanner └── i2c_scanner.ino /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/.gitignore -------------------------------------------------------------------------------- /1010_-_asbsgs_array_ex1/1010_-_asbsgs_array_ex1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/1010_-_asbsgs_array_ex1/1010_-_asbsgs_array_ex1.ino -------------------------------------------------------------------------------- /1020_-_asbsgs_array_ex2/1020_-_asbsgs_array_ex2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/1020_-_asbsgs_array_ex2/1020_-_asbsgs_array_ex2.ino -------------------------------------------------------------------------------- /1030_-_asbsgs_array_ex3/1030_-_asbsgs_array_ex3.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/1030_-_asbsgs_array_ex3/1030_-_asbsgs_array_ex3.ino -------------------------------------------------------------------------------- /1040_-_asbsgs_array_ex4/1040_-_asbsgs_array_ex4.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/1040_-_asbsgs_array_ex4/1040_-_asbsgs_array_ex4.ino -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/LICENSE -------------------------------------------------------------------------------- /Schematics/0400 - Photoresistor/0400 - Photoresistor partial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0400 - Photoresistor/0400 - Photoresistor partial.png -------------------------------------------------------------------------------- /Schematics/0400 - Photoresistor/0400 - Photoresistor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0400 - Photoresistor/0400 - Photoresistor.png -------------------------------------------------------------------------------- /Schematics/0410 - UV Light Sensor/0410 - UV Light Sensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0410 - UV Light Sensor/0410 - UV Light Sensor.png -------------------------------------------------------------------------------- /Schematics/0420 - RGB light sensor TC34725/0420 - TCS34725 4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0420 - RGB light sensor TC34725/0420 - TCS34725 4.pdf -------------------------------------------------------------------------------- /Schematics/0420 - RGB light sensor TC34725/0420 - TCS34725 with RGB LED.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0420 - RGB light sensor TC34725/0420 - TCS34725 with RGB LED.jpg -------------------------------------------------------------------------------- /Schematics/0420 - RGB light sensor TC34725/0420 - TCS34725 with RGB LED.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0420 - RGB light sensor TC34725/0420 - TCS34725 with RGB LED.png -------------------------------------------------------------------------------- /Schematics/0420 - RGB light sensor TC34725/0420 - TCS34725 with RGB LED_old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0420 - RGB light sensor TC34725/0420 - TCS34725 with RGB LED_old.png -------------------------------------------------------------------------------- /Schematics/0420 - RGB light sensor TC34725/ASBS17 - 0440 - Thermistor notes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0420 - RGB light sensor TC34725/ASBS17 - 0440 - Thermistor notes.png -------------------------------------------------------------------------------- /Schematics/0430 - DHT22/0430 - DHT22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0430 - DHT22/0430 - DHT22.png -------------------------------------------------------------------------------- /Schematics/0440 - Thermistor/0440 - Thermistor 3V3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0440 - Thermistor/0440 - Thermistor 3V3.png -------------------------------------------------------------------------------- /Schematics/0440 - Thermistor/0440 - Thermistor 5V.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0440 - Thermistor/0440 - Thermistor 5V.png -------------------------------------------------------------------------------- /Schematics/0450 - TMP36 Temperature sensor/0450 - TMP36 Temperature sensor 3V3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0450 - TMP36 Temperature sensor/0450 - TMP36 Temperature sensor 3V3.png -------------------------------------------------------------------------------- /Schematics/0450 - TMP36 Temperature sensor/0450 - TMP36 Temperature sensor 5V.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0450 - TMP36 Temperature sensor/0450 - TMP36 Temperature sensor 5V.png -------------------------------------------------------------------------------- /Schematics/0460 - Temperature with the MCP9808/0460 - Temperature MCP9808.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0460 - Temperature with the MCP9808/0460 - Temperature MCP9808.png -------------------------------------------------------------------------------- /Schematics/0470 - BMP085 environment sensor/0470 - BMP085 environment sensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0470 - BMP085 environment sensor/0470 - BMP085 environment sensor.png -------------------------------------------------------------------------------- /Schematics/0480 - BMP180 environment sensor/0480 - BMP180 environment sensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0480 - BMP180 environment sensor/0480 - BMP180 environment sensor.png -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/0500 - Infrared sensor with Arduino.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/0500 - Infrared sensor with Arduino.png -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/0500 - Infrared sensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/0500 - Infrared sensor.png -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/DSC_0025.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/DSC_0025.JPG -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/DSC_0026.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/DSC_0026.JPG -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/DSC_0027.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/DSC_0027.JPG -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/DSC_0028.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/DSC_0028.JPG -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/IMG_4367 800.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/IMG_4367 800.JPG -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/IMG_4367.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/IMG_4367.JPG -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Data/pasted-image-24.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Data/pasted-image-24.tif -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Data/pasted-image-26.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Data/pasted-image-26.tif -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Data/pasted-image-28.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Data/pasted-image-28.tif -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Data/pasted-image-30.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Data/pasted-image-30.tif -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Data/pasted-image-34.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Data/pasted-image-34.tif -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Data/pasted-image-small-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Data/pasted-image-small-25.png -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Data/pasted-image-small-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Data/pasted-image-small-27.png -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Data/pasted-image-small-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Data/pasted-image-small-29.png -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Data/pasted-image-small-31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Data/pasted-image-small-31.png -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Data/pasted-image-small-35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Data/pasted-image-small-35.png -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Index.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Index.zip -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Metadata/BuildVersionHistory.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Metadata/BuildVersionHistory.plist -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Metadata/DocumentIdentifier: -------------------------------------------------------------------------------- 1 | AEEA068C-1117-4CCF-91F8-7534149918C0 -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Metadata/Properties.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/Metadata/Properties.plist -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/preview-micro.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/preview-micro.jpg -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/preview-web.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/preview-web.jpg -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/L10 - Notes.pages/preview.jpg -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/PIRExplainerPhoto.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/PIRExplainerPhoto.JPG -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/pir-passive-infrared-proximity-motion-sensor.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/pir-passive-infrared-proximity-motion-sensor.pdf -------------------------------------------------------------------------------- /Schematics/0500 - Infrared motion sensor/pir_motion_sensor_hcsr501_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0500 - Infrared motion sensor/pir_motion_sensor_hcsr501_2.jpg -------------------------------------------------------------------------------- /Schematics/0510 - Ultrasonic distance sensor/0510 - Ultrasonic Sensor HC-SR04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0510 - Ultrasonic distance sensor/0510 - Ultrasonic Sensor HC-SR04.png -------------------------------------------------------------------------------- /Schematics/0520 - ADXL335 accelerometer/0520 - ADXL335 accelerometer 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0520 - ADXL335 accelerometer/0520 - ADXL335 accelerometer 1.png -------------------------------------------------------------------------------- /Schematics/0520 - ADXL335 accelerometer/0520 - ADXL335 accelerometer 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0520 - ADXL335 accelerometer/0520 - ADXL335 accelerometer 2.png -------------------------------------------------------------------------------- /Schematics/0560 - Analog and digital microphone/0560 - Analog microphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0560 - Analog and digital microphone/0560 - Analog microphone.png -------------------------------------------------------------------------------- /Schematics/0560 - Analog and digital microphone/0560 - Digital sound sensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0560 - Analog and digital microphone/0560 - Digital sound sensor.png -------------------------------------------------------------------------------- /Schematics/0700 - LCD screen parallel/0700 - LCD character screen DHT22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0700 - LCD screen parallel/0700 - LCD character screen DHT22.png -------------------------------------------------------------------------------- /Schematics/0700 - LCD screen parallel/0700 - LCD character screen DHT22_bb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0700 - LCD screen parallel/0700 - LCD character screen DHT22_bb.png -------------------------------------------------------------------------------- /Schematics/0700 - LCD screen parallel/0700 LCD fz.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0700 - LCD screen parallel/0700 LCD fz.pdf -------------------------------------------------------------------------------- /Schematics/0700 - LCD screen parallel/0700 LCD fz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0700 - LCD screen parallel/0700 LCD fz.png -------------------------------------------------------------------------------- /Schematics/0700 - LCD screen parallel/0700 LCD with sensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0700 - LCD screen parallel/0700 LCD with sensor.png -------------------------------------------------------------------------------- /Schematics/0700 - LCD screen parallel/0700 LCD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0700 - LCD screen parallel/0700 LCD.png -------------------------------------------------------------------------------- /Schematics/0700 - LCD screen parallel/L24 - Fritzing simple.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0700 - LCD screen parallel/L24 - Fritzing simple.fzz -------------------------------------------------------------------------------- /Schematics/0700 - LCD screen parallel/L24 - LCD character screen DHT22.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/0700 - LCD screen parallel/L24 - LCD character screen DHT22.fzz -------------------------------------------------------------------------------- /Schematics/Arduino Uno Fritzing/Arduino Uno.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/Arduino Uno Fritzing/Arduino Uno.key -------------------------------------------------------------------------------- /Schematics/ArduinoUnoFRITZING.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/Schematics/ArduinoUnoFRITZING.png -------------------------------------------------------------------------------- /_0300_-_RGB_blink/_0300_-_RGB_blink.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0300_-_RGB_blink/_0300_-_RGB_blink.ino -------------------------------------------------------------------------------- /_0300_-_RGB_combine/_0300_-_RGB_combine.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0300_-_RGB_combine/_0300_-_RGB_combine.ino -------------------------------------------------------------------------------- /_0400_-_Photoresistor_-_1/_0400_-_Photoresistor_-_1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0400_-_Photoresistor_-_1/_0400_-_Photoresistor_-_1.ino -------------------------------------------------------------------------------- /_0410_-_UV_Sensor_-_1/_0410_-_UV_Sensor_-_1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0410_-_UV_Sensor_-_1/_0410_-_UV_Sensor_-_1.ino -------------------------------------------------------------------------------- /_0420_-_RGB_light_sensor_-_1/_0420_-_RGB_light_sensor_-_1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0420_-_RGB_light_sensor_-_1/_0420_-_RGB_light_sensor_-_1.ino -------------------------------------------------------------------------------- /_0420_-_RGB_light_sensor_-_2/_0420_-_RGB_light_sensor_-_2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0420_-_RGB_light_sensor_-_2/_0420_-_RGB_light_sensor_-_2.ino -------------------------------------------------------------------------------- /_0430_-_DHT22/_0430_-_DHT22.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0430_-_DHT22/_0430_-_DHT22.ino -------------------------------------------------------------------------------- /_0440_-_Termistor/_0440_-_Termistor.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0440_-_Termistor/_0440_-_Termistor.ino -------------------------------------------------------------------------------- /_0440_-_Thermistor_with_library/_0440_-_Thermistor_with_library.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0440_-_Thermistor_with_library/_0440_-_Thermistor_with_library.ino -------------------------------------------------------------------------------- /_0450_-_TMP36_temperature_sensor/_0450_-_TMP36_temperature_sensor.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0450_-_TMP36_temperature_sensor/_0450_-_TMP36_temperature_sensor.ino -------------------------------------------------------------------------------- /_0460_-_Temperature_MCP9808/_0460_-_Temperature_MCP9808.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0460_-_Temperature_MCP9808/_0460_-_Temperature_MCP9808.ino -------------------------------------------------------------------------------- /_0480_-BMP180_-_2/_0480_-BMP180_-_2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0480_-BMP180_-_2/_0480_-BMP180_-_2.ino -------------------------------------------------------------------------------- /_0480_-_BMP180_-_1/_0480_-_BMP180_-_1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0480_-_BMP180_-_1/_0480_-_BMP180_-_1.ino -------------------------------------------------------------------------------- /_0490_-_Environment_sensor_BME280/_0490_-_Environment_sensor_BME280.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0490_-_Environment_sensor_BME280/_0490_-_Environment_sensor_BME280.ino -------------------------------------------------------------------------------- /_0500_-_Infrared_Sensor_1/_0500_-_Infrared_Sensor_1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0500_-_Infrared_Sensor_1/_0500_-_Infrared_Sensor_1.ino -------------------------------------------------------------------------------- /_0500_-_Infrared_Sensor_2/_0500_-_Infrared_Sensor_2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0500_-_Infrared_Sensor_2/_0500_-_Infrared_Sensor_2.ino -------------------------------------------------------------------------------- /_0510_-_Ultrasonic_Distance_Sensor/_0510_-_Ultrasonic_Distance_Sensor.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0510_-_Ultrasonic_Distance_Sensor/_0510_-_Ultrasonic_Distance_Sensor.ino -------------------------------------------------------------------------------- /_0520_-_Acceleration_ADXL335_-_1/_0520_-_Acceleration_ADXL335_-_1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0520_-_Acceleration_ADXL335_-_1/_0520_-_Acceleration_ADXL335_-_1.ino -------------------------------------------------------------------------------- /_0520_-_Acceleration_ADXL335_-_2/_0520_-_Acceleration_ADXL335_-_2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0520_-_Acceleration_ADXL335_-_2/_0520_-_Acceleration_ADXL335_-_2.ino -------------------------------------------------------------------------------- /_0520_-_Acceleration_ADXL335_-_3/_0520_-_Acceleration_ADXL335_-_3.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0520_-_Acceleration_ADXL335_-_3/_0520_-_Acceleration_ADXL335_-_3.ino -------------------------------------------------------------------------------- /_0560_-_Analog_microphone/_0560_-_Analog_microphone.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0560_-_Analog_microphone/_0560_-_Analog_microphone.ino -------------------------------------------------------------------------------- /_0560_-_Digital_sound_sensor/_0560_-_Digital_sound_sensor.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0560_-_Digital_sound_sensor/_0560_-_Digital_sound_sensor.ino -------------------------------------------------------------------------------- /_0570_-_Hall_Effect_sensor/_0570_-_Hall_Effect_sensor.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0570_-_Hall_Effect_sensor/_0570_-_Hall_Effect_sensor.ino -------------------------------------------------------------------------------- /_0580_-_Reed_Switch/_0580_-_Reed_Switch.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0580_-_Reed_Switch/_0580_-_Reed_Switch.ino -------------------------------------------------------------------------------- /_0590_-_Magnetometer_Compass_HMC5883/_0590_-_Magnetometer_Compass_HMC5883.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0590_-_Magnetometer_Compass_HMC5883/_0590_-_Magnetometer_Compass_HMC5883.ino -------------------------------------------------------------------------------- /_0650_-_PassiveBuzzerSimple/_0650_-_PassiveBuzzerSimple.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0650_-_PassiveBuzzerSimple/_0650_-_PassiveBuzzerSimple.ino -------------------------------------------------------------------------------- /_0650_-_ToneMelodyBuzzer/_0650_-_ToneMelodyBuzzer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0650_-_ToneMelodyBuzzer/_0650_-_ToneMelodyBuzzer.ino -------------------------------------------------------------------------------- /_0650_-_ToneMelodyBuzzer/pitches.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0650_-_ToneMelodyBuzzer/pitches.h -------------------------------------------------------------------------------- /_0700a_-_LCD_display/_0700a_-_LCD_display.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0700a_-_LCD_display/_0700a_-_LCD_display.ino -------------------------------------------------------------------------------- /_0700b_-_LCD_display_with_DHT_sensor/_0700b_-_LCD_display_with_DHT_sensor.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0700b_-_LCD_display_with_DHT_sensor/_0700b_-_LCD_display_with_DHT_sensor.ino -------------------------------------------------------------------------------- /_0710_-_LCD_I2C/_0710_-_LCD_I2C.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0710_-_LCD_I2C/_0710_-_LCD_I2C.ino -------------------------------------------------------------------------------- /_0720_-_Adafruit_LCD_shield/_0720_-_Adafruit_LCD_shield.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/_0720_-_Adafruit_LCD_shield/_0720_-_Adafruit_LCD_shield.ino -------------------------------------------------------------------------------- /i2c_scanner/i2c_scanner.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/ArduinoSbSGettingStarted/HEAD/i2c_scanner/i2c_scanner.ino --------------------------------------------------------------------------------