Skip to content

vgerber/ampi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMPI

Enable your traffic light (Ampel) to be an IOT device. The traffic light is controlled by a esp controller which connects to your raspberry pi like access point.

AmpiRender

Server

The server is developed to run on a raspberry pi. This device is the bridge to your 5G wifi network of lan interface.

Setup

Deployment

As the project is intended to run on a raspberry pi, the setup steps only support this device setup

Run

docker run --network host -e PORT=3000 vgerber/ampi-server:dev-arm

The container needs to run in host network to access the wifi access point data.

Controller

The firmware is written for "ESP8266" MCUs

Setup

Access Point

Configure the wifi access point at the top of the file. Dynamically setting the AP credentials is an open task

const char* ssid     = "";
const char* password = "";

Flashing

The firmware can be flashed with arduino IDE.

Required libraries are

  • ArduinoJson

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published