Pinned Repositories
arduino_pro_micro_macro_keyboard
https://www.youtube.com/watch?v=DriOpHgIRV4
ArduinoJson_LittleFS_parse_json
Code blocks that use ArduinoJson and LittleFS to parse JSON objects saved as a .txt file
attiny_85_ir_shield
attiny 85 ir shield PCB + code
change-raspberrypi-hostname-from-file-no-reboot
A simple bash script that changes the hostname of the raspberrypi from the contents of a file
dataplicity-vnc
2 shell scripts which will allow VNC to work when Dataplicity wormhole is activated everytime
esp32_ip_cam
A repo for my ESP32 IP camera, used for low power camera vision projects
ESP32TwinGUI
ESP32TwinGUI hardware, software and desktop companion App
pyautogui-pytesseract-autoclicker
A simple python script that detects the location of texts of interest using pytesseract and uses pyautogui to execute mouse input
python-serial-device-link-path-to-device
A python programme to identify serial devices and their paths on linux using JSON to send and recieve device information
raspberrypi-hotspot-wifi-client-switch
A simple script which uses a momentary push button to switch between wifi hotspot and wifi client mode on the raspberrypi running on bookworm based on a config file
techscapades's Repositories
techscapades/arduino_pro_micro_macro_keyboard
https://www.youtube.com/watch?v=DriOpHgIRV4
techscapades/change-raspberrypi-hostname-from-file-no-reboot
A simple bash script that changes the hostname of the raspberrypi from the contents of a file
techscapades/dataplicity-vnc
2 shell scripts which will allow VNC to work when Dataplicity wormhole is activated everytime
techscapades/ESP32TwinGUI
ESP32TwinGUI hardware, software and desktop companion App
techscapades/pyautogui-pytesseract-autoclicker
A simple python script that detects the location of texts of interest using pytesseract and uses pyautogui to execute mouse input
techscapades/python-serial-device-link-path-to-device
A python programme to identify serial devices and their paths on linux using JSON to send and recieve device information
techscapades/raspberrypi-hotspot-wifi-client-switch
A simple script which uses a momentary push button to switch between wifi hotspot and wifi client mode on the raspberrypi running on bookworm based on a config file
techscapades/ArduinoJson_LittleFS_parse_json
Code blocks that use ArduinoJson and LittleFS to parse JSON objects saved as a .txt file
techscapades/attiny_85_ir_shield
attiny 85 ir shield PCB + code
techscapades/esp32_ip_cam
A repo for my ESP32 IP camera, used for low power camera vision projects
techscapades/ESP32_steppers
A project which uses ESP32 to control stepper motors using positional values via the AccelStepper library
techscapades/ESP8266_wifi_serial_Arduino_leonardo
A project which uses the ESp 07 Serial WiFi module and an arduino leonardo to get texts and commands from a telegram bot a local AP server and it also has elegantasycOTA modes
techscapades/feature_detection_and_webcam_image_capture
Here is a plug and play feature detection project with python files included for anyone who wants to train their own feature detection model and run it using a webcam. Its highly configurable via the configuration.txt file so tune the parameters to your liking. Also included is a python file to help you capture and curate your image dataset using a webcam. Please ensure you configure the paths of the training images and webcam captured images before continuing or it train anything NOTE: PLEASE READ THE README.TXT FILES BEFORE EXECUTING THE CODE, I AM NOT RESPONISBLE IF YOU MESS UP YOUR SYSTEM
techscapades/i2c_eeprom_string_rw
read and write strings when using i2c eeprom with arduino, esp8266, eps32