Skip to content

jdeanh/ELEGOO-ML-BOTS-Hack

Repository files navigation

ELEGOO-ML-BOTS-Hack

For Arduino UNO Sketch upload

Remember to move the switch on the Elegoo Arduino Uno to UPLOAD before attempting to upload your sketch!

For ESP32 Sketch Upload

For console script setup:

https://www.spyder-ide.org/ https://www.anaconda.com/download/success

Create conda environment and activate it before using spyder

conda create --name myenv conda activate myenv

To download packages, do:

pip install

Download the following packages within your created env: numpy, socket, sys, json, re, cv2, requests, pygame, os, logging, threading, tkinter

Open spyder and create a project Then select Python interpreter to use Conda Tools -> Preferences -> Python Interpreter -> Use the following interpreter -> C:\Users<username>\anaconda3\envs<env-name>\python.exe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors