Skip to main content

Well folks, it's happened.  Due to an obsolete RF IC that is no longer available, there apparently will be no more Mini Commanders.  This encompasses both the Mini Commander ACC for accessories and the Mini Commander 2 for motorized units.

Time to start thinking alternatives if you want to keep building with those functions.

For the Mini Commander 2, there are Lionel equivalents that are still currently available, no telling how long that will last, but at least for the present.

I've identified two RCM2 boards currently available that offer the MC2 functionality.  Those are the 691RCM2104 Inspection Truck board and the 691RCM2100 Track Speeder board.

The operation of the two boards are similar but not identical.

Each offers LED lighting outputs and electrocoupler functionality.  The Track Speeder has directional LED lights that track the direction.  The Inspection Truck board has the front LED that is on all the time and the rear LED comes on in reverse.  Both have the same 2A maximum motor drive capability.

The Mini Commander ACC is a harder nut to crack, I'm still thinking about how to address that one.

Original Post

Replies sorted oldest to newest

For a basic controller board couldn't an R2LC/R4LC and header pins work just fine.

Did you forget that the R2LC/R4LC are unobtainium now as well?   The new price for the ERR R4LC is $90, then you have to add more electronics!  I expect the ERR R4LC to be discontinued at some point as well.

Right now the RCM2 boards list at $40, so that's the attractive option for small motorized stuff.

This is true for powered units, but if all you want it lights, couplers, smoke, etc in a dummy unit you can still use a radio board by itself.

If you have some R2LC's gathering dust, then I have your solution: Dummy Locomotive PCB

I was thinking of perhaps some logic wrapped around it to perhaps make it more useful without making it prohibitively expensive.

@PSM posted:

John, any chance you have the part number for the 2 pin and 10 pin connectors needed?

If you're talking about the RCM2 boards from Lionel, all three white connectors are the JST-PH series, the 9-pin and the two 2-pin connectors.  The antenna is a single conductor Dupont connector.  You can get the JST-PH connectors many places, I buy the cable assemblies from AliExpress to save time.

@romiller49 posted:

If the R4LC boards become obsolete then I guess that will be the end for ERR items altogether?

There's already a couple components on the R4LC that are hard to find, they're also out of production.  The main one is the FM receiver chip, that will likely spell the demise of that one as some point.

I got a few bad boards over the years from Lionel, it happens.  Remember, any R2LC's or R2LC's you got from Lionel in recent years would be many years old, they stopped making them a long time ago!

I have a pair of MTH Centipedes on the bench, I'm seriously contemplating converting them to full Legacy operation, right now they have the Train America Studios EOB in them.  I have the RCMC boards and motor encoders, and also one Centipede RS-Lite board.  I may have to see about getting another Centipede board so both would have sound.

I bet i'm not the only one that would be interested in following that project. I know Bruk(sp) has posted some good documents on OGR. I need to educate myself on production dates of Lionel products using this equipment. I like to pick up non functional or non command locomotives and get them running and sounding good.

Richard

Well, I regard the TAS stuff as close to "not running right", so it's fair game.  I do want to tackle a nice steam and see if I can do the full up grade with whistle steam, etc.  I have a Mallet board and sound set, so if I find one for a reasonable price, that would be a candidate.  I did upgrade my scale PRR T1 Duplex to Legacy, I used the R4LC and the Legacy back-EMF motor driver.  That allowed me to use the RailSounds 6 stuff in the tender for the much better sound.  The next steam Legacy upgrade I'll use the RCMC board.

@Rppoind posted:

I bet i'm not the only one that would be interested in following that project. I know Bruk(sp) has posted some good documents on OGR. I need to educate myself on production dates of Lionel products using this equipment. I like to pick up non functional or non command locomotives and get them running and sounding good.

Richard

What makes a Legacy upgrade more difficult that say an ERR or PS3 upgrade is first there are no instructions and you have to make all the harnesses yourself. Thats the most tedious part. Thanks to Bruk, board layouts can be found here. Easiest path might be to own at least one Legacy locomotive that has the parts you intend to use so you can follow the path of the individual wires.

Bruk took it a step further by custom fabricating the required pipes and mounts for the added smoke and steam effects.

Pete

Last edited by Norton
@Norton posted:

What makes a Legacy upgrade more difficult that say an ERR or PS3 upgrade is first there are no instructions and you have to make all the harnesses yourself. Thats the most tedious part. Thanks to Bruk, board layouts can be found here. Easiest path might be to own at least one Legacy locomotive that has the parts you intend to use so you can follow the path of the individual wires.

Bruk took it a step further by custom fabricating the required pipes and mounts for the added smoke and steam effects.

Pete

Fabricating all the wiring is for sure the hardest part for diesel upgrades.  I've taken a shortcut and bought pre-made 1.25mm PicoBlade, 1.5mm JST-ZH, and JST-PH harnesses for all the connector sizes on the RCMC and RS-Lite.  That way I only have to crimp pins on one end, and they're typically the larger connectors that are pretty easy to deal with.  I find the 1.5mm pins to be "finicky" to crimp, and the 1.25mm ones really difficult.

Bruk's documents made a huge difference, that's for sure.  I did find one minor mistake in the documents when doing the RCMC test set, the smoke thermistors are wired wrong in the diagrams.

Now that I have the experience of wiring all the inputs and outputs of the RCMC and RS-Lite to build my test fixture, I have a much better insight into dealing with the Legacy boards.  I'm almost done with my BEMC/RCDR test set, more good stuff learned there.  I just have to get the last couple parts to finish the BEMC test set, and I already have tested a few boards with it.

@Pu239 posted:

Could all of this be done with arduino? I know basic programming on them, but it seems it could all be done right? That way it truly is open and much worry is eliminated. Now to find a arduino guru to help.

The Arduino guru is the easy part.

What about the application-specific hardware, e.g. smoke and lamp drivers, motor FETs, triacs, and software, i.e. horn or whistle, chuff, unique command control protocol if you want to start from scratch, etc.

There's a ton of work needed in these areas for an Arduino to do the job.  Control software would be easy.

Lastly, if you don't care about starting completely from scratch you'd have to license software, and the present owners may not wish to do so.

Mike

Last edited by Mellow Hudson Mike
@Pu239 posted:

Looks good guys

Could all of this be done with arduino? I know basic programming on them, but it seems it could all be done right? That way it truly is open and much worry is eliminated. Now to find a arduino guru to help.

I used a wireless Arduino to build a Mini-Commander like system for control of operating cars, described here. It reads TMCC commands from the Legacy PDI bus, and then sends them to RF69 radio modules installed in operating cars.

It's not a plug-and-play system, and isn't designed for engine control. But if you just want a cheap way to control operating cars with Legacy, and are willing to tinker a bit, then it works quite well.

I used a wireless Arduino to build a Mini-Commander like system for control of operating cars, described here. It reads TMCC commands from the Legacy PDI bus, and then sends them to RF69 radio modules installed in operating cars.

It's not a plug-and-play system, and isn't designed for engine control. But if you just want a cheap way to control operating cars with Legacy, and are willing to tinker a bit, then it works quite well.

The sticking point is the Legacy PDI bus, in an operating car you need a radio receiver.

The sticking point is the Legacy PDI bus, in an operating car you need a radio receiver.

That's why there's a radio module in the operating car.

One 'master' radio module plugs into, and is powered from, the Legacy PDI bus. It then passes on Legacy or TMCC commands over the RF69 wireless network to radio modules installed in operating cars, accessories, etc.

Last edited by Professor Chaos

Sounds like a winner, however I wonder how likely it would be that most of the unwashed masses could duplicate what you did?   I read the description, I suspect I could get it working, but I also suspect that 99% of the readers here wouldn't have a chance of getting it going.

As compared to the ERR Mini Commander, the board I've designed is less capable, since it only provides an on-off delivery of track power to the output. But it would be fairly easy to design a more complex Moteino shield that included several outputs, including trials for variable voltage control. The system also requires you to install a master node, to transmit TMCC commands over the radio link. On the other hand the cost of the system is considerably less, and you can easily change the sketch in the nodes to achieve whatever kind of complex behavior you want.

I know you did a lot of the heavy lifting here, but I suspect you're assuming skills a vast majority of folks here simply don't have to "finish" the job.

Nothing is so easy as the job you imagine someone else doing!

I have a question for anyone here. in doing these legacy conversions. how is the lionel tach reader installed on the converting engines motor.

mth uses a tach strip to attach to the flywheel of the motor. wich can be used in any engine with a flywheel right. so converting to ps3  fairly easy.

now I understand getting all the lionel boards such as the right rcmc board ect. but there motor speed encoder is a plastic squirrel type cage set up.how is that Handeled in non lionel engine conversions?

@SantaFeFan posted:

I believe the Receiver chips are still manufactured, so I think the Mini-Commander, and other similar products, are still capable of being made.

Jon, that flies in the face of what I heard from Scott, and I did some research on the MC3372DR2/MLE3372 Low Power
Narrowband FM IF chip myself and found no stock anywhere, as well as it no longer being manufactured.  I'd be glad to be proven wrong, but I spent quite a while chasing it.

Add Reply

Post

OGR Publishing, Inc., 1310 Eastside Centre Ct, Ste 6, Mountain Home, AR 72653
800-980-OGRR (6477)
www.ogaugerr.com

×
×
×
×
Link copied to your clipboard.
×
×