Skip to content

kushWithoutWax/esp32-basic-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic HTTP functionalities on ESP32 CAM

The idea is to test basic HTTP functionalities on a ESP32 CAM device.

ESP32-CAM : Shenzen AI Thinker ESP32 CAM board.
Using Platform IO plugin in VS-Code for this.

HTTP Server written in Golang (I just find it easier).

Server Setup instructions -

  1. In folder $root/go-server > go run main.go
  2. ifconfig -> Look for the local-ip - In my case it is en0 interface.
  3. Replace the ip in include/http_client.h - servername - so that ESP32 can hit the right IP . [This will be changed later]

About

Basic HTTP Client server functionalities on a ESP32 CAM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published