Skip to content
/ EdgeRCC Public

Open-source firmware for remote command control of model trains over Wifi.

Notifications You must be signed in to change notification settings

aburio/EdgeRCC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EdgeRCC

EdgeRCC is an open-source firmware for remote command control of model trains over Wifi.

Hardware requirements

  • ESP32 - Wifi/BLE SoC
  • H-bridge circuit

Software dependencies

Settings

In order to compile this project you have to create a user_wifi.h header in the include folder

#ifndef __USER_WIFI_INCLUDED__
#define __USER_WIFI_INCLUDED__

#define SSID        "xxx"
#define PASSWORD    "yyy"

#endif

replace xxx with your Wifi SSID and yyy with your Wifi password

About

Open-source firmware for remote command control of model trains over Wifi.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published