Skip to content

florinm03/ESP32-Head-up-display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 BeamNG.drive Head‑Up Display

Project photo

This project implements a simple head‑up display using an ESP32 that receives vehicle data from BeamNG over UDP and renders it.

Requirements

  • Arduino IDE (or PlatformIO) with ESP32 board support installed
  • An ESP32 board
  • A display compatible with the sketch

Setup (ESP32)

  1. Open udp_packets/udp_packets.ino in Arduino IDE.
  2. Update Wi‑Fi credentials and network settings in the sketch if required (SSID, password, UDP port).
  3. Select the correct board/port for your ESP32.
  4. Upload the sketch.

UDP sender (BeamNG)

  1. Ensure the ESP32 and your computer are on the same network.
  2. Add the file in the correct BeamNG folder
  3. Update the ESP32_IP variable. (Will be displayed on the ESP32's display after the successfull WiFi connection)

You should see the ESP32 receive packets and update the display accordingly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors