Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Wireless DCC communication Battery driven Locs (gardenrailway) #336

Open
TjerkBerg opened this issue May 29, 2023 · 2 comments
Labels
Enhancement New feature or request EX-CommandStation Item relates to the core EX-CommandStation code

Comments

@TjerkBerg
Copy link

Problem/idea statement

The basic idea is to use DCC-EX to run a gardenrailway with batterypower instead of trackpower. The idea is to install a motorshield in the loco. The battery will power it and the motorschield is directly connected to the DCC module of the train. A recieving wifi module is connected to the data input of the powershield in the loco.

DCC-EX will runn on it's Arduino and the data output is connected to the transmitting wifi module instead of a motorshield.

A schemactic view is attached.
Schematic design

Depending on the track layout the wifi modules can directly communicatie (max 6 I red). If it is to large, a wifi network must be used.

I am curious about the possibilities to support this and realize it!

Alternatives or workarounds

I don't use it yet. It is a new start.

Additional context

No response

@TjerkBerg TjerkBerg added the Enhancement New feature or request label May 29, 2023
@github-actions github-actions bot added the EX-CommandStation Item relates to the core EX-CommandStation code label May 29, 2023
@habazut
Copy link
Contributor

habazut commented May 29, 2023

On the receiver: You can not directly connect a wifi module to a motor shield as you need some CPU to convert the data packets on Wifi to a data stream for the motor shield.

On the sender: Today there is no functionality which converts DCC bytes to Wifi packets.

What you can however do already today is to put the CS into the loco and then each loco is like a layout with one loco available. I have done that as a quick "hack":
https://www.stacken.kth.se/~haba/slamra/dcc/ex/locodrive/index.html

Harald.

@darrelllamm0
Copy link

Hi, I have a "battery power, radio control" or "dead-rail" solution using a WiFi-equipped EX-CommandStation. See my webpage https://oscaledeadrail.com/a-low-cost-wifi-equipped-dcc-base-station-for-the-prominiair-transmitter/ for details. I donate part of the sale of the transmitter to DCC-ex. The transmitter cost, including the WiFI-equipped EX-CommandStation, is modest. The receivers are also inexpensive. You can see my offerings on eBay by searching for "ProMiniAir." You can even change CVs wirelessly using Program on the Main (PoM) or Service Mode programming.

Standalone_PMA_Tx_ESP32_Annotated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request EX-CommandStation Item relates to the core EX-CommandStation code
Projects
Status: Backlog
Development

No branches or pull requests

3 participants