Welcome to Camping Buddy

What is Camping Buddy?

Camping buddy is an application developed for the ESP32 microcontroller. It hosts a wifi access point that you can connect to with phones along with an http server and a websocket server. You can navigate to web pages hosted on the microcontroller and served through the http server and use a chat room application that utilizes the websocket server for real time chatting with other connected users.

All with absolutely no internet connection needed!

Use

To use Camping Buddy sign on the 'CampingBuddy' wifi network on your phone with password 'password'

Navigate to 192.168.1.1 on any web browser and look at all the options.

Sources

https://github.com/ThomasBarth/WebSockets-on-the-ESP32 - sample code used for websocket handshakes and reference

Built With

Share this project:

Updates