├── AmebaPro2_AI_Vision.ino ├── Bluetooth_Leonardo_MyFirmata.ino ├── Bluetooth_MyFirmata.ino ├── ESP01_Leonardo_MyFirmata.ino ├── ESP01_MyBlockly_JSON.ino ├── ESP01_MyFirmata.ino ├── ESP01_SpeechRecognition.ino ├── ESP01_UNO_ElectricFan.ino ├── ESP01_UNO_IFTTT_ThinkSpeak.ino ├── ESP01_UNO_MyFirmata.ino ├── ESP01_UNO_Server.ino ├── ESP01_UNO_Station.ino ├── ESP01_UNO_Station_getResponse.ino ├── ESP01_UartWifi_MyFirmata.ino ├── ESP01_UartWifi_station.ino ├── ESP12E_Chart_D3JS.ino ├── ESP12E_Chart_Google.ino ├── ESP12E_DFPlayer.ino ├── ESP12E_ElectricFan.ino ├── ESP12E_LineNotify.ino ├── ESP12E_LineNotify_WiFiClientSecure.ino ├── ESP12E_MyBlockly_JSON.ino ├── ESP12E_MyFirmata.ino ├── ESP12E_ReadWriteFlash.ino ├── ESP12E_ReadWriteFlash_ResetWiFi.ino ├── ESP12E_SpeechRecognition.ino ├── ESP12E_ThinkSpeak.ino ├── ESP12E_UartWifi_MyFirmata.ino ├── ESP12E_linebot.ino ├── ESP32-CAM-Video-Recorder-junior-Page ├── ESP32-CAM-Video-Recorder-junior-Page.ino ├── ESP32-CAM-Video-Recorder-junior-Page_nomemory │ └── ESP32-CAM-Video-Recorder-junior-Page_nomemory.ino └── ESP32-CAM-Video-Recorder-junior_en_Page.html ├── ESP32-CAM_Azure ├── ESP32-CAM_Azure_CognitionServices_FaceDetect │ └── ESP32-CAM_Azure_CognitionServices_FaceDetect.ino ├── ESP32-CAM_Azure_CustomVision_Classification │ └── ESP32-CAM_Azure_CustomVision_Classification.ino └── ESP32-CAM_Azure_CustomVision_objectDetection │ └── ESP32-CAM_Azure_CustomVision_objectDetection.ino ├── ESP32-CAM_BarcodeReader └── ESP32-CAM_BarcodeReader.ino ├── ESP32-CAM_Base64 ├── Base64.cpp ├── Base64.h └── ESP32-CAM_Base64.ino ├── ESP32-CAM_CameraWebServer └── ESP32-CAM_CameraWebServer.ino ├── ESP32-CAM_CameraWebServer_FakeStream └── ESP32-CAM_CameraWebServer_FakeStream.ino ├── ESP32-CAM_CameraWebServer_NoFaceDetection └── ESP32-CAM_CameraWebServer_NoFaceDetection.ino ├── ESP32-CAM_CameraWebServer_NoFaceDetection_NEW ├── CameraWebServer_OV2640.html ├── CameraWebServer_OV3660.html ├── CameraWebServer_OV5640.html ├── ESP32-CAM_CameraWebServer_NoFaceDetection_NEW.ino └── camera_pins.h ├── ESP32-CAM_Car ├── ESP32-CAM_CAR_1pwm │ ├── ESP32-CAM_CAR_1pwm.ino │ └── app_httpd.cpp ├── ESP32-CAM_CAR_1pwm1digitalwrite │ ├── ESP32-CAM_CAR_1pwm1digitalwrite.ino │ └── app_httpd.cpp ├── ESP32-CAM_CAR_2digitalwrite │ ├── ESP32-CAM_CAR_2digitalwrite.ino │ └── app_httpd.cpp ├── ESP32-CAM_CAR_2pwm │ ├── ESP32-CAM_CAR_2pwm.ino │ └── app_httpd.cpp ├── ESP32-CAM_CAR_2pwm_Cellphone3Axis │ ├── Detecting device orientation - Event reference - MDN.url │ ├── ESP32-CAM_CAR_2pwm_Cellphone3Axis.html │ └── ESP32-CAM_CAR_2pwm_Cellphone3Axis.ino ├── ESP32-CAM_CAR_2pwm_Joystick │ ├── ESP32-CAM_CAR_2pwm_Joystick.html │ ├── ESP32-CAM_CAR_2pwm_Joystick.ino │ └── bobboteck-JoyStick- A simple JoyStick that use HTML5, Canvas and Vanilla JavaScript, for touch and mouse interfaces (no JQuer.url ├── ESP32-CAM_CAR_2pwm_TeachableMachine │ └── ESP32-CAM_CAR_2pwm_TeachableMachine.ino ├── ESP32-CAM_CAR_2pwm_Template │ └── ESP32-CAM_CAR_2pwm_Template.ino ├── ESP32-CAM_CAR_2pwm_coco-ssd_TrackingCar │ └── ESP32-CAM_CAR_2pwm_coco-ssd_TrackingCar.ino ├── ESP32-CAM_CAR_2pwm_knn-classifier │ └── ESP32-CAM_CAR_2pwm_knn-classifier.ino ├── ESP32-CAM_CAR_2pwm_turnFace │ └── ESP32-CAM_CAR_2pwm_turnFace.ino ├── ESP32-CAM_CAR_SERVO_1pwm │ ├── ESP32-CAM_CAR_SERVO_1pwm.ino │ └── app_httpd.cpp ├── ESP32-CAM_CAR_SERVO_1pwm1digitalwrite │ ├── ESP32-CAM_CAR_SERVO_1pwm1digitalwrite.ino │ └── app_httpd.cpp ├── ESP32-CAM_CAR_SERVO_2digitalwrite │ ├── ESP32-CAM_CAR_SERVO_2digitalwrite.ino │ └── app_httpd.cpp ├── ESP32-CAM_CAR_SERVO_2pwm │ ├── ESP32-CAM_CAR_SERVO_2pwm.ino │ └── app_httpd.cpp ├── ESP32-CAM_CAR_TrackColorObject_Tracking.js │ └── ESP32-CAM_CAR_TrackColorObject_Tracking.js.ino ├── ESP32-CAM_CAR_TrackColorline_Tracking.js │ ├── ESP32-CAM_CAR_TrackColorline_Tracking.js.html │ └── ESP32-CAM_CAR_TrackColorline_Tracking.js.ino └── MoonCar_MotorDriverIC.png ├── ESP32-CAM_CustomCommand └── ESP32-CAM_CustomCommand.ino ├── ESP32-CAM_CustomCommand_WIFI └── ESP32-CAM_CustomCommand_WIFI.ino ├── ESP32-CAM_CustomCommand_WIFI_memory └── ESP32-CAM_CustomCommand_WIFI_memory.ino ├── ESP32-CAM_DHT11 ├── DHT.zip └── ESP32-CAM_DHT11.ino ├── ESP32-CAM_FaceDetection └── ESP32-CAM_FaceDetection.ino ├── ESP32-CAM_FaceDetection_SD └── ESP32-CAM_FaceDetection_SD.ino ├── ESP32-CAM_FaceRecognition_PAGE └── ESP32-CAM_FaceRecognition_PAGE.ino ├── ESP32-CAM_FaceRecognition_RemoteImage_EnrollFace └── ESP32-CAM_FaceRecognition_RemoteImage_EnrollFace.ino ├── ESP32-CAM_FaceRecognition_SD_EnrollFace └── ESP32-CAM_FaceRecognition_SD_EnrollFace.ino ├── ESP32-CAM_FaceRecognition_SD_EnrollFace_PAGE └── ESP32-CAM_FaceRecognition_SD_EnrollFace_PAGE.ino ├── ESP32-CAM_Firebase ├── Base64.cpp ├── Base64.h └── ESP32-CAM_Firebase.ino ├── ESP32-CAM_GPS_LineNotify └── ESP32-CAM_GPS_LineNotify.ino ├── ESP32-CAM_GPS_PRINT_LineNotify └── ESP32-CAM_GPS_PRINT_LineNotify.ino ├── ESP32-CAM_Gmail ├── Base64.cpp ├── Base64.h └── ESP32-CAM_Gmail.ino ├── ESP32-CAM_GoogleDrive_Linebot ├── Base64.cpp ├── Base64.h └── ESP32-CAM_GoogleDrive_Linebot.ino ├── ESP32-CAM_GoogleDrive_Linenotify ├── Base64.cpp ├── Base64.h └── ESP32-CAM_GoogleDrive_Linenotify.ino ├── ESP32-CAM_GoogleDrive_Linenotify_PAGE ├── Base64.cpp ├── Base64.h └── ESP32-CAM_GoogleDrive_Linenotify_PAGE.ino ├── ESP32-CAM_GoogleSpreadsheet ├── Base64.cpp ├── Base64.h └── ESP32-CAM_GoogleSpreadsheet.ino ├── ESP32-CAM_ILI9341_2.4inchTFT ├── 2.8-spi-9341.rar ├── ESP32-CAM_ILI9341_2.4inchTFT.ino └── ESP32-CAM_ILI9341_2.4inchTFT1 │ └── ESP32-CAM_ILI9341_2.4inchTFT1.ino ├── ESP32-CAM_ILI9341_2.4inchTFT_FaceDetect └── ESP32-CAM_ILI9341_2.4inchTFT_FaceDetect.ino ├── ESP32-CAM_ILI9341_2.4inchTFT_FaceRecognition └── ESP32-CAM_ILI9341_2.4inchTFT_FaceRecognition.ino ├── ESP32-CAM_LCD1602 └── ESP32-CAM_LCD1602.ino ├── ESP32-CAM_Linebot ├── Base64.cpp ├── Base64.h ├── DHT.zip └── ESP32-CAM_Linebot.ino ├── ESP32-CAM_Linebot_Spreadsheet ├── Base64.cpp ├── Base64.h └── ESP32-CAM_Linebot_Spreadsheet.ino ├── ESP32-CAM_MLX90615 └── ESP32-CAM_MLX90615.ino ├── ESP32-CAM_MQTT ├── Base64.cpp ├── Base64.h └── ESP32-CAM_MQTT.ino ├── ESP32-CAM_MQTT_STILL └── ESP32-CAM_MQTT_STILL.ino ├── ESP32-CAM_MQTT_STILL_FLOW ├── ESP32-CAM_MQTT_STILL_FLOW.ino └── PubSubClient-2.8.0.zip ├── ESP32-CAM_MyBlockly ├── Base64.cpp ├── Base64.h └── ESP32-CAM_MyBlockly.ino ├── ESP32-CAM_MyBlockly_JSON ├── Base64.cpp ├── Base64.h └── ESP32-CAM_MyBlockly_JSON.ino ├── ESP32-CAM_MyBlockly_STREAM ├── Base64.cpp ├── Base64.h └── ESP32-CAM_MyBlockly_STREAM.ino ├── ESP32-CAM_MyBlockly_STREAM_JSON ├── Base64.cpp ├── Base64.h └── ESP32-CAM_MyBlockly_STREAM_JSON.ino ├── ESP32-CAM_MyCommand ├── ESP32-CAM_MyCommand.ino └── ESP32-CAM_MyCommand1 │ └── ESP32-CAM_MyCommand1.ino ├── ESP32-CAM_MySQL ├── Base64.cpp ├── Base64.h └── ESP32-CAM_MySQL.ino ├── ESP32-CAM_MySQL_GoogleScript ├── Base64.cpp ├── Base64.h └── ESP32-CAM_MySQL_GoogleScript.ino ├── ESP32-CAM_NTP └── ESP32-CAM_NTP.ino ├── ESP32-CAM_NTP_Linenotify └── ESP32-CAM_NTP_Linenotify.ino ├── ESP32-CAM_OTTO ├── OttoDIY │ ├── OTTO_BT │ │ └── OTTO_BT.ino │ ├── OTTO_ServoHome │ │ └── OTTO_ServoHome.ino │ └── libraries │ │ ├── BatReader │ │ ├── BatReader.cpp │ │ ├── BatReader.h │ │ ├── BatReader.zip │ │ └── BatReader_Example │ │ │ └── BatReader_Example.ino │ │ ├── EnableInterrupt │ │ ├── EnableInterrupt.h │ │ ├── EnableInterrupt.zip │ │ ├── README.md │ │ ├── examples │ │ │ ├── AllPins2560 │ │ │ │ ├── AllPins2560.ino │ │ │ │ └── Makefile │ │ │ ├── AllPins328 │ │ │ │ ├── AllPins328.ino │ │ │ │ └── Makefile │ │ │ ├── EnableInterruptTest │ │ │ │ └── EnableInterruptTest.ino │ │ │ ├── HiSpeed │ │ │ │ ├── HiSpeed.ino │ │ │ │ ├── Makefile │ │ │ │ └── README │ │ │ ├── HiSpeedAllPins2560 │ │ │ │ ├── HiSpeedAllPins2560.ino │ │ │ │ └── Makefile │ │ │ ├── HiSpeedAllPins328 │ │ │ │ ├── HiSpeedAllPins328.ino │ │ │ │ └── Makefile │ │ │ ├── HiSpeedTest │ │ │ │ ├── HiSpeedTest.ino │ │ │ │ └── Makefile │ │ │ ├── InterruptedPin2560 │ │ │ │ ├── InterruptedPin2560.ino │ │ │ │ └── Makefile │ │ │ ├── InterruptedPin328 │ │ │ │ ├── InterruptedPin328.ino │ │ │ │ └── Makefile │ │ │ ├── Mighty1284p │ │ │ │ └── Mighty1284p.ino │ │ │ ├── OOSimple │ │ │ │ ├── Makefile │ │ │ │ └── OOSimple.ino │ │ │ ├── Simple │ │ │ │ ├── Makefile │ │ │ │ └── Simple.ino │ │ │ ├── SimpleFunctionWithArg │ │ │ │ ├── Makefile │ │ │ │ └── SimpleFunctionWithArg.ino │ │ │ └── Testing │ │ │ │ ├── Makefile │ │ │ │ └── Testing.ino │ │ ├── extras │ │ │ ├── LICENSE │ │ │ ├── NOTICE │ │ │ └── RELEASE_NOTES │ │ └── utility │ │ │ ├── ei_External1284.h │ │ │ ├── ei_External2560.h │ │ │ ├── ei_External328.h │ │ │ ├── ei_ExternalLeonardo.h │ │ │ ├── ei_PinChange1284.h │ │ │ ├── ei_PinChange2560.h │ │ │ ├── ei_PinChange328.h │ │ │ ├── ei_PinChangeLeonardo.h │ │ │ ├── ei_pindefs_speed.h │ │ │ ├── ei_porta_speed.h │ │ │ ├── ei_portb_speed.h │ │ │ ├── ei_portc_speed.h │ │ │ ├── ei_portd_speed.h │ │ │ ├── ei_portj_speed.h │ │ │ └── ei_portk_speed.h │ │ ├── LICENSE.md │ │ ├── LedMatrix │ │ ├── LedMatrix.cpp │ │ ├── LedMatrix.h │ │ ├── LedMatrix.zip │ │ └── LedMatrix_Code │ │ │ └── LedMatrix_Code.ino │ │ ├── Oscillator │ │ ├── Oscillator.cpp │ │ ├── Oscillator.h │ │ └── Oscillator.zip │ │ ├── Otto │ │ ├── Otto.cpp │ │ ├── Otto.h │ │ ├── Otto.zip │ │ ├── Otto_gestures.h │ │ ├── Otto_mouths.h │ │ └── Otto_sounds.h │ │ ├── OttoSerialCommand │ │ ├── OttoSerialCommand.cpp │ │ ├── OttoSerialCommand.h │ │ └── OttoSerialCommand.zip │ │ ├── US │ │ ├── US.cpp │ │ ├── US.h │ │ └── US.zip │ │ └── readme.txt └── OttoRobot_20161204 │ ├── ESP32-CAM_OTTO_20161204 │ └── ESP32-CAM_OTTO_20161204.ino │ ├── ESP32-CAM_OTTO_FaceRecognition │ └── ESP32-CAM_OTTO_FaceRecognition.ino │ └── NANO_OTTO_20161204 │ ├── BatReader.cpp │ ├── BatReader.h │ ├── LedMatrix.cpp │ ├── LedMatrix.h │ ├── NANO_OTTO_20161204.ino │ ├── Oscillator.cpp │ ├── Oscillator.h │ ├── Otto.cpp │ ├── Otto.h │ ├── Otto_gestures.h │ ├── Otto_mouths.h │ ├── Otto_sounds.h │ ├── US.cpp │ └── US.h ├── ESP32-CAM_PIR_Gmail ├── Base64.cpp ├── Base64.h └── ESP32-CAM_PIR_Gmail.ino ├── ESP32-CAM_PIR_GoogleDrive ├── Base64.cpp ├── Base64.h └── ESP32-CAM_PIR_GoogleDrive.ino ├── ESP32-CAM_PIR_GoogleDrive_Linenotify ├── Base64.cpp ├── Base64.h └── ESP32-CAM_PIR_GoogleDrive_Linenotify.ino ├── ESP32-CAM_PIR_GoogleSpreadsheet ├── Base64.cpp ├── Base64.h └── ESP32-CAM_PIR_GoogleSpreadsheet.ino ├── ESP32-CAM_PIR_Linenotify └── ESP32-CAM_PIR_Linenotify.ino ├── ESP32-CAM_PIR_Telegram └── ESP32-CAM_PIR_Telegram.ino ├── ESP32-CAM_PixelBit_MoonCar ├── ArduinoUNO_MoonCar │ └── ArduinoUNO_MoonCar.ino └── ESP32-CAM_PixelBit_MoonCar.ino ├── ESP32-CAM_QRCode_Recognition ├── ESP32QRCodeReader │ ├── ESP32-CAM_ESP32QRCodeReader │ │ ├── ESP32-CAM_ESP32QRCodeReader.ino │ │ ├── ESP32CameraPins.h │ │ ├── ESP32QRCodeReader.cpp │ │ ├── ESP32QRCodeReader.h │ │ ├── LICENSE │ │ ├── README.md │ │ ├── collections.c │ │ ├── collections.h │ │ ├── decode.c │ │ ├── fmath.h │ │ ├── identify.c │ │ ├── quirc.c │ │ ├── quirc.h │ │ ├── quirc_internal.h │ │ └── version_db.c │ ├── ESP32-CAM_ESP32QRCodeReader_LineNotify │ │ ├── ESP32-CAM_ESP32QRCodeReader_LineNotify.ino │ │ ├── ESP32CameraPins.h │ │ ├── ESP32QRCodeReader.cpp │ │ ├── ESP32QRCodeReader.h │ │ ├── LICENSE │ │ ├── README.md │ │ ├── collections.c │ │ ├── collections.h │ │ ├── decode.c │ │ ├── fmath.h │ │ ├── identify.c │ │ ├── quirc.c │ │ ├── quirc.h │ │ ├── quirc_internal.h │ │ └── version_db.c │ └── ESP32-CAM_ESP32QRCodeReader_Telegram │ │ ├── ESP32-CAM_ESP32QRCodeReader_Telegram.ino │ │ ├── ESP32CameraPins.h │ │ ├── ESP32QRCodeReader.cpp │ │ ├── ESP32QRCodeReader.h │ │ ├── LICENSE │ │ ├── README.md │ │ ├── collections.c │ │ ├── collections.h │ │ ├── decode.c │ │ ├── fmath.h │ │ ├── identify.c │ │ ├── quirc.c │ │ ├── quirc.h │ │ ├── quirc_internal.h │ │ └── version_db.c ├── ESP32QRCodeReader_Page │ ├── ESP32QRCodeReader_Page.ino │ ├── LICENSE │ ├── README.md │ ├── collections.c │ ├── collections.h │ ├── decode.c │ ├── fmath.h │ ├── identify.c │ ├── quirc.c │ ├── quirc.h │ ├── quirc_internal.h │ └── version_db.c ├── ESP32QRCodeReader_Page1 │ ├── ESP32QRCodeReader_Page1.ino │ ├── LICENSE │ ├── README.md │ ├── collections.c │ ├── collections.h │ ├── decode.c │ ├── fmath.h │ ├── identify.c │ ├── quirc.c │ ├── quirc.h │ ├── quirc_internal.h │ └── version_db.c └── ESPIno32CAM │ ├── ESP32-CAM_ESPIno32CAM │ └── ESP32-CAM_QRCode_Recognition.ino │ ├── ESP32-CAM_ESPIno32CAM_LineNotify │ └── ESP32-CAM_ESPIno32CAM_LineNotify.ino │ ├── ESP32-CAM_ESPIno32CAM_Telegram │ └── ESP32-CAM_ESPIno32CAM_Telegram.ino │ └── ESPIno32CAM-master.zip ├── ESP32-CAM_SD └── ESP32-CAM_SD.ino ├── ESP32-CAM_SD_GoogleDrive ├── Base64.cpp ├── Base64.h └── ESP32-CAM_SD_GoogleDrive.ino ├── ESP32-CAM_SD_GoogleDrive_Linenotify ├── Base64.cpp ├── Base64.h └── ESP32-CAM_SD_GoogleDrive_Linenotify.ino ├── ESP32-CAM_SD_LoadPage_PAGE ├── ESP32-CAM_SD_LoadPage_PAGE.ino └── SD │ ├── BlazeFace.html │ ├── BodyPix1.html │ ├── BodyPix2.html │ ├── CocoSSD.html │ ├── DeepLab3.html │ ├── FaceDetection.html │ ├── FaceMesh.html │ ├── FaceRecognition.html │ ├── HandPose.html │ ├── KNNClassifier.html │ ├── MobileNet.html │ ├── PoseNet.html │ ├── Taiwan.html │ ├── Taiwan.jpg │ ├── TeachableMachine.html │ ├── Tesseract.html │ └── TrackingColor.html ├── ESP32-CAM_SD_Manager_PAGE └── ESP32-CAM_SD_Manager_PAGE.ino ├── ESP32-CAM_SD_Manager_Stream_PAGE └── ESP32-CAM_SD_Manager_Stream_PAGE.ino ├── ESP32-CAM_SD_OfflinePAGE ├── ESP32-CAM_SD_OfflinePAGE.ino └── SD │ ├── taiwan.css │ ├── taiwan.jpg │ └── taiwan.js ├── ESP32-CAM_SD_PIR └── ESP32-CAM_SD_PIR.ino ├── ESP32-CAM_SD_PIR_Sleep └── ESP32-CAM_SD_PIR_Sleep.ino ├── ESP32-CAM_SD_ResetButton └── ESP32-CAM_SD_ResetButton.ino ├── ESP32-CAM_SD_SaveRemoteImage └── ESP32-CAM_SD_SaveRemoteImage.ino ├── ESP32-CAM_SD_TimeLapse_PAGE └── ESP32-CAM_SD_TimeLapse_PAGE.ino ├── ESP32-CAM_SERVO2_Canvas └── ESP32-CAM_SERVO2_Canvas.ino ├── ESP32-CAM_SERVO2_Joystick └── ESP32-CAM_SERVO2_Joystick.ino ├── ESP32-CAM_SERVO_Gmail_PAGE ├── Base64.cpp ├── Base64.h └── ESP32-CAM_SERVO_Gmail_PAGE.ino ├── ESP32-CAM_SERVO_Joystick_Boat └── ESP32-CAM_SERVO_Joystick_Boat.ino ├── ESP32-CAM_SERVO_PAGE └── ESP32-CAM_SERVO_PAGE.ino ├── ESP32-CAM_SERVO_Rotate_PAGE └── ESP32-CAM_SERVO_Rotate_PAGE.ino ├── ESP32-CAM_Stream_NoFaceDetection └── ESP32-CAM_Stream_NoFaceDetection.ino ├── ESP32-CAM_Telegram └── ESP32-CAM_Telegram.ino ├── ESP32-CAM_Telegram_PAGE └── ESP32-CAM_Telegram_PAGE.ino ├── ESP32-CAM_Telegram_getUpdates ├── ArduinoJson-6.x.zip └── ESP32-CAM_Telegram_getUpdates.ino ├── ESP32-CAM_Telegram_getUpdates_PIR ├── ArduinoJson-6.x.zip └── ESP32-CAM_Telegram_getUpdates_PIR.ino ├── ESP32-CAM_Telegram_getUpdates_PIR_SD └── ESP32-CAM_Telegram_getUpdates_PIR_SD.ino ├── ESP32-CAM_Tensorflow.js ├── ESP32-CAM_AI_Template │ └── ESP32-CAM_AI_Template.ino ├── ESP32-CAM_HandPose │ └── ESP32-CAM_HandPose.ino ├── ESP32-CAM_Linenotify │ └── ESP32-CAM_Linenotify.ino ├── ESP32-CAM_MultiPersonPose │ └── ESP32-CAM_MultiPersonPose.ino ├── ESP32-CAM_MultiPersonPose_ControlRelay │ ├── ESP32-CAM_MultiPersonPose_ControlRelay01 │ │ └── ESP32-CAM_MultiPersonPose_ControlRelay01.ino │ └── ESP32-CAM_MultiPersonPose_ControlRelay02 │ │ └── ESP32-CAM_MultiPersonPose_ControlRelay02.ino ├── ESP32-CAM_MultiPersonPose_FaceTracking │ └── ESP32-CAM_MultiPersonPose_FaceTracking.ino ├── ESP32-CAM_MultiPersonPose_offline │ ├── ESP32-CAM_MultiPersonPose_offline.ino │ └── SD │ │ ├── group1-shard1of2.bin │ │ ├── group1-shard2of2.bin │ │ ├── model-stride16.json │ │ ├── posenet.js │ │ └── tfjs@1.0.1 ├── ESP32-CAM_blazeface │ └── ESP32-CAM_blazeface.ino ├── ESP32-CAM_bodypix │ ├── ESP32-CAM_bodypix2_blurBodyPart │ │ └── ESP32-CAM_bodypix2_blurBodyPart.ino │ ├── ESP32-CAM_bodypix2_drawMask │ │ └── ESP32-CAM_bodypix2_drawMask.ino │ ├── ESP32-CAM_bodypix2_drawPixelatedMask │ │ └── ESP32-CAM_bodypix2_drawPixelatedMask.ino │ ├── ESP32-CAM_bodypix_backgroundDarkeningMask │ │ └── ESP32-CAM_bodypix_backgroundDarkeningMask.ino │ ├── ESP32-CAM_bodypix_coloredPartImage │ │ └── ESP32-CAM_bodypix_coloredPartImage.ino │ ├── ESP32-CAM_bodypix_coloredPartImageData │ │ └── ESP32-CAM_bodypix_coloredPartImageData.ino │ ├── ESP32-CAM_bodypix_drawPixelatedMask │ │ └── ESP32-CAM_bodypix_drawPixelatedMask.ino │ └── ESP32-CAM_bodypix_segmentation │ │ └── ESP32-CAM_bodypix_segmentation.ino ├── ESP32-CAM_coco-ssd │ ├── ESP32-CAM_coco-ssd.ino │ └── ESP32-CAM_coco-ssd1 │ │ └── ESP32-CAM_coco-ssd1.ino ├── ESP32-CAM_coco-ssd_CautionArea │ └── ESP32-CAM_coco-ssd_CautionArea.ino ├── ESP32-CAM_coco-ssd_PeopleTracking │ ├── ESP32-CAM_coco-ssd_PeopleTracking.ino │ └── ESP32-CAM_coco-ssd_PeopleTracking1 │ │ └── ESP32-CAM_coco-ssd_PeopleTracking1.ino ├── ESP32-CAM_coco-ssd_PersonDetect_GoogleDrive_Linenotify │ ├── ESP32-CAM_coco-ssd_PersonDetect_GoogleDrive_Linenotify.ino │ ├── ESP32-CAM_coco-ssd_PersonDetect_GoogleDrive_Linenotify1 │ │ ├── Base64.cpp │ │ ├── Base64.h │ │ └── ESP32-CAM_coco-ssd_PersonDetect_GoogleDrive_Linenotify1.ino │ └── app_httpd_coco-ssd_PersonDetect_GoogleDrive_Linenotify.cpp ├── ESP32-CAM_coco-ssd_offline │ ├── ESP32-CAM_coco-ssd_offline.ino │ └── SD │ │ ├── coco-ssd@2.1.0 │ │ ├── group1-shard1of5 │ │ ├── group1-shard2of5 │ │ ├── group1-shard3of5 │ │ ├── group1-shard4of5 │ │ ├── group1-shard5of5 │ │ ├── model.json │ │ └── tf.min.js ├── ESP32-CAM_deeplabV3 │ ├── ESP32-CAM_deeplabV3_ade20k │ │ └── ESP32-CAM_deeplabV3_ade20k.ino │ ├── ESP32-CAM_deeplabV3_cityscapes │ │ └── ESP32-CAM_deeplabV3_cityscapes.ino │ └── ESP32-CAM_deeplabV3_pascal │ │ └── ESP32-CAM_deeplabV3_pascal.ino ├── ESP32-CAM_face-api_FaceDetection │ ├── ESP32-CAM_face-api_FaceDetection.ino │ └── ESP32-CAM_face-api_FaceDetection1 │ │ └── ESP32-CAM_face-api_FaceDetection1.ino ├── ESP32-CAM_face-api_FaceDetection_smile │ └── ESP32-CAM_face-api_FaceDetection_smile.ino ├── ESP32-CAM_face-api_FaceRecognition │ ├── ESP32-CAM_face-api_FaceRecognition.ino │ └── ESP32-CAM_face-api_FaceRecognition1 │ │ └── ESP32-CAM_face-api_FaceRecognition1.ino ├── ESP32-CAM_face-api_FaceRecognition_MLX90615_PAGE │ └── ESP32-CAM_face-api_FaceRecognition_MLX90615_PAGE.ino ├── ESP32-CAM_face-api_FaceRecognition_Telegram │ └── ESP32-CAM_face-api_FaceRecognition_Telegram.ino ├── ESP32-CAM_facemesh │ └── ESP32-CAM_facemesh.ino ├── ESP32-CAM_holistic │ ├── ESP32-CAM_holistic.html │ ├── ESP32-CAM_holistic.ino │ ├── ESP32-CAM_holistic1 │ │ └── ESP32-CAM_holistic1.ino │ └── Remarks │ │ ├── remarks_face.png │ │ ├── remarks_finger.jpg │ │ └── remarks_pose.jpg ├── ESP32-CAM_holistic_FaceHair │ ├── ESP32-CAM_holistic_FaceHair.html │ └── ESP32-CAM_holistic_FaceHair.ino ├── ESP32-CAM_holistic_action │ ├── ESP32-CAM_holistic_action.html │ └── ESP32-CAM_holistic_action.ino ├── ESP32-CAM_holistic_fingersDistance │ ├── ESP32-CAM_holistic_fingersDistance.html │ ├── ESP32-CAM_holistic_fingersDistance.ino │ └── Remarks │ │ ├── remarks_face.png │ │ ├── remarks_finger.jpg │ │ └── remarks_pose.jpg ├── ESP32-CAM_holistic_supermanpose │ ├── ESP32-CAM_holistic_supermanpose.html │ └── ESP32-CAM_holistic_supermanpose.ino ├── ESP32-CAM_holistic_turnFaceAngle │ ├── ESP32-CAM_holistic_turnFaceAngle.html │ └── ESP32-CAM_holistic_turnFaceAngle.ino ├── ESP32-CAM_holistic_turnHand │ ├── ESP32-CAM_holistic_turnHand.html │ └── ESP32-CAM_holistic_turnHand.ino ├── ESP32-CAM_holistic_turnHandAngle │ ├── ESP32-CAM_holistic_turnHandAngle.html │ └── ESP32-CAM_holistic_turnHandAngle.ino ├── ESP32-CAM_holistic_turnShoulderAngle │ ├── ESP32-CAM_holistic_turnShoulderAngle.html │ └── ESP32-CAM_holistic_turnShoulderAngle.ino ├── ESP32-CAM_knn-classifier │ ├── ESP32-CAM_knn-classifier.ino │ └── ESP32-CAM_knn-classifier1 │ │ └── ESP32-CAM_knn-classifier1.ino ├── ESP32-CAM_mobilenet │ ├── ESP32-CAM_mobilenet.ino │ └── ESP32-CAM_mobilenet1 │ │ └── ESP32-CAM_mobilenet1.ino ├── ESP32-CAM_pose-detection │ └── ESP32-CAM_pose-detection.ino └── ESP32-CAM_teachablemachine │ ├── ESP32-CAM_teachablemachine.ino │ └── ESP32-CAM_teachablemachine1 │ └── ESP32-CAM_teachablemachine1.ino ├── ESP32-CAM_Tracking.js ├── ESP32-CAM_Tracking.js_color │ ├── ESP32-CAM_Tracking.js_color.ino │ └── ESP32-CAM_Tracking.js_color1 │ │ └── ESP32-CAM_Tracking.js_color1.ino └── ESP32-CAM_Tracking.js_face │ └── ESP32-CAM_Tracking.js_face.ino ├── ESP32-CAM_UltrasonicSensor └── ESP32-CAM_UltrasonicSensor.ino ├── ESP32-CAM_gemini_vision ├── Base64.cpp ├── Base64.h └── ESP32-CAM_gemini_vision.ino ├── ESP32-CAM_openAI_vision ├── Base64.cpp ├── Base64.h └── ESP32-CAM_openAI_vision.ino ├── ESP32-CAM_tesseract.js └── ESP32-CAM_tesseract.js.ino ├── ESP32_AirQuality.ino ├── ESP32_AirQuality_3Leds.ino ├── ESP32_BLE_MyFirmata.ino ├── ESP32_BleWifi_MyFirmata.ino ├── ESP32_CAM_MyStream_1Core └── ESP32_CAM_MyStream_1Core.ino ├── ESP32_CAM_MyStream_2Cores └── ESP32_CAM_MyStream_2Cores.ino ├── ESP32_CAM_MyStream_2Cores_https ├── ESP32_CAM_MyStream_2Cores_https.ino ├── cert.h └── private_key.h ├── ESP32_Chart_D3JS.ino ├── ESP32_Chart_Google.ino ├── ESP32_DFPlayer.ino ├── ESP32_ElectricFan.ino ├── ESP32_Gemini.ino ├── ESP32_GoogleSheet.ino ├── ESP32_GoogleSheet_sql.ino ├── ESP32_I2S_AUDIO.ino ├── ESP32_INMP441_Gemini_Chunk ├── Base64.cpp ├── Base64.h └── ESP32_INMP441_Gemini_Chunk.ino ├── ESP32_INMP441_Gemini_Chunk1 ├── Base64.cpp ├── Base64.h └── ESP32_INMP441_Gemini_Chunk1.ino ├── ESP32_INMP441_Gemini_Chunk2 ├── Base64.cpp ├── Base64.h └── ESP32_INMP441_Gemini_Chunk2.ino ├── ESP32_INMP441_Groq_Whisper └── ESP32_INMP441_Groq_Whisper.ino ├── ESP32_INMP441_MAX98357A_Gemini ├── Base64.cpp ├── Base64.h ├── ESP32-audioI2S-fix.zip ├── ESP32_INMP441_MAX98357A_Gemini.ino └── getJsonData.zip ├── ESP32_Keyboard_MQTT.ino ├── ESP32_Keyboard_PPT_RC.ino ├── ESP32_Keyboard_Serial.ino ├── ESP32_Linebot.ino ├── ESP32_Linebot_Spreadsheet.ino ├── ESP32_MLX90615.ino ├── ESP32_MQTT.ino ├── ESP32_MyBlockly_JSON.ino ├── ESP32_MyFirmata.ino ├── ESP32_NTP.ino ├── ESP32_PMS5003T.ino ├── ESP32_ReadWriteFlash.ino ├── ESP32_ReadWriteFlash_ResetWiFi.ino ├── ESP32_SpeechRecognition.ino ├── ESP32_TaiwanWeather.ino ├── ESP32_TaiwanWeather1.ino ├── ESP32_Telegram_getUpdates.ino ├── ESP32_Telegram_getUpdates_MQTT.ino ├── ESP32_ThinkSpeak.ino ├── ESP32_UART_MyFirmata.ino ├── ESP32_UartWifi_MyFirmata.ino ├── ESP32_WIFI_Preferences.ino ├── ESP32_WebBluetooth.ino ├── ESP32_WebSerial.ino ├── ESP32_keyboard_ps2_sf2_joystick ├── ESP32_keyboard_ps2_sf2_joystick.ino ├── ESP32_keyboard_ps2_sf2_joystick.png ├── ESP32_keyboard_ps2_sf2_joystick.xml ├── README.md └── libraries │ ├── ESP32-BLE-Keyboard-master.zip │ └── PS2X_lib-master.zip ├── ESP32_openAI.ino ├── ESP32_openAI_telegrambot.ino ├── ESP32_thingspeak_mqtt.ino ├── ESP8266_MyFirmata.html ├── ESP_getCommandParameter.ino ├── Leonardo_PPT_IRremoteControl.ino ├── Leonarod_PPT_RC.html ├── LinkIt7697_Chart_D3JS.ino ├── LinkIt7697_Chart_Google.ino ├── LinkIt7697_MyBlockly_JSON.ino ├── LinkIt7697_MyFirmata.ino ├── LinkIt7697_SpeechRecognition.ino ├── LinkIt7697_WebBluetooth.ino ├── README.md ├── WebBit_ESP32_MyBlockly_JSON.ino ├── WebUSB_Leonardo_MyFirmata.ino ├── WebUSB_Leonardo_MyFirmata ├── WebUSB.cpp ├── WebUSB.h └── WebUSB_Leonardo_MyFirmata.ino ├── WebUSB_Leonardo_SoftwareWire_MyFirmata.ino └── WebUSB_Leonardo_Ywbot_MyFirmata.ino /AmebaPro2_AI_Vision.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/AmebaPro2_AI_Vision.ino -------------------------------------------------------------------------------- /Bluetooth_Leonardo_MyFirmata.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/Bluetooth_Leonardo_MyFirmata.ino -------------------------------------------------------------------------------- /Bluetooth_MyFirmata.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/Bluetooth_MyFirmata.ino -------------------------------------------------------------------------------- /ESP01_Leonardo_MyFirmata.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP01_Leonardo_MyFirmata.ino -------------------------------------------------------------------------------- /ESP01_MyBlockly_JSON.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP01_MyBlockly_JSON.ino -------------------------------------------------------------------------------- /ESP01_MyFirmata.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP01_MyFirmata.ino -------------------------------------------------------------------------------- /ESP01_SpeechRecognition.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP01_SpeechRecognition.ino -------------------------------------------------------------------------------- /ESP01_UNO_ElectricFan.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP01_UNO_ElectricFan.ino -------------------------------------------------------------------------------- /ESP01_UNO_IFTTT_ThinkSpeak.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP01_UNO_IFTTT_ThinkSpeak.ino -------------------------------------------------------------------------------- /ESP01_UNO_MyFirmata.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP01_UNO_MyFirmata.ino -------------------------------------------------------------------------------- /ESP01_UNO_Server.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP01_UNO_Server.ino -------------------------------------------------------------------------------- /ESP01_UNO_Station.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP01_UNO_Station.ino -------------------------------------------------------------------------------- /ESP01_UNO_Station_getResponse.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP01_UNO_Station_getResponse.ino -------------------------------------------------------------------------------- /ESP01_UartWifi_MyFirmata.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP01_UartWifi_MyFirmata.ino -------------------------------------------------------------------------------- /ESP01_UartWifi_station.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP01_UartWifi_station.ino -------------------------------------------------------------------------------- /ESP12E_Chart_D3JS.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP12E_Chart_D3JS.ino -------------------------------------------------------------------------------- /ESP12E_Chart_Google.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP12E_Chart_Google.ino -------------------------------------------------------------------------------- /ESP12E_DFPlayer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP12E_DFPlayer.ino -------------------------------------------------------------------------------- /ESP12E_ElectricFan.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP12E_ElectricFan.ino -------------------------------------------------------------------------------- /ESP12E_LineNotify.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP12E_LineNotify.ino -------------------------------------------------------------------------------- /ESP12E_LineNotify_WiFiClientSecure.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP12E_LineNotify_WiFiClientSecure.ino -------------------------------------------------------------------------------- /ESP12E_MyBlockly_JSON.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP12E_MyBlockly_JSON.ino -------------------------------------------------------------------------------- /ESP12E_MyFirmata.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP12E_MyFirmata.ino -------------------------------------------------------------------------------- /ESP12E_ReadWriteFlash.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP12E_ReadWriteFlash.ino -------------------------------------------------------------------------------- /ESP12E_ReadWriteFlash_ResetWiFi.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP12E_ReadWriteFlash_ResetWiFi.ino -------------------------------------------------------------------------------- /ESP12E_SpeechRecognition.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP12E_SpeechRecognition.ino -------------------------------------------------------------------------------- /ESP12E_ThinkSpeak.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP12E_ThinkSpeak.ino -------------------------------------------------------------------------------- /ESP12E_UartWifi_MyFirmata.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP12E_UartWifi_MyFirmata.ino -------------------------------------------------------------------------------- /ESP12E_linebot.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP12E_linebot.ino -------------------------------------------------------------------------------- /ESP32-CAM-Video-Recorder-junior-Page/ESP32-CAM-Video-Recorder-junior-Page.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM-Video-Recorder-junior-Page/ESP32-CAM-Video-Recorder-junior-Page.ino -------------------------------------------------------------------------------- /ESP32-CAM-Video-Recorder-junior-Page/ESP32-CAM-Video-Recorder-junior-Page_nomemory/ESP32-CAM-Video-Recorder-junior-Page_nomemory.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM-Video-Recorder-junior-Page/ESP32-CAM-Video-Recorder-junior-Page_nomemory/ESP32-CAM-Video-Recorder-junior-Page_nomemory.ino -------------------------------------------------------------------------------- /ESP32-CAM-Video-Recorder-junior-Page/ESP32-CAM-Video-Recorder-junior_en_Page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM-Video-Recorder-junior-Page/ESP32-CAM-Video-Recorder-junior_en_Page.html -------------------------------------------------------------------------------- /ESP32-CAM_Azure/ESP32-CAM_Azure_CognitionServices_FaceDetect/ESP32-CAM_Azure_CognitionServices_FaceDetect.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Azure/ESP32-CAM_Azure_CognitionServices_FaceDetect/ESP32-CAM_Azure_CognitionServices_FaceDetect.ino -------------------------------------------------------------------------------- /ESP32-CAM_Azure/ESP32-CAM_Azure_CustomVision_Classification/ESP32-CAM_Azure_CustomVision_Classification.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Azure/ESP32-CAM_Azure_CustomVision_Classification/ESP32-CAM_Azure_CustomVision_Classification.ino -------------------------------------------------------------------------------- /ESP32-CAM_Azure/ESP32-CAM_Azure_CustomVision_objectDetection/ESP32-CAM_Azure_CustomVision_objectDetection.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Azure/ESP32-CAM_Azure_CustomVision_objectDetection/ESP32-CAM_Azure_CustomVision_objectDetection.ino -------------------------------------------------------------------------------- /ESP32-CAM_BarcodeReader/ESP32-CAM_BarcodeReader.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_BarcodeReader/ESP32-CAM_BarcodeReader.ino -------------------------------------------------------------------------------- /ESP32-CAM_Base64/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Base64/Base64.cpp -------------------------------------------------------------------------------- /ESP32-CAM_Base64/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Base64/Base64.h -------------------------------------------------------------------------------- /ESP32-CAM_Base64/ESP32-CAM_Base64.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Base64/ESP32-CAM_Base64.ino -------------------------------------------------------------------------------- /ESP32-CAM_CameraWebServer/ESP32-CAM_CameraWebServer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_CameraWebServer/ESP32-CAM_CameraWebServer.ino -------------------------------------------------------------------------------- /ESP32-CAM_CameraWebServer_FakeStream/ESP32-CAM_CameraWebServer_FakeStream.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_CameraWebServer_FakeStream/ESP32-CAM_CameraWebServer_FakeStream.ino -------------------------------------------------------------------------------- /ESP32-CAM_CameraWebServer_NoFaceDetection/ESP32-CAM_CameraWebServer_NoFaceDetection.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_CameraWebServer_NoFaceDetection/ESP32-CAM_CameraWebServer_NoFaceDetection.ino -------------------------------------------------------------------------------- /ESP32-CAM_CameraWebServer_NoFaceDetection_NEW/CameraWebServer_OV2640.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_CameraWebServer_NoFaceDetection_NEW/CameraWebServer_OV2640.html -------------------------------------------------------------------------------- /ESP32-CAM_CameraWebServer_NoFaceDetection_NEW/CameraWebServer_OV3660.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_CameraWebServer_NoFaceDetection_NEW/CameraWebServer_OV3660.html -------------------------------------------------------------------------------- /ESP32-CAM_CameraWebServer_NoFaceDetection_NEW/CameraWebServer_OV5640.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_CameraWebServer_NoFaceDetection_NEW/CameraWebServer_OV5640.html -------------------------------------------------------------------------------- /ESP32-CAM_CameraWebServer_NoFaceDetection_NEW/ESP32-CAM_CameraWebServer_NoFaceDetection_NEW.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_CameraWebServer_NoFaceDetection_NEW/ESP32-CAM_CameraWebServer_NoFaceDetection_NEW.ino -------------------------------------------------------------------------------- /ESP32-CAM_CameraWebServer_NoFaceDetection_NEW/camera_pins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_CameraWebServer_NoFaceDetection_NEW/camera_pins.h -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_1pwm/ESP32-CAM_CAR_1pwm.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_1pwm/ESP32-CAM_CAR_1pwm.ino -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_1pwm/app_httpd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_1pwm/app_httpd.cpp -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_1pwm1digitalwrite/ESP32-CAM_CAR_1pwm1digitalwrite.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_1pwm1digitalwrite/ESP32-CAM_CAR_1pwm1digitalwrite.ino -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_1pwm1digitalwrite/app_httpd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_1pwm1digitalwrite/app_httpd.cpp -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_2digitalwrite/ESP32-CAM_CAR_2digitalwrite.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_2digitalwrite/ESP32-CAM_CAR_2digitalwrite.ino -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_2digitalwrite/app_httpd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_2digitalwrite/app_httpd.cpp -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_2pwm/ESP32-CAM_CAR_2pwm.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_2pwm/ESP32-CAM_CAR_2pwm.ino -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_2pwm/app_httpd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_2pwm/app_httpd.cpp -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_2pwm_Cellphone3Axis/Detecting device orientation - Event reference - MDN.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_2pwm_Cellphone3Axis/Detecting device orientation - Event reference - MDN.url -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_2pwm_Cellphone3Axis/ESP32-CAM_CAR_2pwm_Cellphone3Axis.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_2pwm_Cellphone3Axis/ESP32-CAM_CAR_2pwm_Cellphone3Axis.html -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_2pwm_Cellphone3Axis/ESP32-CAM_CAR_2pwm_Cellphone3Axis.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_2pwm_Cellphone3Axis/ESP32-CAM_CAR_2pwm_Cellphone3Axis.ino -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_2pwm_Joystick/ESP32-CAM_CAR_2pwm_Joystick.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_2pwm_Joystick/ESP32-CAM_CAR_2pwm_Joystick.html -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_2pwm_Joystick/ESP32-CAM_CAR_2pwm_Joystick.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_2pwm_Joystick/ESP32-CAM_CAR_2pwm_Joystick.ino -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_2pwm_Joystick/bobboteck-JoyStick- A simple JoyStick that use HTML5, Canvas and Vanilla JavaScript, for touch and mouse interfaces (no JQuer.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=https://github.com/bobboteck/JoyStick 3 | -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_2pwm_TeachableMachine/ESP32-CAM_CAR_2pwm_TeachableMachine.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_2pwm_TeachableMachine/ESP32-CAM_CAR_2pwm_TeachableMachine.ino -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_2pwm_Template/ESP32-CAM_CAR_2pwm_Template.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_2pwm_Template/ESP32-CAM_CAR_2pwm_Template.ino -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_2pwm_coco-ssd_TrackingCar/ESP32-CAM_CAR_2pwm_coco-ssd_TrackingCar.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_2pwm_coco-ssd_TrackingCar/ESP32-CAM_CAR_2pwm_coco-ssd_TrackingCar.ino -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_2pwm_knn-classifier/ESP32-CAM_CAR_2pwm_knn-classifier.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_2pwm_knn-classifier/ESP32-CAM_CAR_2pwm_knn-classifier.ino -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_2pwm_turnFace/ESP32-CAM_CAR_2pwm_turnFace.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_2pwm_turnFace/ESP32-CAM_CAR_2pwm_turnFace.ino -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_SERVO_1pwm/ESP32-CAM_CAR_SERVO_1pwm.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_SERVO_1pwm/ESP32-CAM_CAR_SERVO_1pwm.ino -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_SERVO_1pwm/app_httpd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_SERVO_1pwm/app_httpd.cpp -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_SERVO_1pwm1digitalwrite/ESP32-CAM_CAR_SERVO_1pwm1digitalwrite.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_SERVO_1pwm1digitalwrite/ESP32-CAM_CAR_SERVO_1pwm1digitalwrite.ino -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_SERVO_1pwm1digitalwrite/app_httpd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_SERVO_1pwm1digitalwrite/app_httpd.cpp -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_SERVO_2digitalwrite/ESP32-CAM_CAR_SERVO_2digitalwrite.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_SERVO_2digitalwrite/ESP32-CAM_CAR_SERVO_2digitalwrite.ino -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_SERVO_2digitalwrite/app_httpd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_SERVO_2digitalwrite/app_httpd.cpp -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_SERVO_2pwm/ESP32-CAM_CAR_SERVO_2pwm.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_SERVO_2pwm/ESP32-CAM_CAR_SERVO_2pwm.ino -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_SERVO_2pwm/app_httpd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_SERVO_2pwm/app_httpd.cpp -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_TrackColorObject_Tracking.js/ESP32-CAM_CAR_TrackColorObject_Tracking.js.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_TrackColorObject_Tracking.js/ESP32-CAM_CAR_TrackColorObject_Tracking.js.ino -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_TrackColorline_Tracking.js/ESP32-CAM_CAR_TrackColorline_Tracking.js.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_TrackColorline_Tracking.js/ESP32-CAM_CAR_TrackColorline_Tracking.js.html -------------------------------------------------------------------------------- /ESP32-CAM_Car/ESP32-CAM_CAR_TrackColorline_Tracking.js/ESP32-CAM_CAR_TrackColorline_Tracking.js.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/ESP32-CAM_CAR_TrackColorline_Tracking.js/ESP32-CAM_CAR_TrackColorline_Tracking.js.ino -------------------------------------------------------------------------------- /ESP32-CAM_Car/MoonCar_MotorDriverIC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Car/MoonCar_MotorDriverIC.png -------------------------------------------------------------------------------- /ESP32-CAM_CustomCommand/ESP32-CAM_CustomCommand.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_CustomCommand/ESP32-CAM_CustomCommand.ino -------------------------------------------------------------------------------- /ESP32-CAM_CustomCommand_WIFI/ESP32-CAM_CustomCommand_WIFI.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_CustomCommand_WIFI/ESP32-CAM_CustomCommand_WIFI.ino -------------------------------------------------------------------------------- /ESP32-CAM_CustomCommand_WIFI_memory/ESP32-CAM_CustomCommand_WIFI_memory.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_CustomCommand_WIFI_memory/ESP32-CAM_CustomCommand_WIFI_memory.ino -------------------------------------------------------------------------------- /ESP32-CAM_DHT11/DHT.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_DHT11/DHT.zip -------------------------------------------------------------------------------- /ESP32-CAM_DHT11/ESP32-CAM_DHT11.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_DHT11/ESP32-CAM_DHT11.ino -------------------------------------------------------------------------------- /ESP32-CAM_FaceDetection/ESP32-CAM_FaceDetection.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_FaceDetection/ESP32-CAM_FaceDetection.ino -------------------------------------------------------------------------------- /ESP32-CAM_FaceDetection_SD/ESP32-CAM_FaceDetection_SD.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_FaceDetection_SD/ESP32-CAM_FaceDetection_SD.ino -------------------------------------------------------------------------------- /ESP32-CAM_FaceRecognition_PAGE/ESP32-CAM_FaceRecognition_PAGE.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_FaceRecognition_PAGE/ESP32-CAM_FaceRecognition_PAGE.ino -------------------------------------------------------------------------------- /ESP32-CAM_FaceRecognition_RemoteImage_EnrollFace/ESP32-CAM_FaceRecognition_RemoteImage_EnrollFace.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_FaceRecognition_RemoteImage_EnrollFace/ESP32-CAM_FaceRecognition_RemoteImage_EnrollFace.ino -------------------------------------------------------------------------------- /ESP32-CAM_FaceRecognition_SD_EnrollFace/ESP32-CAM_FaceRecognition_SD_EnrollFace.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_FaceRecognition_SD_EnrollFace/ESP32-CAM_FaceRecognition_SD_EnrollFace.ino -------------------------------------------------------------------------------- /ESP32-CAM_FaceRecognition_SD_EnrollFace_PAGE/ESP32-CAM_FaceRecognition_SD_EnrollFace_PAGE.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_FaceRecognition_SD_EnrollFace_PAGE/ESP32-CAM_FaceRecognition_SD_EnrollFace_PAGE.ino -------------------------------------------------------------------------------- /ESP32-CAM_Firebase/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Firebase/Base64.cpp -------------------------------------------------------------------------------- /ESP32-CAM_Firebase/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Firebase/Base64.h -------------------------------------------------------------------------------- /ESP32-CAM_Firebase/ESP32-CAM_Firebase.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Firebase/ESP32-CAM_Firebase.ino -------------------------------------------------------------------------------- /ESP32-CAM_GPS_LineNotify/ESP32-CAM_GPS_LineNotify.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_GPS_LineNotify/ESP32-CAM_GPS_LineNotify.ino -------------------------------------------------------------------------------- /ESP32-CAM_GPS_PRINT_LineNotify/ESP32-CAM_GPS_PRINT_LineNotify.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_GPS_PRINT_LineNotify/ESP32-CAM_GPS_PRINT_LineNotify.ino -------------------------------------------------------------------------------- /ESP32-CAM_Gmail/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Gmail/Base64.cpp -------------------------------------------------------------------------------- /ESP32-CAM_Gmail/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Gmail/Base64.h -------------------------------------------------------------------------------- /ESP32-CAM_Gmail/ESP32-CAM_Gmail.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Gmail/ESP32-CAM_Gmail.ino -------------------------------------------------------------------------------- /ESP32-CAM_GoogleDrive_Linebot/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_GoogleDrive_Linebot/Base64.cpp -------------------------------------------------------------------------------- /ESP32-CAM_GoogleDrive_Linebot/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_GoogleDrive_Linebot/Base64.h -------------------------------------------------------------------------------- /ESP32-CAM_GoogleDrive_Linebot/ESP32-CAM_GoogleDrive_Linebot.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_GoogleDrive_Linebot/ESP32-CAM_GoogleDrive_Linebot.ino -------------------------------------------------------------------------------- /ESP32-CAM_GoogleDrive_Linenotify/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_GoogleDrive_Linenotify/Base64.cpp -------------------------------------------------------------------------------- /ESP32-CAM_GoogleDrive_Linenotify/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_GoogleDrive_Linenotify/Base64.h -------------------------------------------------------------------------------- /ESP32-CAM_GoogleDrive_Linenotify/ESP32-CAM_GoogleDrive_Linenotify.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_GoogleDrive_Linenotify/ESP32-CAM_GoogleDrive_Linenotify.ino -------------------------------------------------------------------------------- /ESP32-CAM_GoogleDrive_Linenotify_PAGE/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_GoogleDrive_Linenotify_PAGE/Base64.cpp -------------------------------------------------------------------------------- /ESP32-CAM_GoogleDrive_Linenotify_PAGE/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_GoogleDrive_Linenotify_PAGE/Base64.h -------------------------------------------------------------------------------- /ESP32-CAM_GoogleDrive_Linenotify_PAGE/ESP32-CAM_GoogleDrive_Linenotify_PAGE.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_GoogleDrive_Linenotify_PAGE/ESP32-CAM_GoogleDrive_Linenotify_PAGE.ino -------------------------------------------------------------------------------- /ESP32-CAM_GoogleSpreadsheet/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_GoogleSpreadsheet/Base64.cpp -------------------------------------------------------------------------------- /ESP32-CAM_GoogleSpreadsheet/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_GoogleSpreadsheet/Base64.h -------------------------------------------------------------------------------- /ESP32-CAM_GoogleSpreadsheet/ESP32-CAM_GoogleSpreadsheet.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_GoogleSpreadsheet/ESP32-CAM_GoogleSpreadsheet.ino -------------------------------------------------------------------------------- /ESP32-CAM_ILI9341_2.4inchTFT/2.8-spi-9341.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_ILI9341_2.4inchTFT/2.8-spi-9341.rar -------------------------------------------------------------------------------- /ESP32-CAM_ILI9341_2.4inchTFT/ESP32-CAM_ILI9341_2.4inchTFT.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_ILI9341_2.4inchTFT/ESP32-CAM_ILI9341_2.4inchTFT.ino -------------------------------------------------------------------------------- /ESP32-CAM_ILI9341_2.4inchTFT/ESP32-CAM_ILI9341_2.4inchTFT1/ESP32-CAM_ILI9341_2.4inchTFT1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_ILI9341_2.4inchTFT/ESP32-CAM_ILI9341_2.4inchTFT1/ESP32-CAM_ILI9341_2.4inchTFT1.ino -------------------------------------------------------------------------------- /ESP32-CAM_ILI9341_2.4inchTFT_FaceDetect/ESP32-CAM_ILI9341_2.4inchTFT_FaceDetect.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_ILI9341_2.4inchTFT_FaceDetect/ESP32-CAM_ILI9341_2.4inchTFT_FaceDetect.ino -------------------------------------------------------------------------------- /ESP32-CAM_ILI9341_2.4inchTFT_FaceRecognition/ESP32-CAM_ILI9341_2.4inchTFT_FaceRecognition.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_ILI9341_2.4inchTFT_FaceRecognition/ESP32-CAM_ILI9341_2.4inchTFT_FaceRecognition.ino -------------------------------------------------------------------------------- /ESP32-CAM_LCD1602/ESP32-CAM_LCD1602.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_LCD1602/ESP32-CAM_LCD1602.ino -------------------------------------------------------------------------------- /ESP32-CAM_Linebot/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Linebot/Base64.cpp -------------------------------------------------------------------------------- /ESP32-CAM_Linebot/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Linebot/Base64.h -------------------------------------------------------------------------------- /ESP32-CAM_Linebot/DHT.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Linebot/DHT.zip -------------------------------------------------------------------------------- /ESP32-CAM_Linebot/ESP32-CAM_Linebot.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Linebot/ESP32-CAM_Linebot.ino -------------------------------------------------------------------------------- /ESP32-CAM_Linebot_Spreadsheet/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Linebot_Spreadsheet/Base64.cpp -------------------------------------------------------------------------------- /ESP32-CAM_Linebot_Spreadsheet/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Linebot_Spreadsheet/Base64.h -------------------------------------------------------------------------------- /ESP32-CAM_Linebot_Spreadsheet/ESP32-CAM_Linebot_Spreadsheet.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Linebot_Spreadsheet/ESP32-CAM_Linebot_Spreadsheet.ino -------------------------------------------------------------------------------- /ESP32-CAM_MLX90615/ESP32-CAM_MLX90615.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MLX90615/ESP32-CAM_MLX90615.ino -------------------------------------------------------------------------------- /ESP32-CAM_MQTT/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MQTT/Base64.cpp -------------------------------------------------------------------------------- /ESP32-CAM_MQTT/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MQTT/Base64.h -------------------------------------------------------------------------------- /ESP32-CAM_MQTT/ESP32-CAM_MQTT.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MQTT/ESP32-CAM_MQTT.ino -------------------------------------------------------------------------------- /ESP32-CAM_MQTT_STILL/ESP32-CAM_MQTT_STILL.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MQTT_STILL/ESP32-CAM_MQTT_STILL.ino -------------------------------------------------------------------------------- /ESP32-CAM_MQTT_STILL_FLOW/ESP32-CAM_MQTT_STILL_FLOW.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MQTT_STILL_FLOW/ESP32-CAM_MQTT_STILL_FLOW.ino -------------------------------------------------------------------------------- /ESP32-CAM_MQTT_STILL_FLOW/PubSubClient-2.8.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MQTT_STILL_FLOW/PubSubClient-2.8.0.zip -------------------------------------------------------------------------------- /ESP32-CAM_MyBlockly/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MyBlockly/Base64.cpp -------------------------------------------------------------------------------- /ESP32-CAM_MyBlockly/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MyBlockly/Base64.h -------------------------------------------------------------------------------- /ESP32-CAM_MyBlockly/ESP32-CAM_MyBlockly.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MyBlockly/ESP32-CAM_MyBlockly.ino -------------------------------------------------------------------------------- /ESP32-CAM_MyBlockly_JSON/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MyBlockly_JSON/Base64.cpp -------------------------------------------------------------------------------- /ESP32-CAM_MyBlockly_JSON/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MyBlockly_JSON/Base64.h -------------------------------------------------------------------------------- /ESP32-CAM_MyBlockly_JSON/ESP32-CAM_MyBlockly_JSON.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MyBlockly_JSON/ESP32-CAM_MyBlockly_JSON.ino -------------------------------------------------------------------------------- /ESP32-CAM_MyBlockly_STREAM/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MyBlockly_STREAM/Base64.cpp -------------------------------------------------------------------------------- /ESP32-CAM_MyBlockly_STREAM/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MyBlockly_STREAM/Base64.h -------------------------------------------------------------------------------- /ESP32-CAM_MyBlockly_STREAM/ESP32-CAM_MyBlockly_STREAM.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MyBlockly_STREAM/ESP32-CAM_MyBlockly_STREAM.ino -------------------------------------------------------------------------------- /ESP32-CAM_MyBlockly_STREAM_JSON/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MyBlockly_STREAM_JSON/Base64.cpp -------------------------------------------------------------------------------- /ESP32-CAM_MyBlockly_STREAM_JSON/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MyBlockly_STREAM_JSON/Base64.h -------------------------------------------------------------------------------- /ESP32-CAM_MyBlockly_STREAM_JSON/ESP32-CAM_MyBlockly_STREAM_JSON.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MyBlockly_STREAM_JSON/ESP32-CAM_MyBlockly_STREAM_JSON.ino -------------------------------------------------------------------------------- /ESP32-CAM_MyCommand/ESP32-CAM_MyCommand.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MyCommand/ESP32-CAM_MyCommand.ino -------------------------------------------------------------------------------- /ESP32-CAM_MyCommand/ESP32-CAM_MyCommand1/ESP32-CAM_MyCommand1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MyCommand/ESP32-CAM_MyCommand1/ESP32-CAM_MyCommand1.ino -------------------------------------------------------------------------------- /ESP32-CAM_MySQL/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MySQL/Base64.cpp -------------------------------------------------------------------------------- /ESP32-CAM_MySQL/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MySQL/Base64.h -------------------------------------------------------------------------------- /ESP32-CAM_MySQL/ESP32-CAM_MySQL.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MySQL/ESP32-CAM_MySQL.ino -------------------------------------------------------------------------------- /ESP32-CAM_MySQL_GoogleScript/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MySQL_GoogleScript/Base64.cpp -------------------------------------------------------------------------------- /ESP32-CAM_MySQL_GoogleScript/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MySQL_GoogleScript/Base64.h -------------------------------------------------------------------------------- /ESP32-CAM_MySQL_GoogleScript/ESP32-CAM_MySQL_GoogleScript.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_MySQL_GoogleScript/ESP32-CAM_MySQL_GoogleScript.ino -------------------------------------------------------------------------------- /ESP32-CAM_NTP/ESP32-CAM_NTP.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_NTP/ESP32-CAM_NTP.ino -------------------------------------------------------------------------------- /ESP32-CAM_NTP_Linenotify/ESP32-CAM_NTP_Linenotify.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_NTP_Linenotify/ESP32-CAM_NTP_Linenotify.ino -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/OTTO_BT/OTTO_BT.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/OTTO_BT/OTTO_BT.ino -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/OTTO_ServoHome/OTTO_ServoHome.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/OTTO_ServoHome/OTTO_ServoHome.ino -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/BatReader/BatReader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/BatReader/BatReader.cpp -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/BatReader/BatReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/BatReader/BatReader.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/BatReader/BatReader.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/BatReader/BatReader.zip -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/BatReader/BatReader_Example/BatReader_Example.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/BatReader/BatReader_Example/BatReader_Example.ino -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/EnableInterrupt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/EnableInterrupt.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/EnableInterrupt.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/EnableInterrupt.zip -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/README.md -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/AllPins2560/AllPins2560.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/AllPins2560/AllPins2560.ino -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/AllPins2560/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/AllPins2560/Makefile -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/AllPins328/AllPins328.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/AllPins328/AllPins328.ino -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/AllPins328/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/AllPins328/Makefile -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/EnableInterruptTest/EnableInterruptTest.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/EnableInterruptTest/EnableInterruptTest.ino -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/HiSpeed/HiSpeed.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/HiSpeed/HiSpeed.ino -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/HiSpeed/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/HiSpeed/Makefile -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/HiSpeed/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/HiSpeed/README -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/HiSpeedAllPins2560/HiSpeedAllPins2560.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/HiSpeedAllPins2560/HiSpeedAllPins2560.ino -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/HiSpeedAllPins2560/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/HiSpeedAllPins2560/Makefile -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/HiSpeedAllPins328/HiSpeedAllPins328.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/HiSpeedAllPins328/HiSpeedAllPins328.ino -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/HiSpeedAllPins328/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/HiSpeedAllPins328/Makefile -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/HiSpeedTest/HiSpeedTest.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/HiSpeedTest/HiSpeedTest.ino -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/HiSpeedTest/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/HiSpeedTest/Makefile -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/InterruptedPin2560/InterruptedPin2560.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/InterruptedPin2560/InterruptedPin2560.ino -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/InterruptedPin2560/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/InterruptedPin2560/Makefile -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/InterruptedPin328/InterruptedPin328.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/InterruptedPin328/InterruptedPin328.ino -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/InterruptedPin328/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/InterruptedPin328/Makefile -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/Mighty1284p/Mighty1284p.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/Mighty1284p/Mighty1284p.ino -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/OOSimple/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/OOSimple/Makefile -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/OOSimple/OOSimple.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/OOSimple/OOSimple.ino -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/Simple/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/Simple/Makefile -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/Simple/Simple.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/Simple/Simple.ino -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/SimpleFunctionWithArg/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/SimpleFunctionWithArg/Makefile -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/SimpleFunctionWithArg/SimpleFunctionWithArg.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/SimpleFunctionWithArg/SimpleFunctionWithArg.ino -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/Testing/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/Testing/Makefile -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/Testing/Testing.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/examples/Testing/Testing.ino -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/extras/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/extras/LICENSE -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/extras/NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/extras/NOTICE -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/extras/RELEASE_NOTES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/extras/RELEASE_NOTES -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_External1284.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_External1284.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_External2560.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_External2560.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_External328.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_External328.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_ExternalLeonardo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_ExternalLeonardo.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_PinChange1284.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_PinChange1284.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_PinChange2560.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_PinChange2560.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_PinChange328.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_PinChange328.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_PinChangeLeonardo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_PinChangeLeonardo.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_pindefs_speed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_pindefs_speed.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_porta_speed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_porta_speed.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_portb_speed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_portb_speed.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_portc_speed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_portc_speed.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_portd_speed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_portd_speed.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_portj_speed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_portj_speed.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_portk_speed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/EnableInterrupt/utility/ei_portk_speed.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/LICENSE.md -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/LedMatrix/LedMatrix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/LedMatrix/LedMatrix.cpp -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/LedMatrix/LedMatrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/LedMatrix/LedMatrix.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/LedMatrix/LedMatrix.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/LedMatrix/LedMatrix.zip -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/LedMatrix/LedMatrix_Code/LedMatrix_Code.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/LedMatrix/LedMatrix_Code/LedMatrix_Code.ino -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/Oscillator/Oscillator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/Oscillator/Oscillator.cpp -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/Oscillator/Oscillator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/Oscillator/Oscillator.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/Oscillator/Oscillator.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/Oscillator/Oscillator.zip -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/Otto/Otto.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/Otto/Otto.cpp -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/Otto/Otto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/Otto/Otto.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/Otto/Otto.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/Otto/Otto.zip -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/Otto/Otto_gestures.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/Otto/Otto_gestures.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/Otto/Otto_mouths.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/Otto/Otto_mouths.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/Otto/Otto_sounds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/Otto/Otto_sounds.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/OttoSerialCommand/OttoSerialCommand.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/OttoSerialCommand/OttoSerialCommand.cpp -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/OttoSerialCommand/OttoSerialCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/OttoSerialCommand/OttoSerialCommand.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/OttoSerialCommand/OttoSerialCommand.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/OttoSerialCommand/OttoSerialCommand.zip -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/US/US.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/US/US.cpp -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/US/US.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/US/US.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/US/US.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/US/US.zip -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoDIY/libraries/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoDIY/libraries/readme.txt -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoRobot_20161204/ESP32-CAM_OTTO_20161204/ESP32-CAM_OTTO_20161204.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoRobot_20161204/ESP32-CAM_OTTO_20161204/ESP32-CAM_OTTO_20161204.ino -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoRobot_20161204/ESP32-CAM_OTTO_FaceRecognition/ESP32-CAM_OTTO_FaceRecognition.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoRobot_20161204/ESP32-CAM_OTTO_FaceRecognition/ESP32-CAM_OTTO_FaceRecognition.ino -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/BatReader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/BatReader.cpp -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/BatReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/BatReader.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/LedMatrix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/LedMatrix.cpp -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/LedMatrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/LedMatrix.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/NANO_OTTO_20161204.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/NANO_OTTO_20161204.ino -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/Oscillator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/Oscillator.cpp -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/Oscillator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/Oscillator.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/Otto.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/Otto.cpp -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/Otto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/Otto.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/Otto_gestures.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/Otto_gestures.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/Otto_mouths.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/Otto_mouths.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/Otto_sounds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/Otto_sounds.h -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/US.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/US.cpp -------------------------------------------------------------------------------- /ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/US.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_OTTO/OttoRobot_20161204/NANO_OTTO_20161204/US.h -------------------------------------------------------------------------------- /ESP32-CAM_PIR_Gmail/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_PIR_Gmail/Base64.cpp -------------------------------------------------------------------------------- /ESP32-CAM_PIR_Gmail/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_PIR_Gmail/Base64.h -------------------------------------------------------------------------------- /ESP32-CAM_PIR_Gmail/ESP32-CAM_PIR_Gmail.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_PIR_Gmail/ESP32-CAM_PIR_Gmail.ino -------------------------------------------------------------------------------- /ESP32-CAM_PIR_GoogleDrive/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_PIR_GoogleDrive/Base64.cpp -------------------------------------------------------------------------------- /ESP32-CAM_PIR_GoogleDrive/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_PIR_GoogleDrive/Base64.h -------------------------------------------------------------------------------- /ESP32-CAM_PIR_GoogleDrive/ESP32-CAM_PIR_GoogleDrive.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_PIR_GoogleDrive/ESP32-CAM_PIR_GoogleDrive.ino -------------------------------------------------------------------------------- /ESP32-CAM_PIR_GoogleDrive_Linenotify/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_PIR_GoogleDrive_Linenotify/Base64.cpp -------------------------------------------------------------------------------- /ESP32-CAM_PIR_GoogleDrive_Linenotify/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_PIR_GoogleDrive_Linenotify/Base64.h -------------------------------------------------------------------------------- /ESP32-CAM_PIR_GoogleDrive_Linenotify/ESP32-CAM_PIR_GoogleDrive_Linenotify.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_PIR_GoogleDrive_Linenotify/ESP32-CAM_PIR_GoogleDrive_Linenotify.ino -------------------------------------------------------------------------------- /ESP32-CAM_PIR_GoogleSpreadsheet/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_PIR_GoogleSpreadsheet/Base64.cpp -------------------------------------------------------------------------------- /ESP32-CAM_PIR_GoogleSpreadsheet/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_PIR_GoogleSpreadsheet/Base64.h -------------------------------------------------------------------------------- /ESP32-CAM_PIR_GoogleSpreadsheet/ESP32-CAM_PIR_GoogleSpreadsheet.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_PIR_GoogleSpreadsheet/ESP32-CAM_PIR_GoogleSpreadsheet.ino -------------------------------------------------------------------------------- /ESP32-CAM_PIR_Linenotify/ESP32-CAM_PIR_Linenotify.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_PIR_Linenotify/ESP32-CAM_PIR_Linenotify.ino -------------------------------------------------------------------------------- /ESP32-CAM_PIR_Telegram/ESP32-CAM_PIR_Telegram.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_PIR_Telegram/ESP32-CAM_PIR_Telegram.ino -------------------------------------------------------------------------------- /ESP32-CAM_PixelBit_MoonCar/ArduinoUNO_MoonCar/ArduinoUNO_MoonCar.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_PixelBit_MoonCar/ArduinoUNO_MoonCar/ArduinoUNO_MoonCar.ino -------------------------------------------------------------------------------- /ESP32-CAM_PixelBit_MoonCar/ESP32-CAM_PixelBit_MoonCar.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_PixelBit_MoonCar/ESP32-CAM_PixelBit_MoonCar.ino -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader.ino -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/ESP32CameraPins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/ESP32CameraPins.h -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/ESP32QRCodeReader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/ESP32QRCodeReader.cpp -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/ESP32QRCodeReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/ESP32QRCodeReader.h -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/LICENSE -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/README.md -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/collections.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/collections.c -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/collections.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/collections.h -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/decode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/decode.c -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/fmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/fmath.h -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/identify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/identify.c -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/quirc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/quirc.c -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/quirc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/quirc.h -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/quirc_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/quirc_internal.h -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/version_db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader/version_db.c -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/ESP32-CAM_ESP32QRCodeReader_LineNotify.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/ESP32-CAM_ESP32QRCodeReader_LineNotify.ino -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/ESP32CameraPins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/ESP32CameraPins.h -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/ESP32QRCodeReader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/ESP32QRCodeReader.cpp -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/ESP32QRCodeReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/ESP32QRCodeReader.h -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/LICENSE -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/README.md -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/collections.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/collections.c -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/collections.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/collections.h -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/decode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/decode.c -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/fmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/fmath.h -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/identify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/identify.c -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/quirc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/quirc.c -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/quirc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/quirc.h -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/quirc_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/quirc_internal.h -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/version_db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_LineNotify/version_db.c -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/ESP32-CAM_ESP32QRCodeReader_Telegram.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/ESP32-CAM_ESP32QRCodeReader_Telegram.ino -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/ESP32CameraPins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/ESP32CameraPins.h -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/ESP32QRCodeReader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/ESP32QRCodeReader.cpp -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/ESP32QRCodeReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/ESP32QRCodeReader.h -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/LICENSE -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/README.md -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/collections.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/collections.c -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/collections.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/collections.h -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/decode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/decode.c -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/fmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/fmath.h -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/identify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/identify.c -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/quirc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/quirc.c -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/quirc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/quirc.h -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/quirc_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/quirc_internal.h -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/version_db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader/ESP32-CAM_ESP32QRCodeReader_Telegram/version_db.c -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page/ESP32QRCodeReader_Page.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page/ESP32QRCodeReader_Page.ino -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page/LICENSE -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page/README.md -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page/collections.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page/collections.c -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page/collections.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page/collections.h -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page/decode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page/decode.c -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page/fmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page/fmath.h -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page/identify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page/identify.c -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page/quirc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page/quirc.c -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page/quirc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page/quirc.h -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page/quirc_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page/quirc_internal.h -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page/version_db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page/version_db.c -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page1/ESP32QRCodeReader_Page1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page1/ESP32QRCodeReader_Page1.ino -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page1/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page1/LICENSE -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page1/README.md -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page1/collections.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page1/collections.c -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page1/collections.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page1/collections.h -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page1/decode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page1/decode.c -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page1/fmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page1/fmath.h -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page1/identify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page1/identify.c -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page1/quirc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page1/quirc.c -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page1/quirc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page1/quirc.h -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page1/quirc_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page1/quirc_internal.h -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page1/version_db.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page1/version_db.c -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESPIno32CAM/ESP32-CAM_ESPIno32CAM/ESP32-CAM_QRCode_Recognition.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESPIno32CAM/ESP32-CAM_ESPIno32CAM/ESP32-CAM_QRCode_Recognition.ino -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESPIno32CAM/ESP32-CAM_ESPIno32CAM_LineNotify/ESP32-CAM_ESPIno32CAM_LineNotify.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESPIno32CAM/ESP32-CAM_ESPIno32CAM_LineNotify/ESP32-CAM_ESPIno32CAM_LineNotify.ino -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESPIno32CAM/ESP32-CAM_ESPIno32CAM_Telegram/ESP32-CAM_ESPIno32CAM_Telegram.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESPIno32CAM/ESP32-CAM_ESPIno32CAM_Telegram/ESP32-CAM_ESPIno32CAM_Telegram.ino -------------------------------------------------------------------------------- /ESP32-CAM_QRCode_Recognition/ESPIno32CAM/ESPIno32CAM-master.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_QRCode_Recognition/ESPIno32CAM/ESPIno32CAM-master.zip -------------------------------------------------------------------------------- /ESP32-CAM_SD/ESP32-CAM_SD.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD/ESP32-CAM_SD.ino -------------------------------------------------------------------------------- /ESP32-CAM_SD_GoogleDrive/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_GoogleDrive/Base64.cpp -------------------------------------------------------------------------------- /ESP32-CAM_SD_GoogleDrive/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_GoogleDrive/Base64.h -------------------------------------------------------------------------------- /ESP32-CAM_SD_GoogleDrive/ESP32-CAM_SD_GoogleDrive.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_GoogleDrive/ESP32-CAM_SD_GoogleDrive.ino -------------------------------------------------------------------------------- /ESP32-CAM_SD_GoogleDrive_Linenotify/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_GoogleDrive_Linenotify/Base64.cpp -------------------------------------------------------------------------------- /ESP32-CAM_SD_GoogleDrive_Linenotify/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_GoogleDrive_Linenotify/Base64.h -------------------------------------------------------------------------------- /ESP32-CAM_SD_GoogleDrive_Linenotify/ESP32-CAM_SD_GoogleDrive_Linenotify.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_GoogleDrive_Linenotify/ESP32-CAM_SD_GoogleDrive_Linenotify.ino -------------------------------------------------------------------------------- /ESP32-CAM_SD_LoadPage_PAGE/ESP32-CAM_SD_LoadPage_PAGE.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_LoadPage_PAGE/ESP32-CAM_SD_LoadPage_PAGE.ino -------------------------------------------------------------------------------- /ESP32-CAM_SD_LoadPage_PAGE/SD/BlazeFace.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_LoadPage_PAGE/SD/BlazeFace.html -------------------------------------------------------------------------------- /ESP32-CAM_SD_LoadPage_PAGE/SD/BodyPix1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_LoadPage_PAGE/SD/BodyPix1.html -------------------------------------------------------------------------------- /ESP32-CAM_SD_LoadPage_PAGE/SD/BodyPix2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_LoadPage_PAGE/SD/BodyPix2.html -------------------------------------------------------------------------------- /ESP32-CAM_SD_LoadPage_PAGE/SD/CocoSSD.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_LoadPage_PAGE/SD/CocoSSD.html -------------------------------------------------------------------------------- /ESP32-CAM_SD_LoadPage_PAGE/SD/DeepLab3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_LoadPage_PAGE/SD/DeepLab3.html -------------------------------------------------------------------------------- /ESP32-CAM_SD_LoadPage_PAGE/SD/FaceDetection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_LoadPage_PAGE/SD/FaceDetection.html -------------------------------------------------------------------------------- /ESP32-CAM_SD_LoadPage_PAGE/SD/FaceMesh.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_LoadPage_PAGE/SD/FaceMesh.html -------------------------------------------------------------------------------- /ESP32-CAM_SD_LoadPage_PAGE/SD/FaceRecognition.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_LoadPage_PAGE/SD/FaceRecognition.html -------------------------------------------------------------------------------- /ESP32-CAM_SD_LoadPage_PAGE/SD/HandPose.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_LoadPage_PAGE/SD/HandPose.html -------------------------------------------------------------------------------- /ESP32-CAM_SD_LoadPage_PAGE/SD/KNNClassifier.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_LoadPage_PAGE/SD/KNNClassifier.html -------------------------------------------------------------------------------- /ESP32-CAM_SD_LoadPage_PAGE/SD/MobileNet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_LoadPage_PAGE/SD/MobileNet.html -------------------------------------------------------------------------------- /ESP32-CAM_SD_LoadPage_PAGE/SD/PoseNet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_LoadPage_PAGE/SD/PoseNet.html -------------------------------------------------------------------------------- /ESP32-CAM_SD_LoadPage_PAGE/SD/Taiwan.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_LoadPage_PAGE/SD/Taiwan.html -------------------------------------------------------------------------------- /ESP32-CAM_SD_LoadPage_PAGE/SD/Taiwan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_LoadPage_PAGE/SD/Taiwan.jpg -------------------------------------------------------------------------------- /ESP32-CAM_SD_LoadPage_PAGE/SD/TeachableMachine.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_LoadPage_PAGE/SD/TeachableMachine.html -------------------------------------------------------------------------------- /ESP32-CAM_SD_LoadPage_PAGE/SD/Tesseract.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_LoadPage_PAGE/SD/Tesseract.html -------------------------------------------------------------------------------- /ESP32-CAM_SD_LoadPage_PAGE/SD/TrackingColor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_LoadPage_PAGE/SD/TrackingColor.html -------------------------------------------------------------------------------- /ESP32-CAM_SD_Manager_PAGE/ESP32-CAM_SD_Manager_PAGE.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_Manager_PAGE/ESP32-CAM_SD_Manager_PAGE.ino -------------------------------------------------------------------------------- /ESP32-CAM_SD_Manager_Stream_PAGE/ESP32-CAM_SD_Manager_Stream_PAGE.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_Manager_Stream_PAGE/ESP32-CAM_SD_Manager_Stream_PAGE.ino -------------------------------------------------------------------------------- /ESP32-CAM_SD_OfflinePAGE/ESP32-CAM_SD_OfflinePAGE.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_OfflinePAGE/ESP32-CAM_SD_OfflinePAGE.ino -------------------------------------------------------------------------------- /ESP32-CAM_SD_OfflinePAGE/SD/taiwan.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_OfflinePAGE/SD/taiwan.css -------------------------------------------------------------------------------- /ESP32-CAM_SD_OfflinePAGE/SD/taiwan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_OfflinePAGE/SD/taiwan.jpg -------------------------------------------------------------------------------- /ESP32-CAM_SD_OfflinePAGE/SD/taiwan.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_OfflinePAGE/SD/taiwan.js -------------------------------------------------------------------------------- /ESP32-CAM_SD_PIR/ESP32-CAM_SD_PIR.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_PIR/ESP32-CAM_SD_PIR.ino -------------------------------------------------------------------------------- /ESP32-CAM_SD_PIR_Sleep/ESP32-CAM_SD_PIR_Sleep.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_PIR_Sleep/ESP32-CAM_SD_PIR_Sleep.ino -------------------------------------------------------------------------------- /ESP32-CAM_SD_ResetButton/ESP32-CAM_SD_ResetButton.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_ResetButton/ESP32-CAM_SD_ResetButton.ino -------------------------------------------------------------------------------- /ESP32-CAM_SD_SaveRemoteImage/ESP32-CAM_SD_SaveRemoteImage.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_SaveRemoteImage/ESP32-CAM_SD_SaveRemoteImage.ino -------------------------------------------------------------------------------- /ESP32-CAM_SD_TimeLapse_PAGE/ESP32-CAM_SD_TimeLapse_PAGE.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SD_TimeLapse_PAGE/ESP32-CAM_SD_TimeLapse_PAGE.ino -------------------------------------------------------------------------------- /ESP32-CAM_SERVO2_Canvas/ESP32-CAM_SERVO2_Canvas.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SERVO2_Canvas/ESP32-CAM_SERVO2_Canvas.ino -------------------------------------------------------------------------------- /ESP32-CAM_SERVO2_Joystick/ESP32-CAM_SERVO2_Joystick.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SERVO2_Joystick/ESP32-CAM_SERVO2_Joystick.ino -------------------------------------------------------------------------------- /ESP32-CAM_SERVO_Gmail_PAGE/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SERVO_Gmail_PAGE/Base64.cpp -------------------------------------------------------------------------------- /ESP32-CAM_SERVO_Gmail_PAGE/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SERVO_Gmail_PAGE/Base64.h -------------------------------------------------------------------------------- /ESP32-CAM_SERVO_Gmail_PAGE/ESP32-CAM_SERVO_Gmail_PAGE.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SERVO_Gmail_PAGE/ESP32-CAM_SERVO_Gmail_PAGE.ino -------------------------------------------------------------------------------- /ESP32-CAM_SERVO_Joystick_Boat/ESP32-CAM_SERVO_Joystick_Boat.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SERVO_Joystick_Boat/ESP32-CAM_SERVO_Joystick_Boat.ino -------------------------------------------------------------------------------- /ESP32-CAM_SERVO_PAGE/ESP32-CAM_SERVO_PAGE.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SERVO_PAGE/ESP32-CAM_SERVO_PAGE.ino -------------------------------------------------------------------------------- /ESP32-CAM_SERVO_Rotate_PAGE/ESP32-CAM_SERVO_Rotate_PAGE.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_SERVO_Rotate_PAGE/ESP32-CAM_SERVO_Rotate_PAGE.ino -------------------------------------------------------------------------------- /ESP32-CAM_Stream_NoFaceDetection/ESP32-CAM_Stream_NoFaceDetection.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Stream_NoFaceDetection/ESP32-CAM_Stream_NoFaceDetection.ino -------------------------------------------------------------------------------- /ESP32-CAM_Telegram/ESP32-CAM_Telegram.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Telegram/ESP32-CAM_Telegram.ino -------------------------------------------------------------------------------- /ESP32-CAM_Telegram_PAGE/ESP32-CAM_Telegram_PAGE.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Telegram_PAGE/ESP32-CAM_Telegram_PAGE.ino -------------------------------------------------------------------------------- /ESP32-CAM_Telegram_getUpdates/ArduinoJson-6.x.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Telegram_getUpdates/ArduinoJson-6.x.zip -------------------------------------------------------------------------------- /ESP32-CAM_Telegram_getUpdates/ESP32-CAM_Telegram_getUpdates.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Telegram_getUpdates/ESP32-CAM_Telegram_getUpdates.ino -------------------------------------------------------------------------------- /ESP32-CAM_Telegram_getUpdates_PIR/ArduinoJson-6.x.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Telegram_getUpdates_PIR/ArduinoJson-6.x.zip -------------------------------------------------------------------------------- /ESP32-CAM_Telegram_getUpdates_PIR/ESP32-CAM_Telegram_getUpdates_PIR.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Telegram_getUpdates_PIR/ESP32-CAM_Telegram_getUpdates_PIR.ino -------------------------------------------------------------------------------- /ESP32-CAM_Telegram_getUpdates_PIR_SD/ESP32-CAM_Telegram_getUpdates_PIR_SD.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Telegram_getUpdates_PIR_SD/ESP32-CAM_Telegram_getUpdates_PIR_SD.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_AI_Template/ESP32-CAM_AI_Template.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_AI_Template/ESP32-CAM_AI_Template.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_HandPose/ESP32-CAM_HandPose.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_HandPose/ESP32-CAM_HandPose.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_Linenotify/ESP32-CAM_Linenotify.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_Linenotify/ESP32-CAM_Linenotify.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_MultiPersonPose/ESP32-CAM_MultiPersonPose.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_MultiPersonPose/ESP32-CAM_MultiPersonPose.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_MultiPersonPose_ControlRelay/ESP32-CAM_MultiPersonPose_ControlRelay01/ESP32-CAM_MultiPersonPose_ControlRelay01.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_MultiPersonPose_ControlRelay/ESP32-CAM_MultiPersonPose_ControlRelay01/ESP32-CAM_MultiPersonPose_ControlRelay01.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_MultiPersonPose_ControlRelay/ESP32-CAM_MultiPersonPose_ControlRelay02/ESP32-CAM_MultiPersonPose_ControlRelay02.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_MultiPersonPose_ControlRelay/ESP32-CAM_MultiPersonPose_ControlRelay02/ESP32-CAM_MultiPersonPose_ControlRelay02.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_MultiPersonPose_FaceTracking/ESP32-CAM_MultiPersonPose_FaceTracking.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_MultiPersonPose_FaceTracking/ESP32-CAM_MultiPersonPose_FaceTracking.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_MultiPersonPose_offline/ESP32-CAM_MultiPersonPose_offline.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_MultiPersonPose_offline/ESP32-CAM_MultiPersonPose_offline.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_MultiPersonPose_offline/SD/group1-shard1of2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_MultiPersonPose_offline/SD/group1-shard1of2.bin -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_MultiPersonPose_offline/SD/group1-shard2of2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_MultiPersonPose_offline/SD/group1-shard2of2.bin -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_MultiPersonPose_offline/SD/model-stride16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_MultiPersonPose_offline/SD/model-stride16.json -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_MultiPersonPose_offline/SD/posenet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_MultiPersonPose_offline/SD/posenet.js -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_MultiPersonPose_offline/SD/tfjs@1.0.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_MultiPersonPose_offline/SD/tfjs@1.0.1 -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_blazeface/ESP32-CAM_blazeface.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_blazeface/ESP32-CAM_blazeface.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_bodypix/ESP32-CAM_bodypix2_blurBodyPart/ESP32-CAM_bodypix2_blurBodyPart.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_bodypix/ESP32-CAM_bodypix2_blurBodyPart/ESP32-CAM_bodypix2_blurBodyPart.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_bodypix/ESP32-CAM_bodypix2_drawMask/ESP32-CAM_bodypix2_drawMask.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_bodypix/ESP32-CAM_bodypix2_drawMask/ESP32-CAM_bodypix2_drawMask.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_bodypix/ESP32-CAM_bodypix2_drawPixelatedMask/ESP32-CAM_bodypix2_drawPixelatedMask.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_bodypix/ESP32-CAM_bodypix2_drawPixelatedMask/ESP32-CAM_bodypix2_drawPixelatedMask.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_bodypix/ESP32-CAM_bodypix_backgroundDarkeningMask/ESP32-CAM_bodypix_backgroundDarkeningMask.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_bodypix/ESP32-CAM_bodypix_backgroundDarkeningMask/ESP32-CAM_bodypix_backgroundDarkeningMask.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_bodypix/ESP32-CAM_bodypix_coloredPartImage/ESP32-CAM_bodypix_coloredPartImage.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_bodypix/ESP32-CAM_bodypix_coloredPartImage/ESP32-CAM_bodypix_coloredPartImage.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_bodypix/ESP32-CAM_bodypix_coloredPartImageData/ESP32-CAM_bodypix_coloredPartImageData.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_bodypix/ESP32-CAM_bodypix_coloredPartImageData/ESP32-CAM_bodypix_coloredPartImageData.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_bodypix/ESP32-CAM_bodypix_drawPixelatedMask/ESP32-CAM_bodypix_drawPixelatedMask.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_bodypix/ESP32-CAM_bodypix_drawPixelatedMask/ESP32-CAM_bodypix_drawPixelatedMask.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_bodypix/ESP32-CAM_bodypix_segmentation/ESP32-CAM_bodypix_segmentation.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_bodypix/ESP32-CAM_bodypix_segmentation/ESP32-CAM_bodypix_segmentation.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd/ESP32-CAM_coco-ssd.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd/ESP32-CAM_coco-ssd.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd/ESP32-CAM_coco-ssd1/ESP32-CAM_coco-ssd1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd/ESP32-CAM_coco-ssd1/ESP32-CAM_coco-ssd1.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_CautionArea/ESP32-CAM_coco-ssd_CautionArea.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_CautionArea/ESP32-CAM_coco-ssd_CautionArea.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_PeopleTracking/ESP32-CAM_coco-ssd_PeopleTracking.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_PeopleTracking/ESP32-CAM_coco-ssd_PeopleTracking.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_PeopleTracking/ESP32-CAM_coco-ssd_PeopleTracking1/ESP32-CAM_coco-ssd_PeopleTracking1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_PeopleTracking/ESP32-CAM_coco-ssd_PeopleTracking1/ESP32-CAM_coco-ssd_PeopleTracking1.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_PersonDetect_GoogleDrive_Linenotify/ESP32-CAM_coco-ssd_PersonDetect_GoogleDrive_Linenotify.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_PersonDetect_GoogleDrive_Linenotify/ESP32-CAM_coco-ssd_PersonDetect_GoogleDrive_Linenotify.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_PersonDetect_GoogleDrive_Linenotify/ESP32-CAM_coco-ssd_PersonDetect_GoogleDrive_Linenotify1/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_PersonDetect_GoogleDrive_Linenotify/ESP32-CAM_coco-ssd_PersonDetect_GoogleDrive_Linenotify1/Base64.cpp -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_PersonDetect_GoogleDrive_Linenotify/ESP32-CAM_coco-ssd_PersonDetect_GoogleDrive_Linenotify1/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_PersonDetect_GoogleDrive_Linenotify/ESP32-CAM_coco-ssd_PersonDetect_GoogleDrive_Linenotify1/Base64.h -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_PersonDetect_GoogleDrive_Linenotify/ESP32-CAM_coco-ssd_PersonDetect_GoogleDrive_Linenotify1/ESP32-CAM_coco-ssd_PersonDetect_GoogleDrive_Linenotify1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_PersonDetect_GoogleDrive_Linenotify/ESP32-CAM_coco-ssd_PersonDetect_GoogleDrive_Linenotify1/ESP32-CAM_coco-ssd_PersonDetect_GoogleDrive_Linenotify1.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_PersonDetect_GoogleDrive_Linenotify/app_httpd_coco-ssd_PersonDetect_GoogleDrive_Linenotify.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_PersonDetect_GoogleDrive_Linenotify/app_httpd_coco-ssd_PersonDetect_GoogleDrive_Linenotify.cpp -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_offline/ESP32-CAM_coco-ssd_offline.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_offline/ESP32-CAM_coco-ssd_offline.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_offline/SD/coco-ssd@2.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_offline/SD/coco-ssd@2.1.0 -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_offline/SD/group1-shard1of5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_offline/SD/group1-shard1of5 -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_offline/SD/group1-shard2of5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_offline/SD/group1-shard2of5 -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_offline/SD/group1-shard3of5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_offline/SD/group1-shard3of5 -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_offline/SD/group1-shard4of5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_offline/SD/group1-shard4of5 -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_offline/SD/group1-shard5of5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_offline/SD/group1-shard5of5 -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_offline/SD/model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_offline/SD/model.json -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_offline/SD/tf.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_coco-ssd_offline/SD/tf.min.js -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_deeplabV3/ESP32-CAM_deeplabV3_ade20k/ESP32-CAM_deeplabV3_ade20k.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_deeplabV3/ESP32-CAM_deeplabV3_ade20k/ESP32-CAM_deeplabV3_ade20k.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_deeplabV3/ESP32-CAM_deeplabV3_cityscapes/ESP32-CAM_deeplabV3_cityscapes.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_deeplabV3/ESP32-CAM_deeplabV3_cityscapes/ESP32-CAM_deeplabV3_cityscapes.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_deeplabV3/ESP32-CAM_deeplabV3_pascal/ESP32-CAM_deeplabV3_pascal.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_deeplabV3/ESP32-CAM_deeplabV3_pascal/ESP32-CAM_deeplabV3_pascal.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_face-api_FaceDetection/ESP32-CAM_face-api_FaceDetection.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_face-api_FaceDetection/ESP32-CAM_face-api_FaceDetection.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_face-api_FaceDetection/ESP32-CAM_face-api_FaceDetection1/ESP32-CAM_face-api_FaceDetection1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_face-api_FaceDetection/ESP32-CAM_face-api_FaceDetection1/ESP32-CAM_face-api_FaceDetection1.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_face-api_FaceDetection_smile/ESP32-CAM_face-api_FaceDetection_smile.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_face-api_FaceDetection_smile/ESP32-CAM_face-api_FaceDetection_smile.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_face-api_FaceRecognition/ESP32-CAM_face-api_FaceRecognition.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_face-api_FaceRecognition/ESP32-CAM_face-api_FaceRecognition.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_face-api_FaceRecognition/ESP32-CAM_face-api_FaceRecognition1/ESP32-CAM_face-api_FaceRecognition1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_face-api_FaceRecognition/ESP32-CAM_face-api_FaceRecognition1/ESP32-CAM_face-api_FaceRecognition1.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_face-api_FaceRecognition_MLX90615_PAGE/ESP32-CAM_face-api_FaceRecognition_MLX90615_PAGE.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_face-api_FaceRecognition_MLX90615_PAGE/ESP32-CAM_face-api_FaceRecognition_MLX90615_PAGE.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_face-api_FaceRecognition_Telegram/ESP32-CAM_face-api_FaceRecognition_Telegram.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_face-api_FaceRecognition_Telegram/ESP32-CAM_face-api_FaceRecognition_Telegram.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_facemesh/ESP32-CAM_facemesh.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_facemesh/ESP32-CAM_facemesh.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic/ESP32-CAM_holistic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic/ESP32-CAM_holistic.html -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic/ESP32-CAM_holistic.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic/ESP32-CAM_holistic.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic/ESP32-CAM_holistic1/ESP32-CAM_holistic1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic/ESP32-CAM_holistic1/ESP32-CAM_holistic1.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic/Remarks/remarks_face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic/Remarks/remarks_face.png -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic/Remarks/remarks_finger.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic/Remarks/remarks_finger.jpg -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic/Remarks/remarks_pose.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic/Remarks/remarks_pose.jpg -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_FaceHair/ESP32-CAM_holistic_FaceHair.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_FaceHair/ESP32-CAM_holistic_FaceHair.html -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_FaceHair/ESP32-CAM_holistic_FaceHair.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_FaceHair/ESP32-CAM_holistic_FaceHair.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_action/ESP32-CAM_holistic_action.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_action/ESP32-CAM_holistic_action.html -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_action/ESP32-CAM_holistic_action.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_action/ESP32-CAM_holistic_action.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_fingersDistance/ESP32-CAM_holistic_fingersDistance.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_fingersDistance/ESP32-CAM_holistic_fingersDistance.html -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_fingersDistance/ESP32-CAM_holistic_fingersDistance.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_fingersDistance/ESP32-CAM_holistic_fingersDistance.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_fingersDistance/Remarks/remarks_face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_fingersDistance/Remarks/remarks_face.png -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_fingersDistance/Remarks/remarks_finger.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_fingersDistance/Remarks/remarks_finger.jpg -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_fingersDistance/Remarks/remarks_pose.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_fingersDistance/Remarks/remarks_pose.jpg -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_supermanpose/ESP32-CAM_holistic_supermanpose.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_supermanpose/ESP32-CAM_holistic_supermanpose.html -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_supermanpose/ESP32-CAM_holistic_supermanpose.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_supermanpose/ESP32-CAM_holistic_supermanpose.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_turnFaceAngle/ESP32-CAM_holistic_turnFaceAngle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_turnFaceAngle/ESP32-CAM_holistic_turnFaceAngle.html -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_turnFaceAngle/ESP32-CAM_holistic_turnFaceAngle.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_turnFaceAngle/ESP32-CAM_holistic_turnFaceAngle.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_turnHand/ESP32-CAM_holistic_turnHand.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_turnHand/ESP32-CAM_holistic_turnHand.html -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_turnHand/ESP32-CAM_holistic_turnHand.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_turnHand/ESP32-CAM_holistic_turnHand.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_turnHandAngle/ESP32-CAM_holistic_turnHandAngle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_turnHandAngle/ESP32-CAM_holistic_turnHandAngle.html -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_turnHandAngle/ESP32-CAM_holistic_turnHandAngle.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_turnHandAngle/ESP32-CAM_holistic_turnHandAngle.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_turnShoulderAngle/ESP32-CAM_holistic_turnShoulderAngle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_turnShoulderAngle/ESP32-CAM_holistic_turnShoulderAngle.html -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_turnShoulderAngle/ESP32-CAM_holistic_turnShoulderAngle.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_holistic_turnShoulderAngle/ESP32-CAM_holistic_turnShoulderAngle.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_knn-classifier/ESP32-CAM_knn-classifier.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_knn-classifier/ESP32-CAM_knn-classifier.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_knn-classifier/ESP32-CAM_knn-classifier1/ESP32-CAM_knn-classifier1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_knn-classifier/ESP32-CAM_knn-classifier1/ESP32-CAM_knn-classifier1.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_mobilenet/ESP32-CAM_mobilenet.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_mobilenet/ESP32-CAM_mobilenet.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_mobilenet/ESP32-CAM_mobilenet1/ESP32-CAM_mobilenet1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_mobilenet/ESP32-CAM_mobilenet1/ESP32-CAM_mobilenet1.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_pose-detection/ESP32-CAM_pose-detection.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_pose-detection/ESP32-CAM_pose-detection.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_teachablemachine/ESP32-CAM_teachablemachine.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_teachablemachine/ESP32-CAM_teachablemachine.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tensorflow.js/ESP32-CAM_teachablemachine/ESP32-CAM_teachablemachine1/ESP32-CAM_teachablemachine1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tensorflow.js/ESP32-CAM_teachablemachine/ESP32-CAM_teachablemachine1/ESP32-CAM_teachablemachine1.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tracking.js/ESP32-CAM_Tracking.js_color/ESP32-CAM_Tracking.js_color.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tracking.js/ESP32-CAM_Tracking.js_color/ESP32-CAM_Tracking.js_color.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tracking.js/ESP32-CAM_Tracking.js_color/ESP32-CAM_Tracking.js_color1/ESP32-CAM_Tracking.js_color1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tracking.js/ESP32-CAM_Tracking.js_color/ESP32-CAM_Tracking.js_color1/ESP32-CAM_Tracking.js_color1.ino -------------------------------------------------------------------------------- /ESP32-CAM_Tracking.js/ESP32-CAM_Tracking.js_face/ESP32-CAM_Tracking.js_face.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_Tracking.js/ESP32-CAM_Tracking.js_face/ESP32-CAM_Tracking.js_face.ino -------------------------------------------------------------------------------- /ESP32-CAM_UltrasonicSensor/ESP32-CAM_UltrasonicSensor.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_UltrasonicSensor/ESP32-CAM_UltrasonicSensor.ino -------------------------------------------------------------------------------- /ESP32-CAM_gemini_vision/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_gemini_vision/Base64.cpp -------------------------------------------------------------------------------- /ESP32-CAM_gemini_vision/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_gemini_vision/Base64.h -------------------------------------------------------------------------------- /ESP32-CAM_gemini_vision/ESP32-CAM_gemini_vision.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_gemini_vision/ESP32-CAM_gemini_vision.ino -------------------------------------------------------------------------------- /ESP32-CAM_openAI_vision/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_openAI_vision/Base64.cpp -------------------------------------------------------------------------------- /ESP32-CAM_openAI_vision/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_openAI_vision/Base64.h -------------------------------------------------------------------------------- /ESP32-CAM_openAI_vision/ESP32-CAM_openAI_vision.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_openAI_vision/ESP32-CAM_openAI_vision.ino -------------------------------------------------------------------------------- /ESP32-CAM_tesseract.js/ESP32-CAM_tesseract.js.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32-CAM_tesseract.js/ESP32-CAM_tesseract.js.ino -------------------------------------------------------------------------------- /ESP32_AirQuality.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_AirQuality.ino -------------------------------------------------------------------------------- /ESP32_AirQuality_3Leds.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_AirQuality_3Leds.ino -------------------------------------------------------------------------------- /ESP32_BLE_MyFirmata.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_BLE_MyFirmata.ino -------------------------------------------------------------------------------- /ESP32_BleWifi_MyFirmata.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_BleWifi_MyFirmata.ino -------------------------------------------------------------------------------- /ESP32_CAM_MyStream_1Core/ESP32_CAM_MyStream_1Core.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_CAM_MyStream_1Core/ESP32_CAM_MyStream_1Core.ino -------------------------------------------------------------------------------- /ESP32_CAM_MyStream_2Cores/ESP32_CAM_MyStream_2Cores.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_CAM_MyStream_2Cores/ESP32_CAM_MyStream_2Cores.ino -------------------------------------------------------------------------------- /ESP32_CAM_MyStream_2Cores_https/ESP32_CAM_MyStream_2Cores_https.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_CAM_MyStream_2Cores_https/ESP32_CAM_MyStream_2Cores_https.ino -------------------------------------------------------------------------------- /ESP32_CAM_MyStream_2Cores_https/cert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_CAM_MyStream_2Cores_https/cert.h -------------------------------------------------------------------------------- /ESP32_CAM_MyStream_2Cores_https/private_key.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_CAM_MyStream_2Cores_https/private_key.h -------------------------------------------------------------------------------- /ESP32_Chart_D3JS.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_Chart_D3JS.ino -------------------------------------------------------------------------------- /ESP32_Chart_Google.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_Chart_Google.ino -------------------------------------------------------------------------------- /ESP32_DFPlayer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_DFPlayer.ino -------------------------------------------------------------------------------- /ESP32_ElectricFan.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_ElectricFan.ino -------------------------------------------------------------------------------- /ESP32_Gemini.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_Gemini.ino -------------------------------------------------------------------------------- /ESP32_GoogleSheet.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_GoogleSheet.ino -------------------------------------------------------------------------------- /ESP32_GoogleSheet_sql.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_GoogleSheet_sql.ino -------------------------------------------------------------------------------- /ESP32_I2S_AUDIO.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_I2S_AUDIO.ino -------------------------------------------------------------------------------- /ESP32_INMP441_Gemini_Chunk/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_INMP441_Gemini_Chunk/Base64.cpp -------------------------------------------------------------------------------- /ESP32_INMP441_Gemini_Chunk/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_INMP441_Gemini_Chunk/Base64.h -------------------------------------------------------------------------------- /ESP32_INMP441_Gemini_Chunk/ESP32_INMP441_Gemini_Chunk.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_INMP441_Gemini_Chunk/ESP32_INMP441_Gemini_Chunk.ino -------------------------------------------------------------------------------- /ESP32_INMP441_Gemini_Chunk1/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_INMP441_Gemini_Chunk1/Base64.cpp -------------------------------------------------------------------------------- /ESP32_INMP441_Gemini_Chunk1/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_INMP441_Gemini_Chunk1/Base64.h -------------------------------------------------------------------------------- /ESP32_INMP441_Gemini_Chunk1/ESP32_INMP441_Gemini_Chunk1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_INMP441_Gemini_Chunk1/ESP32_INMP441_Gemini_Chunk1.ino -------------------------------------------------------------------------------- /ESP32_INMP441_Gemini_Chunk2/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_INMP441_Gemini_Chunk2/Base64.cpp -------------------------------------------------------------------------------- /ESP32_INMP441_Gemini_Chunk2/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_INMP441_Gemini_Chunk2/Base64.h -------------------------------------------------------------------------------- /ESP32_INMP441_Gemini_Chunk2/ESP32_INMP441_Gemini_Chunk2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_INMP441_Gemini_Chunk2/ESP32_INMP441_Gemini_Chunk2.ino -------------------------------------------------------------------------------- /ESP32_INMP441_Groq_Whisper/ESP32_INMP441_Groq_Whisper.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_INMP441_Groq_Whisper/ESP32_INMP441_Groq_Whisper.ino -------------------------------------------------------------------------------- /ESP32_INMP441_MAX98357A_Gemini/Base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_INMP441_MAX98357A_Gemini/Base64.cpp -------------------------------------------------------------------------------- /ESP32_INMP441_MAX98357A_Gemini/Base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_INMP441_MAX98357A_Gemini/Base64.h -------------------------------------------------------------------------------- /ESP32_INMP441_MAX98357A_Gemini/ESP32-audioI2S-fix.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_INMP441_MAX98357A_Gemini/ESP32-audioI2S-fix.zip -------------------------------------------------------------------------------- /ESP32_INMP441_MAX98357A_Gemini/ESP32_INMP441_MAX98357A_Gemini.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_INMP441_MAX98357A_Gemini/ESP32_INMP441_MAX98357A_Gemini.ino -------------------------------------------------------------------------------- /ESP32_INMP441_MAX98357A_Gemini/getJsonData.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_INMP441_MAX98357A_Gemini/getJsonData.zip -------------------------------------------------------------------------------- /ESP32_Keyboard_MQTT.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_Keyboard_MQTT.ino -------------------------------------------------------------------------------- /ESP32_Keyboard_PPT_RC.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_Keyboard_PPT_RC.ino -------------------------------------------------------------------------------- /ESP32_Keyboard_Serial.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_Keyboard_Serial.ino -------------------------------------------------------------------------------- /ESP32_Linebot.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_Linebot.ino -------------------------------------------------------------------------------- /ESP32_Linebot_Spreadsheet.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_Linebot_Spreadsheet.ino -------------------------------------------------------------------------------- /ESP32_MLX90615.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_MLX90615.ino -------------------------------------------------------------------------------- /ESP32_MQTT.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_MQTT.ino -------------------------------------------------------------------------------- /ESP32_MyBlockly_JSON.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_MyBlockly_JSON.ino -------------------------------------------------------------------------------- /ESP32_MyFirmata.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_MyFirmata.ino -------------------------------------------------------------------------------- /ESP32_NTP.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_NTP.ino -------------------------------------------------------------------------------- /ESP32_PMS5003T.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_PMS5003T.ino -------------------------------------------------------------------------------- /ESP32_ReadWriteFlash.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_ReadWriteFlash.ino -------------------------------------------------------------------------------- /ESP32_ReadWriteFlash_ResetWiFi.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_ReadWriteFlash_ResetWiFi.ino -------------------------------------------------------------------------------- /ESP32_SpeechRecognition.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_SpeechRecognition.ino -------------------------------------------------------------------------------- /ESP32_TaiwanWeather.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_TaiwanWeather.ino -------------------------------------------------------------------------------- /ESP32_TaiwanWeather1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_TaiwanWeather1.ino -------------------------------------------------------------------------------- /ESP32_Telegram_getUpdates.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_Telegram_getUpdates.ino -------------------------------------------------------------------------------- /ESP32_Telegram_getUpdates_MQTT.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_Telegram_getUpdates_MQTT.ino -------------------------------------------------------------------------------- /ESP32_ThinkSpeak.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_ThinkSpeak.ino -------------------------------------------------------------------------------- /ESP32_UART_MyFirmata.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_UART_MyFirmata.ino -------------------------------------------------------------------------------- /ESP32_UartWifi_MyFirmata.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_UartWifi_MyFirmata.ino -------------------------------------------------------------------------------- /ESP32_WIFI_Preferences.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_WIFI_Preferences.ino -------------------------------------------------------------------------------- /ESP32_WebBluetooth.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_WebBluetooth.ino -------------------------------------------------------------------------------- /ESP32_WebSerial.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_WebSerial.ino -------------------------------------------------------------------------------- /ESP32_keyboard_ps2_sf2_joystick/ESP32_keyboard_ps2_sf2_joystick.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_keyboard_ps2_sf2_joystick/ESP32_keyboard_ps2_sf2_joystick.ino -------------------------------------------------------------------------------- /ESP32_keyboard_ps2_sf2_joystick/ESP32_keyboard_ps2_sf2_joystick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_keyboard_ps2_sf2_joystick/ESP32_keyboard_ps2_sf2_joystick.png -------------------------------------------------------------------------------- /ESP32_keyboard_ps2_sf2_joystick/ESP32_keyboard_ps2_sf2_joystick.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_keyboard_ps2_sf2_joystick/ESP32_keyboard_ps2_sf2_joystick.xml -------------------------------------------------------------------------------- /ESP32_keyboard_ps2_sf2_joystick/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_keyboard_ps2_sf2_joystick/README.md -------------------------------------------------------------------------------- /ESP32_keyboard_ps2_sf2_joystick/libraries/ESP32-BLE-Keyboard-master.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_keyboard_ps2_sf2_joystick/libraries/ESP32-BLE-Keyboard-master.zip -------------------------------------------------------------------------------- /ESP32_keyboard_ps2_sf2_joystick/libraries/PS2X_lib-master.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_keyboard_ps2_sf2_joystick/libraries/PS2X_lib-master.zip -------------------------------------------------------------------------------- /ESP32_openAI.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_openAI.ino -------------------------------------------------------------------------------- /ESP32_openAI_telegrambot.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_openAI_telegrambot.ino -------------------------------------------------------------------------------- /ESP32_thingspeak_mqtt.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP32_thingspeak_mqtt.ino -------------------------------------------------------------------------------- /ESP8266_MyFirmata.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP8266_MyFirmata.html -------------------------------------------------------------------------------- /ESP_getCommandParameter.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/ESP_getCommandParameter.ino -------------------------------------------------------------------------------- /Leonardo_PPT_IRremoteControl.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/Leonardo_PPT_IRremoteControl.ino -------------------------------------------------------------------------------- /Leonarod_PPT_RC.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/Leonarod_PPT_RC.html -------------------------------------------------------------------------------- /LinkIt7697_Chart_D3JS.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/LinkIt7697_Chart_D3JS.ino -------------------------------------------------------------------------------- /LinkIt7697_Chart_Google.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/LinkIt7697_Chart_Google.ino -------------------------------------------------------------------------------- /LinkIt7697_MyBlockly_JSON.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/LinkIt7697_MyBlockly_JSON.ino -------------------------------------------------------------------------------- /LinkIt7697_MyFirmata.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/LinkIt7697_MyFirmata.ino -------------------------------------------------------------------------------- /LinkIt7697_SpeechRecognition.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/LinkIt7697_SpeechRecognition.ino -------------------------------------------------------------------------------- /LinkIt7697_WebBluetooth.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/LinkIt7697_WebBluetooth.ino -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/README.md -------------------------------------------------------------------------------- /WebBit_ESP32_MyBlockly_JSON.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/WebBit_ESP32_MyBlockly_JSON.ino -------------------------------------------------------------------------------- /WebUSB_Leonardo_MyFirmata.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/WebUSB_Leonardo_MyFirmata.ino -------------------------------------------------------------------------------- /WebUSB_Leonardo_MyFirmata/WebUSB.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/WebUSB_Leonardo_MyFirmata/WebUSB.cpp -------------------------------------------------------------------------------- /WebUSB_Leonardo_MyFirmata/WebUSB.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/WebUSB_Leonardo_MyFirmata/WebUSB.h -------------------------------------------------------------------------------- /WebUSB_Leonardo_MyFirmata/WebUSB_Leonardo_MyFirmata.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/WebUSB_Leonardo_MyFirmata/WebUSB_Leonardo_MyFirmata.ino -------------------------------------------------------------------------------- /WebUSB_Leonardo_SoftwareWire_MyFirmata.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/WebUSB_Leonardo_SoftwareWire_MyFirmata.ino -------------------------------------------------------------------------------- /WebUSB_Leonardo_Ywbot_MyFirmata.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fustyles/Arduino/HEAD/WebUSB_Leonardo_Ywbot_MyFirmata.ino --------------------------------------------------------------------------------