Skip to content

Leonana69/esp32-vision-offloading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 Vision Offloading

This project targets efficient image offloading from an ESP32 camera module to the edge server through Wi-Fi.

How to Flash Firmware for ESP32

  • Connect IO0 to GND.
  • Start flashing and press the RESET button once.
  • Example Makefile entry for flash:
flash:
	@usbport=$$(ls /dev/cu.usbserial-* | head -1); \
	if [ -z "$$usbport" ]; then \
		echo "No USB port found"; \
	else \
		idf.py -p $$usbport flash; \
	fi
  • Wait until flashing is done, disconnect IO0, and push the RESET button again. The new firmware won't run until you RESET the chip.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published