atanisoft / ESP32CommandStation

An ESP32 based DCC Command Station with integrated OpenLCB (LCC) --- NOTE: this project is not under active development.
https://atanisoft.github.io/ESP32CommandStation/
GNU General Public License v3.0
90 stars 34 forks source link

Add pictures of supported motor shields to webpage #42

Closed atanisoft closed 2 years ago

atanisoft commented 4 years ago

Currently the webpage only lists supported motor shields but without pictures, in the case of the L298 boards there are multiple variants available and not usable without modifications (red PCB with vertical L298 lacks current sense)

TrainzLuvr commented 4 years ago

This one: https://i.ibb.co/80GGSvT/L298-N-board.jpg ?

Sense A/B on it right now connects to the ground, but it could be modified by cutting the traces and inserting resistors in appropriate places.

atanisoft commented 4 years ago

Yup, that would be one of the L298 boards that requires modification for the current sense lines. I have a couple of these (or a close variant) and need to document the modifications.

it could be modified by cutting the traces and inserting resistors in appropriate places.

Yes, those are the modifications that are required. The two current sense pins on the L298 need to be cut to create a voltage divider circuit with the output going to the analog input of the esp32.

TrainzLuvr commented 4 years ago

Ok, so we were thinking the same thing.

I have not done it yet myself, because in all honesty, why even use L298 anymore when there are so many better alternatives. :)

atanisoft commented 4 years ago

why even use L298 anymore when there are so many better alternatives.

Very true but there are a lot of people purchasing these sort of boards for cost reasons without knowing they do not work out-of-the-box.

michelcve commented 3 years ago

@atanisoft Perhaps having a look at what DCC++ EX did, might help setting up such a page?

https://dcc-ex.com/reference/hardware/motor-boards.html

atanisoft commented 3 years ago

@michelcve That is very similar to what I was planning but have not done yet. Almost any of the motor shields that DCC++EX supports should work on ESP32 CS as well, but they may require customization of the config etc.