├── 2600_arduino_sketch └── 2600_arduino_sketch.ino ├── 2600_processing_sketch └── 2600_processing_sketch.pde ├── 2715_-_Read_card_ID_and_recognise_owner └── 2715_-_Read_card_ID_and_recognise_owner.ino ├── 2725a_-_Read_stored_data └── 2725a_-_Read_stored_data.ino ├── 2725b_-_Write_data_in_blocks └── 2725b_-_Write_data_in_blocks.ino ├── 47.10-MQ2_demo └── 47.10-MQ2_demo.ino ├── 47.30-MiCS-2714_MEMS_Gas_Sensor_simple └── 47.30-MiCS-2714_MEMS_Gas_Sensor_simple.ino ├── 47.30-MiCS-2714_MEMS_Gas_Sensor_trigger └── 47.30-MiCS-2714_MEMS_Gas_Sensor_trigger.ino ├── 47.40-ENS160_Air_Quality_Gas_Sensor_detailed └── 47.40-ENS160_Air_Quality_Gas_Sensor_detailed.ino ├── 47.40-ENS160_Air_Quality_Gas_Sensor_simple └── 47.40-ENS160_Air_Quality_Gas_Sensor_simple.ino ├── 47.50-SGP40_Air_Quality_Gas_Sensor_gat_tvoc └── 47.50-SGP40_Air_Quality_Gas_Sensor_gat_tvoc.ino ├── ASBS GSR - List of parts.pdf ├── ASBS Getting Serious Links and External Resource.txt ├── README.md ├── Schematics ├── 0490b - BME280 SPI.png ├── 0490c - BME280 I2C.png ├── 0540 - MPU6050.png ├── 0590b - HMC5883.png ├── 0620 - Flex sensor.png ├── 0635 - Joystick.png ├── 0640 - Rotary encoder.png ├── 0670 - 4x4 keypad 8-wire.png ├── 0680 - 4x4 keypad 1-wire.png ├── 0690 - 4x4 keypad with 74C922 encoder.png ├── 0732 - 2.2 inch TFT display with sd card.png ├── 0732 - 2.2 inch TFT with the ILI9340C.png ├── 0740 - 128x64 OLED SPI SH1106.png ├── 0740 - 128x64 SPI SH1106 OLED.png ├── 0750 - One Seven Segment Display without library.png ├── 0752 - One seven segment display with sevseg library.png ├── 0753 - Dual seven segment display with sevseg library.png ├── 0754 - One 7Seg dislplay with Shift register.png ├── 0755 - Seven segment clock display.png ├── 0757 - Seven Segment Clock display with I2C backpack.png ├── 0760 - 8x8 LED matrix display.png ├── 0810 - 12V LED strip with TIP122.png ├── 0820 - 12V RGB LED strip with TIP122.png ├── 0840 - Adafruit Neopixel high density 8 LED.png ├── 0850 - Adafruit Neopixel RGBW 30 LED strip.png ├── 1110 - Ethernet shield Reporting web server.png ├── 1210 - Wifi reporting web server OLD.png ├── 1210 - Wifi reporting web server.png ├── 1211 - Wifi remote CSV fetch OLD.png ├── 1211 - Wifi remote CSV fetch.png ├── 1218ab - Bluetooth with the HC06.png ├── 1218c - Bluetooth with the HC-06.png ├── 1230 - nRF8001.png ├── 1240 - Blueruit BLE.png ├── 1300 - nRF24 pinout.png ├── 1300 - nRF24.png ├── 1300a - nRF24 Node 1.png ├── 1300b - nRF24 Node 2.png ├── 1310a - RF422 receiver.png ├── 1310b - RF422 transmitter.png ├── 1410a - SD card module.png ├── 1410b - SD card module.png ├── 1430 - External I2C EEPROM.png ├── 1520a - Real time counter simple demo.png ├── 1520b - Real time counter with SD card data logger.png ├── 1610 - FingerprintSensor.png ├── 1620 - FingerprintSensor_DoorLock.png ├── 1720a - Relay direct connection.png ├── 1720b - Relay with transistor driver.png ├── 1810a - Demo1-hardwareDebouncing.png ├── 1810b - Demo1-hardwareDebouncingWithCapacitor.png ├── 1821 - 595 Shift Register with 8 LEDs.png ├── 1823 - 595 Shift Register with 16 LEDs.png ├── 1850a - Port expander MCP23017 Demo1_bb.png ├── 1850b - Port expander MCP23017 Demo2_bb.png ├── 1850c - Port expander MCP23017 Demo3_bb.png ├── 1910a - Breadboard Arduino PowerSupply.png ├── 1910b - Breadboard Arduino AddAtMegaReset.png ├── 1910c - Breadboard Arduino AddOscillator.png ├── 1910d - Breadboard Arduino Added Power LED.png ├── 1910e - Breadboard Arduino Added dig Pin 13 LED.png ├── 2100a - Hardware interrupts.png ├── 2100b - Timer interrupts.png ├── 2110a - External_PullUp.png ├── 2110b - External_PullUp.png ├── 2110c - Internal_PullUp.png ├── 2700 - RFID RC522 schematic.png ├── 2800 - InfraRed_Remote_Control.png └── ASBS0635-Joystick.png ├── _0490_-_BME280_environment_sensor └── _0490_-_BME280_environment_sensor.ino ├── _0580_-_Door_reed_switch └── _0580_-_Door_reed_switch.ino ├── _0590_-_HMC5883_3axis_magnetometer └── _0590_-_HMC5883_3axis_magnetometer.ino ├── _0620_-_Flex_sensor └── _0620_-_Flex_sensor.ino ├── _0630_-_Membrane_potentiometer └── _0630_-_Membrane_potentiometer.ino ├── _0635_-_Joystick └── _0635_-_Joystick.ino ├── _0636_-_Joystick_plot └── _0636_-_Joystick_plot.ino ├── _0640a_-_Rotary_encoder_no_interrupts └── _0640a_-_Rotary_encoder_no_interrupts.ino ├── _0640b_-_Rotary_encoder_with_interrupts └── _0640b_-_Rotary_encoder_with_interrupts.ino ├── _0670_-_Membrane_Keypad_8-wire └── _0670_-_Membrane_Keypad_8-wire.ino ├── _0680_-_Membrane_keypad_1-wire └── _0680_-_Membrane_keypad_1-wire.ino ├── _0681_-_LCD_I2C └── _0681_-_LCD_I2C.ino ├── _0690_-_Membrane_keypad_with_74C922_encoder └── _0690_-_Membrane_keypad_with_74C922_encoder.ino ├── _0730_-_1.8_inch_TFT_with_joystic_and_SD_card ├── _0730_-_1.8_inch_TFT_with_joystic_and_SD_card.ino └── tft18.bmp ├── _0732_-_2.2_inch_TFT_with_SD_card ├── _0732_-_2.2_inch_TFT_with_SD_card.ino └── tft1822.bmp ├── _0735_-_2.8_inch_TFT_with_resistive_touchscreen_and_SD_card ├── _0735_-_2.8_inch_TFT_with_resistive_touchscreen_and_SD_card.ino ├── demont.bmp └── woof.bmp ├── _0740_-_128x64_OLED_monochrome_SPI └── _0740_-_128x64_OLED_monochrome_SPI.ino ├── _0750_-_One_7Seg_display_without_library └── _0750_-_One_7Seg_display_without_library.ino ├── _0752_-_One_7Seg_With_Library └── _0752_-_One_7Seg_With_Library.ino ├── _0753_-_Two_7Seg_With_Library └── _0753_-_Two_7Seg_With_Library.ino ├── _0754_-_One_sevseg_with_shift_register └── _0754_-_One_sevseg_with_shift_register.ino ├── _0755_-_Seven_Seg_clock_display_timer └── _0755_-_Seven_Seg_clock_display_timer.ino ├── _0757_-_Seven_Seg_clock_display_I2C_backpack_timer └── _0757_-_Seven_Seg_clock_display_I2C_backpack_timer.ino ├── _0760_-_8x8_matrix_LED_smiley └── _0760_-_8x8_matrix_LED_smiley.ino ├── _0770_-_four_8x8_LED_matrix └── _0770_-_four_8x8_LED_matrix.ino ├── _0810_-_12V_LED_strip_with_TIP122 └── _0810_-_12V_LED_strip_with_TIP122.ino ├── _0811_-_12V_LED_strip_with_TIP122_PWM └── _0811_-_12V_LED_strip_with_TIP122_PWM.ino ├── _0820_-_12V_RGB_LED_strip_with_TIP122 └── _0820_-_12V_RGB_LED_strip_with_TIP122.ino ├── _0830_-_Adafruit_8x3_Neopixel_shield └── _0830_-_Adafruit_8x3_Neopixel_shield.ino ├── _0840_-_Adafruit_8_pixel_RGB_strip └── _0840_-_Adafruit_8_pixel_RGB_strip.ino ├── _0850_-_Adafruit_Neopixel_RGBW_30_LED_strip └── _0850_-_Adafruit_Neopixel_RGBW_30_LED_strip.ino ├── _0900_-_DC_motor_with_L293 └── _0900_-_DC_motor_with_L293.ino ├── _0903_-_DC_motor_with_DRV8871 └── _0903_-_DC_motor_with_DRV8871.ino ├── _0910_-_DC_motor_with_Adafruit_Motor_Shield_v2 └── _0910_-_DC_motor_with_Adafruit_Motor_Shield_v2.ino ├── _0932_-_Servo_motor └── _0932_-_Servo_motor.ino ├── _0933_-_servo_motor_dance └── _0933_-_servo_motor_dance.ino ├── _0940_-_Servo_motor_continuous └── _0940_-_Servo_motor_continuous.ino ├── _0945_-_Servo_motors_with_Adafruit_Servo_Shield └── _0945_-_Servo_motors_with_Adafruit_Servo_Shield.ino ├── _0952_-_NEMA17_with_L298N └── _0952_-_NEMA17_with_L298N.ino ├── _0970_-_NEMA17_with_EasyDriver └── _0970_-_NEMA17_with_EasyDriver.ino ├── _0972_-_NEMA17_with_EasyDriver_and_AccelStepper └── _0972_-_NEMA17_with_EasyDriver_and_AccelStepper.ino ├── _0973_-_NEMA17_with_EasyDriver_AccelStepper_and_position_array └── _0973_-_NEMA17_with_EasyDriver_AccelStepper_and_position_array.ino ├── _0975_-_NEMA17_with_Adafruit_Motor_Shield_v2_and_AccelStepper └── _0975_-_NEMA17_with_Adafruit_Motor_Shield_v2_and_AccelStepper.ino ├── _0980_-_5V_reduction_stepper_with_ULN2003_and_AccelStepper └── _0980_-_5V_reduction_stepper_with_ULN2003_and_AccelStepper.ino ├── _0981_-_5V_reduction_stepper_with_ULN2003_and_accelStepper_arra └── _0981_-_5V_reduction_stepper_with_ULN2003_and_accelStepper_arra.ino ├── _0982_-_28BYJ-48_with_Adafruit_Motor_Shield_v2 └── _0982_-_28BYJ-48_with_Adafruit_Motor_Shield_v2.ino ├── _1100_-_Simple_chat_server └── _1100_-_Simple_chat_server.ino ├── _1101_-_Simple_chat_server_LCD └── _1101_-_Simple_chat_server_LCD.ino ├── _1110_-_Ethernet_reporting_web_server └── _1110_-_Ethernet_reporting_web_server.ino ├── _1111_-_Ethernet_reporting_web_server_CSV └── _1111_-_Ethernet_reporting_web_server_CSV.ino ├── _1120_-_Ethernet_controlling_web_server └── _1120_-_Ethernet_controlling_web_server.ino ├── _1121_-_Ethernet_controlling_web_server_one_LED └── _1121_-_Ethernet_controlling_web_server_one_LED.ino ├── _1210_-_Wifi_reporting_web_server └── _1210_-_Wifi_reporting_web_server.ino ├── _1211_-_Wifi_with_the_ATWINC5100_remote_CSV_fetch └── _1211_-_Wifi_with_the_ATWINC5100_remote_CSV_fetch.ino ├── _1211_S3_Bucket_policy.txt ├── _1212_-_Wifi_controlling_web_server_with_ATWIN1500_one_LED └── _1212_-_Wifi_controlling_web_server_with_ATWIN1500_one_LED.ino ├── _1218a_-_Bluetooth_connectivity_with_the_HC-06_module └── _1218a_-_Bluetooth_connectivity_with_the_HC-06_module.ino ├── _1218b_-_Bluetooth_connectivity_with_the_HC-06_module └── _1218b_-_Bluetooth_connectivity_with_the_HC-06_module.ino ├── _1218c_-_Bluetooth_connectivity_with_the_HC-06_module └── _1218c_-_Bluetooth_connectivity_with_the_HC-06_module.ino ├── _1240a_-_Bluerfuit_reset ├── BluefruitConfig.h └── _1240a_-_Bluerfuit_reset.ino ├── _1240b_-_Bluefruit_Serial_data_communication ├── BluefruitConfig.h └── _1240b_-_Bluefruit_Serial_data_communication.ino ├── _1240c_-_Bluefruit_HID_keyboard ├── BluefruitConfig.h └── _1240c_-_Bluefruit_HID_keyboard.ino ├── _1240d_-_Bluefruit_Controller ├── BluefruitConfig.h ├── _1240d_-_Bluefruit_Controller.ino └── packetParser.cpp ├── _1300a1_-_nRF24_receiver └── _1300a1_-_nRF24_receiver.ino ├── _1300a2_-_nRF24_transmitter └── _1300a2_-_nRF24_transmitter.ino ├── _1300b_-_nRF24_Node1 └── _1300b_-_nRF24_Node1.ino ├── _1300c_-_nRF24_Node_2 └── _1300c_-_nRF24_Node_2.ino ├── _1310_-_RF422_receiver └── _1310_-_RF422_receiver.ino ├── _1310_-_RF422_transmitter └── _1310_-_RF422_transmitter.ino ├── _1410a_-_sdcard_Demo1_CardInfo └── _1410a_-_sdcard_Demo1_CardInfo.ino ├── _1410b_-_sdcard_Demo2_Datalogger └── _1410b_-_sdcard_Demo2_Datalogger.ino ├── _1410c_-_sdcard_Demo3_listfiles └── _1410c_-_sdcard_Demo3_listfiles.ino ├── _1420a_-_eeprom_Demo1_reader └── _1420a_-_eeprom_Demo1_reader.ino ├── _1420b_-_eeprom_Demo1_writer └── _1420b_-_eeprom_Demo1_writer.ino ├── _1420c_-_eeprom_Demo2_reader └── _1420c_-_eeprom_Demo2_reader.ino ├── _1420d_-_eeprom_Demo2_writer └── _1420d_-_eeprom_Demo2_writer.ino ├── _1430_-_eeprom_Demo3_external └── _1430_-_eeprom_Demo3_external.ino ├── _1500a_-_Adafruit_echo └── _1500a_-_Adafruit_echo.ino ├── _1500b_-_Adafruit_modified_prescaling └── _1500b_-_Adafruit_modified_prescaling.ino ├── _1500c_-_Adafruit_parsing └── _1500c_-_Adafruit_parsing.ino ├── _1500d_-_i2c_scanner └── _1500d_-_i2c_scanner.ino ├── _1500e_-_tinyGPS_DeviceExample └── _1500e_-_tinyGPS_DeviceExample.ino ├── _1500f_-_tinyGPS_full └── _1500f_-_tinyGPS_full.ino ├── _1520a_-_rtc_Demo_1_Setting_and_reading_clock └── _1520a_-_rtc_Demo_1_Setting_and_reading_clock.ino ├── _1520b_-_rtc_Demo_2_loging_with_time └── _1520b_-_rtc_Demo_2_loging_with_time.ino ├── _1610_-_fingerprint_led └── _1610_-_fingerprint_led.ino ├── _1620_-_fingerprint_sensor_opening_latch └── _1620_-_fingerprint_sensor_opening_latch.ino ├── _1810_-_debouncing_button └── _1810_-_debouncing_button.ino ├── _1821_-_595_shift_register_with_8_LEDs └── _1821_-_595_shift_register_with_8_LEDs.ino ├── _1823_-_595_Shift_register_with_16_LEDs └── _1823_-_595_Shift_register_with_16_LEDs.ino ├── _1850a_-_MCP23017_Demo0_WireOutput └── _1850a_-_MCP23017_Demo0_WireOutput.ino ├── _1850b_-_MCP23017_Demo0b_WireOutput └── _1850b_-_MCP23017_Demo0b_WireOutput.ino ├── _1850c_-_MCP23017_Demo1_LEDoutput └── _1850c_-_MCP23017_Demo1_LEDoutput.ino ├── _1850d_-_MCP23017_Demo2_bothBankOutput └── _1850d_-_MCP23017_Demo2_bothBankOutput.ino ├── _1850d_-_MCP23017_Demo2_buttonInputLEDoutput └── _1850d_-_MCP23017_Demo2_buttonInputLEDoutput.ino ├── _1850e_-_MCP23017_Demo2_Wire └── _1850e_-_MCP23017_Demo2_Wire.ino ├── _1850f_-_MCP23017_Demo3_buttonInputLEDoutput └── _1850f_-_MCP23017_Demo3_buttonInputLEDoutput.ino ├── _2100a_-_interrputs_Demo_1_button └── _2100a_-_interrputs_Demo_1_button.ino ├── _2100b_-interrupts_Demo_3_timer └── _2100b_-interrupts_Demo_3_timer.ino ├── _2100c_-_interrupts_Demo_4_pwm └── _2100c_-_interrupts_Demo_4_pwm.ino ├── _2100d_-_interrupts_Demo2 └── _2100d_-_interrupts_Demo2.ino ├── _2110_-_Demo1_internalPullup └── _2110_-_Demo1_internalPullup.ino ├── _2140a_-_Narcoleptic └── _2140a_-_Narcoleptic.ino ├── _2140b_-_powerdown └── _2140b_-_powerdown.ino ├── _2140c_-_prescaling ├── Prescaler.h └── _2140c_-_prescaling.ino ├── _2348_-_Helium-Sinatra-web-service-example ├── Procfile ├── README.md ├── config.ru ├── data.log ├── data_csv.log ├── data_json.log ├── te_helium_demo.rb └── test_simple.rb ├── _2348_-_Helium_simple_logging_with_remote_configuration ├── Board.h └── _2348_-_Helium_simple_logging_with_remote_configuration.ino ├── _2420a_-_magnetometer_processing_sketch ├── _2420a_-_magnetometer_processing_sketch.pde └── sketch.properties ├── _2420b_-_5883_magnetometer_reading └── _2420b_-_5883_magnetometer_reading.ino ├── _2500_-_Morse_code_library ├── Morse.cpp ├── Morse.h ├── examples │ └── Morse_example │ │ └── morse_example.ino └── keywords.txt ├── _2500a_-_step1_single └── _2500a_-_step1_single.ino ├── _2500b_-_step2_lib └── _2500b_-_step2_lib.ino ├── _2800_-_Infrared_Remote_control_demo └── _2800_-_Infrared_Remote_control_demo.ino ├── _48.020-AnimateLibrary └── _48.020-AnimateLibrary.ino ├── _48.020-LoopBuildinFrames └── _48.020-LoopBuildinFrames.ino ├── _48.020-PlayAnimation ├── _48.020-PlayAnimation.ino ├── arrow.h └── block.h ├── _48.020-ShowBinaryFrame └── _48.020-ShowBinaryFrame.ino ├── _48.020-ShowFrame └── _48.020-ShowFrame.ino ├── _48.020-Text └── _48.020-Text.ino ├── _48.030-FetchAmazon ├── _48.030-FetchAmazon.ino ├── arduino_secrets.h └── arduino_secrets.h.gch ├── _48.030-WiFiWebClientSSL ├── _48.030-WiFiWebClientSSL.ino ├── arduino_secrets.h └── arduino_secrets.h.gch ├── _48.030-WiFiWebServer_LED_Matrix ├── _48.030-WiFiWebServer_LED_Matrix.ino ├── arduino_secrets.h └── arduino_secrets.h.gch ├── _48.040-RTC_sync ├── _48.040-RTC_sync.ino ├── arduino_secrets.h └── arduino_secrets.h.gch ├── _48.150-EEPROM_read └── _48.150-EEPROM_read.ino └── _48.150-EEPROM_write └── _48.150-EEPROM_write.ino /2600_arduino_sketch/2600_arduino_sketch.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/2600_arduino_sketch/2600_arduino_sketch.ino -------------------------------------------------------------------------------- /2600_processing_sketch/2600_processing_sketch.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/2600_processing_sketch/2600_processing_sketch.pde -------------------------------------------------------------------------------- /2715_-_Read_card_ID_and_recognise_owner/2715_-_Read_card_ID_and_recognise_owner.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/2715_-_Read_card_ID_and_recognise_owner/2715_-_Read_card_ID_and_recognise_owner.ino -------------------------------------------------------------------------------- /2725a_-_Read_stored_data/2725a_-_Read_stored_data.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/2725a_-_Read_stored_data/2725a_-_Read_stored_data.ino -------------------------------------------------------------------------------- /2725b_-_Write_data_in_blocks/2725b_-_Write_data_in_blocks.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/2725b_-_Write_data_in_blocks/2725b_-_Write_data_in_blocks.ino -------------------------------------------------------------------------------- /47.10-MQ2_demo/47.10-MQ2_demo.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/47.10-MQ2_demo/47.10-MQ2_demo.ino -------------------------------------------------------------------------------- /47.30-MiCS-2714_MEMS_Gas_Sensor_simple/47.30-MiCS-2714_MEMS_Gas_Sensor_simple.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/47.30-MiCS-2714_MEMS_Gas_Sensor_simple/47.30-MiCS-2714_MEMS_Gas_Sensor_simple.ino -------------------------------------------------------------------------------- /47.30-MiCS-2714_MEMS_Gas_Sensor_trigger/47.30-MiCS-2714_MEMS_Gas_Sensor_trigger.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/47.30-MiCS-2714_MEMS_Gas_Sensor_trigger/47.30-MiCS-2714_MEMS_Gas_Sensor_trigger.ino -------------------------------------------------------------------------------- /47.40-ENS160_Air_Quality_Gas_Sensor_detailed/47.40-ENS160_Air_Quality_Gas_Sensor_detailed.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/47.40-ENS160_Air_Quality_Gas_Sensor_detailed/47.40-ENS160_Air_Quality_Gas_Sensor_detailed.ino -------------------------------------------------------------------------------- /47.40-ENS160_Air_Quality_Gas_Sensor_simple/47.40-ENS160_Air_Quality_Gas_Sensor_simple.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/47.40-ENS160_Air_Quality_Gas_Sensor_simple/47.40-ENS160_Air_Quality_Gas_Sensor_simple.ino -------------------------------------------------------------------------------- /47.50-SGP40_Air_Quality_Gas_Sensor_gat_tvoc/47.50-SGP40_Air_Quality_Gas_Sensor_gat_tvoc.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/47.50-SGP40_Air_Quality_Gas_Sensor_gat_tvoc/47.50-SGP40_Air_Quality_Gas_Sensor_gat_tvoc.ino -------------------------------------------------------------------------------- /ASBS GSR - List of parts.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/ASBS GSR - List of parts.pdf -------------------------------------------------------------------------------- /ASBS Getting Serious Links and External Resource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/ASBS Getting Serious Links and External Resource.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/README.md -------------------------------------------------------------------------------- /Schematics/0490b - BME280 SPI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/0490b - BME280 SPI.png -------------------------------------------------------------------------------- /Schematics/0490c - BME280 I2C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/0490c - BME280 I2C.png -------------------------------------------------------------------------------- /Schematics/0540 - MPU6050.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/0540 - MPU6050.png -------------------------------------------------------------------------------- /Schematics/0590b - HMC5883.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/0590b - HMC5883.png -------------------------------------------------------------------------------- /Schematics/0620 - Flex sensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/0620 - Flex sensor.png -------------------------------------------------------------------------------- /Schematics/0635 - Joystick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/0635 - Joystick.png -------------------------------------------------------------------------------- /Schematics/0640 - Rotary encoder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/0640 - Rotary encoder.png -------------------------------------------------------------------------------- /Schematics/0670 - 4x4 keypad 8-wire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/0670 - 4x4 keypad 8-wire.png -------------------------------------------------------------------------------- /Schematics/0680 - 4x4 keypad 1-wire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/0680 - 4x4 keypad 1-wire.png -------------------------------------------------------------------------------- /Schematics/0690 - 4x4 keypad with 74C922 encoder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/0690 - 4x4 keypad with 74C922 encoder.png -------------------------------------------------------------------------------- /Schematics/0732 - 2.2 inch TFT display with sd card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/0732 - 2.2 inch TFT display with sd card.png -------------------------------------------------------------------------------- /Schematics/0732 - 2.2 inch TFT with the ILI9340C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/0732 - 2.2 inch TFT with the ILI9340C.png -------------------------------------------------------------------------------- /Schematics/0740 - 128x64 OLED SPI SH1106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/0740 - 128x64 OLED SPI SH1106.png -------------------------------------------------------------------------------- /Schematics/0740 - 128x64 SPI SH1106 OLED.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/0740 - 128x64 SPI SH1106 OLED.png -------------------------------------------------------------------------------- /Schematics/0750 - One Seven Segment Display without library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/0750 - One Seven Segment Display without library.png -------------------------------------------------------------------------------- /Schematics/0752 - One seven segment display with sevseg library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/0752 - One seven segment display with sevseg library.png -------------------------------------------------------------------------------- /Schematics/0753 - Dual seven segment display with sevseg library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/0753 - Dual seven segment display with sevseg library.png -------------------------------------------------------------------------------- /Schematics/0754 - One 7Seg dislplay with Shift register.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/0754 - One 7Seg dislplay with Shift register.png -------------------------------------------------------------------------------- /Schematics/0755 - Seven segment clock display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/0755 - Seven segment clock display.png -------------------------------------------------------------------------------- /Schematics/0757 - Seven Segment Clock display with I2C backpack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/0757 - Seven Segment Clock display with I2C backpack.png -------------------------------------------------------------------------------- /Schematics/0760 - 8x8 LED matrix display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/0760 - 8x8 LED matrix display.png -------------------------------------------------------------------------------- /Schematics/0810 - 12V LED strip with TIP122.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/0810 - 12V LED strip with TIP122.png -------------------------------------------------------------------------------- /Schematics/0820 - 12V RGB LED strip with TIP122.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/0820 - 12V RGB LED strip with TIP122.png -------------------------------------------------------------------------------- /Schematics/0840 - Adafruit Neopixel high density 8 LED.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/0840 - Adafruit Neopixel high density 8 LED.png -------------------------------------------------------------------------------- /Schematics/0850 - Adafruit Neopixel RGBW 30 LED strip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/0850 - Adafruit Neopixel RGBW 30 LED strip.png -------------------------------------------------------------------------------- /Schematics/1110 - Ethernet shield Reporting web server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1110 - Ethernet shield Reporting web server.png -------------------------------------------------------------------------------- /Schematics/1210 - Wifi reporting web server OLD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1210 - Wifi reporting web server OLD.png -------------------------------------------------------------------------------- /Schematics/1210 - Wifi reporting web server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1210 - Wifi reporting web server.png -------------------------------------------------------------------------------- /Schematics/1211 - Wifi remote CSV fetch OLD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1211 - Wifi remote CSV fetch OLD.png -------------------------------------------------------------------------------- /Schematics/1211 - Wifi remote CSV fetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1211 - Wifi remote CSV fetch.png -------------------------------------------------------------------------------- /Schematics/1218ab - Bluetooth with the HC06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1218ab - Bluetooth with the HC06.png -------------------------------------------------------------------------------- /Schematics/1218c - Bluetooth with the HC-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1218c - Bluetooth with the HC-06.png -------------------------------------------------------------------------------- /Schematics/1230 - nRF8001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1230 - nRF8001.png -------------------------------------------------------------------------------- /Schematics/1240 - Blueruit BLE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1240 - Blueruit BLE.png -------------------------------------------------------------------------------- /Schematics/1300 - nRF24 pinout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1300 - nRF24 pinout.png -------------------------------------------------------------------------------- /Schematics/1300 - nRF24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1300 - nRF24.png -------------------------------------------------------------------------------- /Schematics/1300a - nRF24 Node 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1300a - nRF24 Node 1.png -------------------------------------------------------------------------------- /Schematics/1300b - nRF24 Node 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1300b - nRF24 Node 2.png -------------------------------------------------------------------------------- /Schematics/1310a - RF422 receiver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1310a - RF422 receiver.png -------------------------------------------------------------------------------- /Schematics/1310b - RF422 transmitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1310b - RF422 transmitter.png -------------------------------------------------------------------------------- /Schematics/1410a - SD card module.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1410a - SD card module.png -------------------------------------------------------------------------------- /Schematics/1410b - SD card module.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1410b - SD card module.png -------------------------------------------------------------------------------- /Schematics/1430 - External I2C EEPROM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1430 - External I2C EEPROM.png -------------------------------------------------------------------------------- /Schematics/1520a - Real time counter simple demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1520a - Real time counter simple demo.png -------------------------------------------------------------------------------- /Schematics/1520b - Real time counter with SD card data logger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1520b - Real time counter with SD card data logger.png -------------------------------------------------------------------------------- /Schematics/1610 - FingerprintSensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1610 - FingerprintSensor.png -------------------------------------------------------------------------------- /Schematics/1620 - FingerprintSensor_DoorLock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1620 - FingerprintSensor_DoorLock.png -------------------------------------------------------------------------------- /Schematics/1720a - Relay direct connection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1720a - Relay direct connection.png -------------------------------------------------------------------------------- /Schematics/1720b - Relay with transistor driver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1720b - Relay with transistor driver.png -------------------------------------------------------------------------------- /Schematics/1810a - Demo1-hardwareDebouncing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1810a - Demo1-hardwareDebouncing.png -------------------------------------------------------------------------------- /Schematics/1810b - Demo1-hardwareDebouncingWithCapacitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1810b - Demo1-hardwareDebouncingWithCapacitor.png -------------------------------------------------------------------------------- /Schematics/1821 - 595 Shift Register with 8 LEDs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1821 - 595 Shift Register with 8 LEDs.png -------------------------------------------------------------------------------- /Schematics/1823 - 595 Shift Register with 16 LEDs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1823 - 595 Shift Register with 16 LEDs.png -------------------------------------------------------------------------------- /Schematics/1850a - Port expander MCP23017 Demo1_bb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1850a - Port expander MCP23017 Demo1_bb.png -------------------------------------------------------------------------------- /Schematics/1850b - Port expander MCP23017 Demo2_bb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1850b - Port expander MCP23017 Demo2_bb.png -------------------------------------------------------------------------------- /Schematics/1850c - Port expander MCP23017 Demo3_bb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1850c - Port expander MCP23017 Demo3_bb.png -------------------------------------------------------------------------------- /Schematics/1910a - Breadboard Arduino PowerSupply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1910a - Breadboard Arduino PowerSupply.png -------------------------------------------------------------------------------- /Schematics/1910b - Breadboard Arduino AddAtMegaReset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1910b - Breadboard Arduino AddAtMegaReset.png -------------------------------------------------------------------------------- /Schematics/1910c - Breadboard Arduino AddOscillator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1910c - Breadboard Arduino AddOscillator.png -------------------------------------------------------------------------------- /Schematics/1910d - Breadboard Arduino Added Power LED.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1910d - Breadboard Arduino Added Power LED.png -------------------------------------------------------------------------------- /Schematics/1910e - Breadboard Arduino Added dig Pin 13 LED.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/1910e - Breadboard Arduino Added dig Pin 13 LED.png -------------------------------------------------------------------------------- /Schematics/2100a - Hardware interrupts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/2100a - Hardware interrupts.png -------------------------------------------------------------------------------- /Schematics/2100b - Timer interrupts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/2100b - Timer interrupts.png -------------------------------------------------------------------------------- /Schematics/2110a - External_PullUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/2110a - External_PullUp.png -------------------------------------------------------------------------------- /Schematics/2110b - External_PullUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/2110b - External_PullUp.png -------------------------------------------------------------------------------- /Schematics/2110c - Internal_PullUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/2110c - Internal_PullUp.png -------------------------------------------------------------------------------- /Schematics/2700 - RFID RC522 schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/2700 - RFID RC522 schematic.png -------------------------------------------------------------------------------- /Schematics/2800 - InfraRed_Remote_Control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/2800 - InfraRed_Remote_Control.png -------------------------------------------------------------------------------- /Schematics/ASBS0635-Joystick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/Schematics/ASBS0635-Joystick.png -------------------------------------------------------------------------------- /_0490_-_BME280_environment_sensor/_0490_-_BME280_environment_sensor.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0490_-_BME280_environment_sensor/_0490_-_BME280_environment_sensor.ino -------------------------------------------------------------------------------- /_0580_-_Door_reed_switch/_0580_-_Door_reed_switch.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0580_-_Door_reed_switch/_0580_-_Door_reed_switch.ino -------------------------------------------------------------------------------- /_0590_-_HMC5883_3axis_magnetometer/_0590_-_HMC5883_3axis_magnetometer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0590_-_HMC5883_3axis_magnetometer/_0590_-_HMC5883_3axis_magnetometer.ino -------------------------------------------------------------------------------- /_0620_-_Flex_sensor/_0620_-_Flex_sensor.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0620_-_Flex_sensor/_0620_-_Flex_sensor.ino -------------------------------------------------------------------------------- /_0630_-_Membrane_potentiometer/_0630_-_Membrane_potentiometer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0630_-_Membrane_potentiometer/_0630_-_Membrane_potentiometer.ino -------------------------------------------------------------------------------- /_0635_-_Joystick/_0635_-_Joystick.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0635_-_Joystick/_0635_-_Joystick.ino -------------------------------------------------------------------------------- /_0636_-_Joystick_plot/_0636_-_Joystick_plot.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0636_-_Joystick_plot/_0636_-_Joystick_plot.ino -------------------------------------------------------------------------------- /_0640a_-_Rotary_encoder_no_interrupts/_0640a_-_Rotary_encoder_no_interrupts.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0640a_-_Rotary_encoder_no_interrupts/_0640a_-_Rotary_encoder_no_interrupts.ino -------------------------------------------------------------------------------- /_0640b_-_Rotary_encoder_with_interrupts/_0640b_-_Rotary_encoder_with_interrupts.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0640b_-_Rotary_encoder_with_interrupts/_0640b_-_Rotary_encoder_with_interrupts.ino -------------------------------------------------------------------------------- /_0670_-_Membrane_Keypad_8-wire/_0670_-_Membrane_Keypad_8-wire.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0670_-_Membrane_Keypad_8-wire/_0670_-_Membrane_Keypad_8-wire.ino -------------------------------------------------------------------------------- /_0680_-_Membrane_keypad_1-wire/_0680_-_Membrane_keypad_1-wire.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0680_-_Membrane_keypad_1-wire/_0680_-_Membrane_keypad_1-wire.ino -------------------------------------------------------------------------------- /_0681_-_LCD_I2C/_0681_-_LCD_I2C.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0681_-_LCD_I2C/_0681_-_LCD_I2C.ino -------------------------------------------------------------------------------- /_0690_-_Membrane_keypad_with_74C922_encoder/_0690_-_Membrane_keypad_with_74C922_encoder.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0690_-_Membrane_keypad_with_74C922_encoder/_0690_-_Membrane_keypad_with_74C922_encoder.ino -------------------------------------------------------------------------------- /_0730_-_1.8_inch_TFT_with_joystic_and_SD_card/_0730_-_1.8_inch_TFT_with_joystic_and_SD_card.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0730_-_1.8_inch_TFT_with_joystic_and_SD_card/_0730_-_1.8_inch_TFT_with_joystic_and_SD_card.ino -------------------------------------------------------------------------------- /_0730_-_1.8_inch_TFT_with_joystic_and_SD_card/tft18.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0730_-_1.8_inch_TFT_with_joystic_and_SD_card/tft18.bmp -------------------------------------------------------------------------------- /_0732_-_2.2_inch_TFT_with_SD_card/_0732_-_2.2_inch_TFT_with_SD_card.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0732_-_2.2_inch_TFT_with_SD_card/_0732_-_2.2_inch_TFT_with_SD_card.ino -------------------------------------------------------------------------------- /_0732_-_2.2_inch_TFT_with_SD_card/tft1822.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0732_-_2.2_inch_TFT_with_SD_card/tft1822.bmp -------------------------------------------------------------------------------- /_0735_-_2.8_inch_TFT_with_resistive_touchscreen_and_SD_card/_0735_-_2.8_inch_TFT_with_resistive_touchscreen_and_SD_card.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0735_-_2.8_inch_TFT_with_resistive_touchscreen_and_SD_card/_0735_-_2.8_inch_TFT_with_resistive_touchscreen_and_SD_card.ino -------------------------------------------------------------------------------- /_0735_-_2.8_inch_TFT_with_resistive_touchscreen_and_SD_card/demont.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0735_-_2.8_inch_TFT_with_resistive_touchscreen_and_SD_card/demont.bmp -------------------------------------------------------------------------------- /_0735_-_2.8_inch_TFT_with_resistive_touchscreen_and_SD_card/woof.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0735_-_2.8_inch_TFT_with_resistive_touchscreen_and_SD_card/woof.bmp -------------------------------------------------------------------------------- /_0740_-_128x64_OLED_monochrome_SPI/_0740_-_128x64_OLED_monochrome_SPI.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0740_-_128x64_OLED_monochrome_SPI/_0740_-_128x64_OLED_monochrome_SPI.ino -------------------------------------------------------------------------------- /_0750_-_One_7Seg_display_without_library/_0750_-_One_7Seg_display_without_library.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0750_-_One_7Seg_display_without_library/_0750_-_One_7Seg_display_without_library.ino -------------------------------------------------------------------------------- /_0752_-_One_7Seg_With_Library/_0752_-_One_7Seg_With_Library.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0752_-_One_7Seg_With_Library/_0752_-_One_7Seg_With_Library.ino -------------------------------------------------------------------------------- /_0753_-_Two_7Seg_With_Library/_0753_-_Two_7Seg_With_Library.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0753_-_Two_7Seg_With_Library/_0753_-_Two_7Seg_With_Library.ino -------------------------------------------------------------------------------- /_0754_-_One_sevseg_with_shift_register/_0754_-_One_sevseg_with_shift_register.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0754_-_One_sevseg_with_shift_register/_0754_-_One_sevseg_with_shift_register.ino -------------------------------------------------------------------------------- /_0755_-_Seven_Seg_clock_display_timer/_0755_-_Seven_Seg_clock_display_timer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0755_-_Seven_Seg_clock_display_timer/_0755_-_Seven_Seg_clock_display_timer.ino -------------------------------------------------------------------------------- /_0757_-_Seven_Seg_clock_display_I2C_backpack_timer/_0757_-_Seven_Seg_clock_display_I2C_backpack_timer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0757_-_Seven_Seg_clock_display_I2C_backpack_timer/_0757_-_Seven_Seg_clock_display_I2C_backpack_timer.ino -------------------------------------------------------------------------------- /_0760_-_8x8_matrix_LED_smiley/_0760_-_8x8_matrix_LED_smiley.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0760_-_8x8_matrix_LED_smiley/_0760_-_8x8_matrix_LED_smiley.ino -------------------------------------------------------------------------------- /_0770_-_four_8x8_LED_matrix/_0770_-_four_8x8_LED_matrix.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0770_-_four_8x8_LED_matrix/_0770_-_four_8x8_LED_matrix.ino -------------------------------------------------------------------------------- /_0810_-_12V_LED_strip_with_TIP122/_0810_-_12V_LED_strip_with_TIP122.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0810_-_12V_LED_strip_with_TIP122/_0810_-_12V_LED_strip_with_TIP122.ino -------------------------------------------------------------------------------- /_0811_-_12V_LED_strip_with_TIP122_PWM/_0811_-_12V_LED_strip_with_TIP122_PWM.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0811_-_12V_LED_strip_with_TIP122_PWM/_0811_-_12V_LED_strip_with_TIP122_PWM.ino -------------------------------------------------------------------------------- /_0820_-_12V_RGB_LED_strip_with_TIP122/_0820_-_12V_RGB_LED_strip_with_TIP122.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0820_-_12V_RGB_LED_strip_with_TIP122/_0820_-_12V_RGB_LED_strip_with_TIP122.ino -------------------------------------------------------------------------------- /_0830_-_Adafruit_8x3_Neopixel_shield/_0830_-_Adafruit_8x3_Neopixel_shield.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0830_-_Adafruit_8x3_Neopixel_shield/_0830_-_Adafruit_8x3_Neopixel_shield.ino -------------------------------------------------------------------------------- /_0840_-_Adafruit_8_pixel_RGB_strip/_0840_-_Adafruit_8_pixel_RGB_strip.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0840_-_Adafruit_8_pixel_RGB_strip/_0840_-_Adafruit_8_pixel_RGB_strip.ino -------------------------------------------------------------------------------- /_0850_-_Adafruit_Neopixel_RGBW_30_LED_strip/_0850_-_Adafruit_Neopixel_RGBW_30_LED_strip.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0850_-_Adafruit_Neopixel_RGBW_30_LED_strip/_0850_-_Adafruit_Neopixel_RGBW_30_LED_strip.ino -------------------------------------------------------------------------------- /_0900_-_DC_motor_with_L293/_0900_-_DC_motor_with_L293.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0900_-_DC_motor_with_L293/_0900_-_DC_motor_with_L293.ino -------------------------------------------------------------------------------- /_0903_-_DC_motor_with_DRV8871/_0903_-_DC_motor_with_DRV8871.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0903_-_DC_motor_with_DRV8871/_0903_-_DC_motor_with_DRV8871.ino -------------------------------------------------------------------------------- /_0910_-_DC_motor_with_Adafruit_Motor_Shield_v2/_0910_-_DC_motor_with_Adafruit_Motor_Shield_v2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0910_-_DC_motor_with_Adafruit_Motor_Shield_v2/_0910_-_DC_motor_with_Adafruit_Motor_Shield_v2.ino -------------------------------------------------------------------------------- /_0932_-_Servo_motor/_0932_-_Servo_motor.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0932_-_Servo_motor/_0932_-_Servo_motor.ino -------------------------------------------------------------------------------- /_0933_-_servo_motor_dance/_0933_-_servo_motor_dance.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0933_-_servo_motor_dance/_0933_-_servo_motor_dance.ino -------------------------------------------------------------------------------- /_0940_-_Servo_motor_continuous/_0940_-_Servo_motor_continuous.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0940_-_Servo_motor_continuous/_0940_-_Servo_motor_continuous.ino -------------------------------------------------------------------------------- /_0945_-_Servo_motors_with_Adafruit_Servo_Shield/_0945_-_Servo_motors_with_Adafruit_Servo_Shield.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0945_-_Servo_motors_with_Adafruit_Servo_Shield/_0945_-_Servo_motors_with_Adafruit_Servo_Shield.ino -------------------------------------------------------------------------------- /_0952_-_NEMA17_with_L298N/_0952_-_NEMA17_with_L298N.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0952_-_NEMA17_with_L298N/_0952_-_NEMA17_with_L298N.ino -------------------------------------------------------------------------------- /_0970_-_NEMA17_with_EasyDriver/_0970_-_NEMA17_with_EasyDriver.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0970_-_NEMA17_with_EasyDriver/_0970_-_NEMA17_with_EasyDriver.ino -------------------------------------------------------------------------------- /_0972_-_NEMA17_with_EasyDriver_and_AccelStepper/_0972_-_NEMA17_with_EasyDriver_and_AccelStepper.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0972_-_NEMA17_with_EasyDriver_and_AccelStepper/_0972_-_NEMA17_with_EasyDriver_and_AccelStepper.ino -------------------------------------------------------------------------------- /_0973_-_NEMA17_with_EasyDriver_AccelStepper_and_position_array/_0973_-_NEMA17_with_EasyDriver_AccelStepper_and_position_array.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0973_-_NEMA17_with_EasyDriver_AccelStepper_and_position_array/_0973_-_NEMA17_with_EasyDriver_AccelStepper_and_position_array.ino -------------------------------------------------------------------------------- /_0975_-_NEMA17_with_Adafruit_Motor_Shield_v2_and_AccelStepper/_0975_-_NEMA17_with_Adafruit_Motor_Shield_v2_and_AccelStepper.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0975_-_NEMA17_with_Adafruit_Motor_Shield_v2_and_AccelStepper/_0975_-_NEMA17_with_Adafruit_Motor_Shield_v2_and_AccelStepper.ino -------------------------------------------------------------------------------- /_0980_-_5V_reduction_stepper_with_ULN2003_and_AccelStepper/_0980_-_5V_reduction_stepper_with_ULN2003_and_AccelStepper.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0980_-_5V_reduction_stepper_with_ULN2003_and_AccelStepper/_0980_-_5V_reduction_stepper_with_ULN2003_and_AccelStepper.ino -------------------------------------------------------------------------------- /_0981_-_5V_reduction_stepper_with_ULN2003_and_accelStepper_arra/_0981_-_5V_reduction_stepper_with_ULN2003_and_accelStepper_arra.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0981_-_5V_reduction_stepper_with_ULN2003_and_accelStepper_arra/_0981_-_5V_reduction_stepper_with_ULN2003_and_accelStepper_arra.ino -------------------------------------------------------------------------------- /_0982_-_28BYJ-48_with_Adafruit_Motor_Shield_v2/_0982_-_28BYJ-48_with_Adafruit_Motor_Shield_v2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_0982_-_28BYJ-48_with_Adafruit_Motor_Shield_v2/_0982_-_28BYJ-48_with_Adafruit_Motor_Shield_v2.ino -------------------------------------------------------------------------------- /_1100_-_Simple_chat_server/_1100_-_Simple_chat_server.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1100_-_Simple_chat_server/_1100_-_Simple_chat_server.ino -------------------------------------------------------------------------------- /_1101_-_Simple_chat_server_LCD/_1101_-_Simple_chat_server_LCD.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1101_-_Simple_chat_server_LCD/_1101_-_Simple_chat_server_LCD.ino -------------------------------------------------------------------------------- /_1110_-_Ethernet_reporting_web_server/_1110_-_Ethernet_reporting_web_server.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1110_-_Ethernet_reporting_web_server/_1110_-_Ethernet_reporting_web_server.ino -------------------------------------------------------------------------------- /_1111_-_Ethernet_reporting_web_server_CSV/_1111_-_Ethernet_reporting_web_server_CSV.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1111_-_Ethernet_reporting_web_server_CSV/_1111_-_Ethernet_reporting_web_server_CSV.ino -------------------------------------------------------------------------------- /_1120_-_Ethernet_controlling_web_server/_1120_-_Ethernet_controlling_web_server.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1120_-_Ethernet_controlling_web_server/_1120_-_Ethernet_controlling_web_server.ino -------------------------------------------------------------------------------- /_1121_-_Ethernet_controlling_web_server_one_LED/_1121_-_Ethernet_controlling_web_server_one_LED.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1121_-_Ethernet_controlling_web_server_one_LED/_1121_-_Ethernet_controlling_web_server_one_LED.ino -------------------------------------------------------------------------------- /_1210_-_Wifi_reporting_web_server/_1210_-_Wifi_reporting_web_server.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1210_-_Wifi_reporting_web_server/_1210_-_Wifi_reporting_web_server.ino -------------------------------------------------------------------------------- /_1211_-_Wifi_with_the_ATWINC5100_remote_CSV_fetch/_1211_-_Wifi_with_the_ATWINC5100_remote_CSV_fetch.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1211_-_Wifi_with_the_ATWINC5100_remote_CSV_fetch/_1211_-_Wifi_with_the_ATWINC5100_remote_CSV_fetch.ino -------------------------------------------------------------------------------- /_1211_S3_Bucket_policy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1211_S3_Bucket_policy.txt -------------------------------------------------------------------------------- /_1212_-_Wifi_controlling_web_server_with_ATWIN1500_one_LED/_1212_-_Wifi_controlling_web_server_with_ATWIN1500_one_LED.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1212_-_Wifi_controlling_web_server_with_ATWIN1500_one_LED/_1212_-_Wifi_controlling_web_server_with_ATWIN1500_one_LED.ino -------------------------------------------------------------------------------- /_1218a_-_Bluetooth_connectivity_with_the_HC-06_module/_1218a_-_Bluetooth_connectivity_with_the_HC-06_module.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1218a_-_Bluetooth_connectivity_with_the_HC-06_module/_1218a_-_Bluetooth_connectivity_with_the_HC-06_module.ino -------------------------------------------------------------------------------- /_1218b_-_Bluetooth_connectivity_with_the_HC-06_module/_1218b_-_Bluetooth_connectivity_with_the_HC-06_module.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1218b_-_Bluetooth_connectivity_with_the_HC-06_module/_1218b_-_Bluetooth_connectivity_with_the_HC-06_module.ino -------------------------------------------------------------------------------- /_1218c_-_Bluetooth_connectivity_with_the_HC-06_module/_1218c_-_Bluetooth_connectivity_with_the_HC-06_module.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1218c_-_Bluetooth_connectivity_with_the_HC-06_module/_1218c_-_Bluetooth_connectivity_with_the_HC-06_module.ino -------------------------------------------------------------------------------- /_1240a_-_Bluerfuit_reset/BluefruitConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1240a_-_Bluerfuit_reset/BluefruitConfig.h -------------------------------------------------------------------------------- /_1240a_-_Bluerfuit_reset/_1240a_-_Bluerfuit_reset.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1240a_-_Bluerfuit_reset/_1240a_-_Bluerfuit_reset.ino -------------------------------------------------------------------------------- /_1240b_-_Bluefruit_Serial_data_communication/BluefruitConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1240b_-_Bluefruit_Serial_data_communication/BluefruitConfig.h -------------------------------------------------------------------------------- /_1240b_-_Bluefruit_Serial_data_communication/_1240b_-_Bluefruit_Serial_data_communication.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1240b_-_Bluefruit_Serial_data_communication/_1240b_-_Bluefruit_Serial_data_communication.ino -------------------------------------------------------------------------------- /_1240c_-_Bluefruit_HID_keyboard/BluefruitConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1240c_-_Bluefruit_HID_keyboard/BluefruitConfig.h -------------------------------------------------------------------------------- /_1240c_-_Bluefruit_HID_keyboard/_1240c_-_Bluefruit_HID_keyboard.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1240c_-_Bluefruit_HID_keyboard/_1240c_-_Bluefruit_HID_keyboard.ino -------------------------------------------------------------------------------- /_1240d_-_Bluefruit_Controller/BluefruitConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1240d_-_Bluefruit_Controller/BluefruitConfig.h -------------------------------------------------------------------------------- /_1240d_-_Bluefruit_Controller/_1240d_-_Bluefruit_Controller.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1240d_-_Bluefruit_Controller/_1240d_-_Bluefruit_Controller.ino -------------------------------------------------------------------------------- /_1240d_-_Bluefruit_Controller/packetParser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1240d_-_Bluefruit_Controller/packetParser.cpp -------------------------------------------------------------------------------- /_1300a1_-_nRF24_receiver/_1300a1_-_nRF24_receiver.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1300a1_-_nRF24_receiver/_1300a1_-_nRF24_receiver.ino -------------------------------------------------------------------------------- /_1300a2_-_nRF24_transmitter/_1300a2_-_nRF24_transmitter.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1300a2_-_nRF24_transmitter/_1300a2_-_nRF24_transmitter.ino -------------------------------------------------------------------------------- /_1300b_-_nRF24_Node1/_1300b_-_nRF24_Node1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1300b_-_nRF24_Node1/_1300b_-_nRF24_Node1.ino -------------------------------------------------------------------------------- /_1300c_-_nRF24_Node_2/_1300c_-_nRF24_Node_2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1300c_-_nRF24_Node_2/_1300c_-_nRF24_Node_2.ino -------------------------------------------------------------------------------- /_1310_-_RF422_receiver/_1310_-_RF422_receiver.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1310_-_RF422_receiver/_1310_-_RF422_receiver.ino -------------------------------------------------------------------------------- /_1310_-_RF422_transmitter/_1310_-_RF422_transmitter.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1310_-_RF422_transmitter/_1310_-_RF422_transmitter.ino -------------------------------------------------------------------------------- /_1410a_-_sdcard_Demo1_CardInfo/_1410a_-_sdcard_Demo1_CardInfo.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1410a_-_sdcard_Demo1_CardInfo/_1410a_-_sdcard_Demo1_CardInfo.ino -------------------------------------------------------------------------------- /_1410b_-_sdcard_Demo2_Datalogger/_1410b_-_sdcard_Demo2_Datalogger.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1410b_-_sdcard_Demo2_Datalogger/_1410b_-_sdcard_Demo2_Datalogger.ino -------------------------------------------------------------------------------- /_1410c_-_sdcard_Demo3_listfiles/_1410c_-_sdcard_Demo3_listfiles.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1410c_-_sdcard_Demo3_listfiles/_1410c_-_sdcard_Demo3_listfiles.ino -------------------------------------------------------------------------------- /_1420a_-_eeprom_Demo1_reader/_1420a_-_eeprom_Demo1_reader.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1420a_-_eeprom_Demo1_reader/_1420a_-_eeprom_Demo1_reader.ino -------------------------------------------------------------------------------- /_1420b_-_eeprom_Demo1_writer/_1420b_-_eeprom_Demo1_writer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1420b_-_eeprom_Demo1_writer/_1420b_-_eeprom_Demo1_writer.ino -------------------------------------------------------------------------------- /_1420c_-_eeprom_Demo2_reader/_1420c_-_eeprom_Demo2_reader.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1420c_-_eeprom_Demo2_reader/_1420c_-_eeprom_Demo2_reader.ino -------------------------------------------------------------------------------- /_1420d_-_eeprom_Demo2_writer/_1420d_-_eeprom_Demo2_writer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1420d_-_eeprom_Demo2_writer/_1420d_-_eeprom_Demo2_writer.ino -------------------------------------------------------------------------------- /_1430_-_eeprom_Demo3_external/_1430_-_eeprom_Demo3_external.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1430_-_eeprom_Demo3_external/_1430_-_eeprom_Demo3_external.ino -------------------------------------------------------------------------------- /_1500a_-_Adafruit_echo/_1500a_-_Adafruit_echo.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1500a_-_Adafruit_echo/_1500a_-_Adafruit_echo.ino -------------------------------------------------------------------------------- /_1500b_-_Adafruit_modified_prescaling/_1500b_-_Adafruit_modified_prescaling.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1500b_-_Adafruit_modified_prescaling/_1500b_-_Adafruit_modified_prescaling.ino -------------------------------------------------------------------------------- /_1500c_-_Adafruit_parsing/_1500c_-_Adafruit_parsing.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1500c_-_Adafruit_parsing/_1500c_-_Adafruit_parsing.ino -------------------------------------------------------------------------------- /_1500d_-_i2c_scanner/_1500d_-_i2c_scanner.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1500d_-_i2c_scanner/_1500d_-_i2c_scanner.ino -------------------------------------------------------------------------------- /_1500e_-_tinyGPS_DeviceExample/_1500e_-_tinyGPS_DeviceExample.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1500e_-_tinyGPS_DeviceExample/_1500e_-_tinyGPS_DeviceExample.ino -------------------------------------------------------------------------------- /_1500f_-_tinyGPS_full/_1500f_-_tinyGPS_full.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1500f_-_tinyGPS_full/_1500f_-_tinyGPS_full.ino -------------------------------------------------------------------------------- /_1520a_-_rtc_Demo_1_Setting_and_reading_clock/_1520a_-_rtc_Demo_1_Setting_and_reading_clock.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1520a_-_rtc_Demo_1_Setting_and_reading_clock/_1520a_-_rtc_Demo_1_Setting_and_reading_clock.ino -------------------------------------------------------------------------------- /_1520b_-_rtc_Demo_2_loging_with_time/_1520b_-_rtc_Demo_2_loging_with_time.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1520b_-_rtc_Demo_2_loging_with_time/_1520b_-_rtc_Demo_2_loging_with_time.ino -------------------------------------------------------------------------------- /_1610_-_fingerprint_led/_1610_-_fingerprint_led.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1610_-_fingerprint_led/_1610_-_fingerprint_led.ino -------------------------------------------------------------------------------- /_1620_-_fingerprint_sensor_opening_latch/_1620_-_fingerprint_sensor_opening_latch.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1620_-_fingerprint_sensor_opening_latch/_1620_-_fingerprint_sensor_opening_latch.ino -------------------------------------------------------------------------------- /_1810_-_debouncing_button/_1810_-_debouncing_button.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1810_-_debouncing_button/_1810_-_debouncing_button.ino -------------------------------------------------------------------------------- /_1821_-_595_shift_register_with_8_LEDs/_1821_-_595_shift_register_with_8_LEDs.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1821_-_595_shift_register_with_8_LEDs/_1821_-_595_shift_register_with_8_LEDs.ino -------------------------------------------------------------------------------- /_1823_-_595_Shift_register_with_16_LEDs/_1823_-_595_Shift_register_with_16_LEDs.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1823_-_595_Shift_register_with_16_LEDs/_1823_-_595_Shift_register_with_16_LEDs.ino -------------------------------------------------------------------------------- /_1850a_-_MCP23017_Demo0_WireOutput/_1850a_-_MCP23017_Demo0_WireOutput.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1850a_-_MCP23017_Demo0_WireOutput/_1850a_-_MCP23017_Demo0_WireOutput.ino -------------------------------------------------------------------------------- /_1850b_-_MCP23017_Demo0b_WireOutput/_1850b_-_MCP23017_Demo0b_WireOutput.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1850b_-_MCP23017_Demo0b_WireOutput/_1850b_-_MCP23017_Demo0b_WireOutput.ino -------------------------------------------------------------------------------- /_1850c_-_MCP23017_Demo1_LEDoutput/_1850c_-_MCP23017_Demo1_LEDoutput.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1850c_-_MCP23017_Demo1_LEDoutput/_1850c_-_MCP23017_Demo1_LEDoutput.ino -------------------------------------------------------------------------------- /_1850d_-_MCP23017_Demo2_bothBankOutput/_1850d_-_MCP23017_Demo2_bothBankOutput.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1850d_-_MCP23017_Demo2_bothBankOutput/_1850d_-_MCP23017_Demo2_bothBankOutput.ino -------------------------------------------------------------------------------- /_1850d_-_MCP23017_Demo2_buttonInputLEDoutput/_1850d_-_MCP23017_Demo2_buttonInputLEDoutput.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1850d_-_MCP23017_Demo2_buttonInputLEDoutput/_1850d_-_MCP23017_Demo2_buttonInputLEDoutput.ino -------------------------------------------------------------------------------- /_1850e_-_MCP23017_Demo2_Wire/_1850e_-_MCP23017_Demo2_Wire.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1850e_-_MCP23017_Demo2_Wire/_1850e_-_MCP23017_Demo2_Wire.ino -------------------------------------------------------------------------------- /_1850f_-_MCP23017_Demo3_buttonInputLEDoutput/_1850f_-_MCP23017_Demo3_buttonInputLEDoutput.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_1850f_-_MCP23017_Demo3_buttonInputLEDoutput/_1850f_-_MCP23017_Demo3_buttonInputLEDoutput.ino -------------------------------------------------------------------------------- /_2100a_-_interrputs_Demo_1_button/_2100a_-_interrputs_Demo_1_button.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_2100a_-_interrputs_Demo_1_button/_2100a_-_interrputs_Demo_1_button.ino -------------------------------------------------------------------------------- /_2100b_-interrupts_Demo_3_timer/_2100b_-interrupts_Demo_3_timer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_2100b_-interrupts_Demo_3_timer/_2100b_-interrupts_Demo_3_timer.ino -------------------------------------------------------------------------------- /_2100c_-_interrupts_Demo_4_pwm/_2100c_-_interrupts_Demo_4_pwm.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_2100c_-_interrupts_Demo_4_pwm/_2100c_-_interrupts_Demo_4_pwm.ino -------------------------------------------------------------------------------- /_2100d_-_interrupts_Demo2/_2100d_-_interrupts_Demo2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_2100d_-_interrupts_Demo2/_2100d_-_interrupts_Demo2.ino -------------------------------------------------------------------------------- /_2110_-_Demo1_internalPullup/_2110_-_Demo1_internalPullup.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_2110_-_Demo1_internalPullup/_2110_-_Demo1_internalPullup.ino -------------------------------------------------------------------------------- /_2140a_-_Narcoleptic/_2140a_-_Narcoleptic.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_2140a_-_Narcoleptic/_2140a_-_Narcoleptic.ino -------------------------------------------------------------------------------- /_2140b_-_powerdown/_2140b_-_powerdown.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_2140b_-_powerdown/_2140b_-_powerdown.ino -------------------------------------------------------------------------------- /_2140c_-_prescaling/Prescaler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_2140c_-_prescaling/Prescaler.h -------------------------------------------------------------------------------- /_2140c_-_prescaling/_2140c_-_prescaling.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_2140c_-_prescaling/_2140c_-_prescaling.ino -------------------------------------------------------------------------------- /_2348_-_Helium-Sinatra-web-service-example/Procfile: -------------------------------------------------------------------------------- 1 | web: bundle exec rackup config.ru -p $PORT 2 | -------------------------------------------------------------------------------- /_2348_-_Helium-Sinatra-web-service-example/README.md: -------------------------------------------------------------------------------- 1 | # Purpose 2 | It is a demo app for prototyping 3 | -------------------------------------------------------------------------------- /_2348_-_Helium-Sinatra-web-service-example/config.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_2348_-_Helium-Sinatra-web-service-example/config.ru -------------------------------------------------------------------------------- /_2348_-_Helium-Sinatra-web-service-example/data.log: -------------------------------------------------------------------------------- 1 | Hello Helium! -------------------------------------------------------------------------------- /_2348_-_Helium-Sinatra-web-service-example/data_csv.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_2348_-_Helium-Sinatra-web-service-example/data_csv.log -------------------------------------------------------------------------------- /_2348_-_Helium-Sinatra-web-service-example/data_json.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_2348_-_Helium-Sinatra-web-service-example/data_json.log -------------------------------------------------------------------------------- /_2348_-_Helium-Sinatra-web-service-example/te_helium_demo.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_2348_-_Helium-Sinatra-web-service-example/te_helium_demo.rb -------------------------------------------------------------------------------- /_2348_-_Helium-Sinatra-web-service-example/test_simple.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_2348_-_Helium-Sinatra-web-service-example/test_simple.rb -------------------------------------------------------------------------------- /_2348_-_Helium_simple_logging_with_remote_configuration/Board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_2348_-_Helium_simple_logging_with_remote_configuration/Board.h -------------------------------------------------------------------------------- /_2348_-_Helium_simple_logging_with_remote_configuration/_2348_-_Helium_simple_logging_with_remote_configuration.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_2348_-_Helium_simple_logging_with_remote_configuration/_2348_-_Helium_simple_logging_with_remote_configuration.ino -------------------------------------------------------------------------------- /_2420a_-_magnetometer_processing_sketch/_2420a_-_magnetometer_processing_sketch.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_2420a_-_magnetometer_processing_sketch/_2420a_-_magnetometer_processing_sketch.pde -------------------------------------------------------------------------------- /_2420a_-_magnetometer_processing_sketch/sketch.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_2420a_-_magnetometer_processing_sketch/sketch.properties -------------------------------------------------------------------------------- /_2420b_-_5883_magnetometer_reading/_2420b_-_5883_magnetometer_reading.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_2420b_-_5883_magnetometer_reading/_2420b_-_5883_magnetometer_reading.ino -------------------------------------------------------------------------------- /_2500_-_Morse_code_library/Morse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_2500_-_Morse_code_library/Morse.cpp -------------------------------------------------------------------------------- /_2500_-_Morse_code_library/Morse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_2500_-_Morse_code_library/Morse.h -------------------------------------------------------------------------------- /_2500_-_Morse_code_library/examples/Morse_example/morse_example.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_2500_-_Morse_code_library/examples/Morse_example/morse_example.ino -------------------------------------------------------------------------------- /_2500_-_Morse_code_library/keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_2500_-_Morse_code_library/keywords.txt -------------------------------------------------------------------------------- /_2500a_-_step1_single/_2500a_-_step1_single.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_2500a_-_step1_single/_2500a_-_step1_single.ino -------------------------------------------------------------------------------- /_2500b_-_step2_lib/_2500b_-_step2_lib.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_2500b_-_step2_lib/_2500b_-_step2_lib.ino -------------------------------------------------------------------------------- /_2800_-_Infrared_Remote_control_demo/_2800_-_Infrared_Remote_control_demo.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_2800_-_Infrared_Remote_control_demo/_2800_-_Infrared_Remote_control_demo.ino -------------------------------------------------------------------------------- /_48.020-AnimateLibrary/_48.020-AnimateLibrary.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_48.020-AnimateLibrary/_48.020-AnimateLibrary.ino -------------------------------------------------------------------------------- /_48.020-LoopBuildinFrames/_48.020-LoopBuildinFrames.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_48.020-LoopBuildinFrames/_48.020-LoopBuildinFrames.ino -------------------------------------------------------------------------------- /_48.020-PlayAnimation/_48.020-PlayAnimation.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_48.020-PlayAnimation/_48.020-PlayAnimation.ino -------------------------------------------------------------------------------- /_48.020-PlayAnimation/arrow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_48.020-PlayAnimation/arrow.h -------------------------------------------------------------------------------- /_48.020-PlayAnimation/block.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_48.020-PlayAnimation/block.h -------------------------------------------------------------------------------- /_48.020-ShowBinaryFrame/_48.020-ShowBinaryFrame.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_48.020-ShowBinaryFrame/_48.020-ShowBinaryFrame.ino -------------------------------------------------------------------------------- /_48.020-ShowFrame/_48.020-ShowFrame.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_48.020-ShowFrame/_48.020-ShowFrame.ino -------------------------------------------------------------------------------- /_48.020-Text/_48.020-Text.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_48.020-Text/_48.020-Text.ino -------------------------------------------------------------------------------- /_48.030-FetchAmazon/_48.030-FetchAmazon.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_48.030-FetchAmazon/_48.030-FetchAmazon.ino -------------------------------------------------------------------------------- /_48.030-FetchAmazon/arduino_secrets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_48.030-FetchAmazon/arduino_secrets.h -------------------------------------------------------------------------------- /_48.030-FetchAmazon/arduino_secrets.h.gch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_48.030-FetchAmazon/arduino_secrets.h.gch -------------------------------------------------------------------------------- /_48.030-WiFiWebClientSSL/_48.030-WiFiWebClientSSL.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_48.030-WiFiWebClientSSL/_48.030-WiFiWebClientSSL.ino -------------------------------------------------------------------------------- /_48.030-WiFiWebClientSSL/arduino_secrets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_48.030-WiFiWebClientSSL/arduino_secrets.h -------------------------------------------------------------------------------- /_48.030-WiFiWebClientSSL/arduino_secrets.h.gch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_48.030-WiFiWebClientSSL/arduino_secrets.h.gch -------------------------------------------------------------------------------- /_48.030-WiFiWebServer_LED_Matrix/_48.030-WiFiWebServer_LED_Matrix.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_48.030-WiFiWebServer_LED_Matrix/_48.030-WiFiWebServer_LED_Matrix.ino -------------------------------------------------------------------------------- /_48.030-WiFiWebServer_LED_Matrix/arduino_secrets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_48.030-WiFiWebServer_LED_Matrix/arduino_secrets.h -------------------------------------------------------------------------------- /_48.030-WiFiWebServer_LED_Matrix/arduino_secrets.h.gch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_48.030-WiFiWebServer_LED_Matrix/arduino_secrets.h.gch -------------------------------------------------------------------------------- /_48.040-RTC_sync/_48.040-RTC_sync.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_48.040-RTC_sync/_48.040-RTC_sync.ino -------------------------------------------------------------------------------- /_48.040-RTC_sync/arduino_secrets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_48.040-RTC_sync/arduino_secrets.h -------------------------------------------------------------------------------- /_48.040-RTC_sync/arduino_secrets.h.gch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_48.040-RTC_sync/arduino_secrets.h.gch -------------------------------------------------------------------------------- /_48.150-EEPROM_read/_48.150-EEPROM_read.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_48.150-EEPROM_read/_48.150-EEPROM_read.ino -------------------------------------------------------------------------------- /_48.150-EEPROM_write/_48.150-EEPROM_write.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/futureshocked/TE-Arduino-SbS-Getting-Serious/HEAD/_48.150-EEPROM_write/_48.150-EEPROM_write.ino --------------------------------------------------------------------------------