Starting a new project with intention to create a locomotive for Ikea/ Brio wooden track.
Some features in mind (Not in any good order):
Must have features:
Remote control (physical remote, not only app)
Rechargeable battery
Adjustable speed
Remote control for decoupling
Remote control for track change (steering)
On/Off switch
Nice to have features:
One to many remote control
Charging station
Lights
Sounds
Smoke effects
Status screen/leds
Control application
Rotating magnet for N/S connection
I started with motor driver circuit. As the steering motor is so small and cannot handle too much current I needed to find a stepper driver with sense input. Second neccessary character is low voltage operation. 2.7V-15V is suitable for this project.
Second circuit is about USB input for charging and programming
To be on the safe side there needs to be a USB to serial converter:
For MCU I chose ESP32S2 MINI as it has enough I/O for this project
Power is handled by main switch
And a TP4056 is chosen for charger
3.3V linear regulator for ESP32
And simple battery level measuring input
Missing are some LEDs and buttons. To make some noise I chose this piezo buzzer. Porbably I should make some calckulations on the drive power for that.
I started with an 18650 battery without any protection electronics, just for testing. It has worked fine so far. My initial idea was to buy an 18650 with a protection circuit or design it on the board myself. After some research, I found that not many toys use Li-ion chemistry, so I decided to explore alternative solutions as well.
What does Brio use? According to this post, at least some of their trains use a 2000mAh 1.2V NiMH battery. That’s not as easy to use in my case, so I measured and found that I could use a 3S NiMH battery as a safer alternative to Li-ion. However, I also discovered that there are not many easy solutions for designing a 3S charger. This TI article suggests that a Li-ion charger could be used for 3S NiMH. If I were to use NiMH, I would buy Eneloop AAA batteries. The price for 3 Eneloop batteries would be between 9-12€.
Instead of trying to find room for 3 AAA batteries, I decided to look for Li-ion batteries locally in a similar price range. I found that a CR123 or 16340 battery would be available, costing around 9€.
The NL169 was locally available and has similar specs to what 3 AAA batteries would have:
Steering system consists of steppter motor and a pushrod that will guide front axle free movement to left or right. If stepper motor is in the middle then axle can steer freely.
All the wheels have O-ring for the friction. Rear wheels are directly connected to the motor gearbox. Front wheels have a 1.6mm wolfram (TIG welder tungsten electrode) as an axle, that rotates freely in the slot.
Finally, ESP32, 2 motor drivers and a battery is connected and first drive on the floor is done.
Fist components arrived. Managed to do some initial setup and testing for remote control with ESP-NOW. For the remote control transmitter I hooked up an analog joystick to the ESP32 S3 Zero. The receiver is also ESP32 S3 Zero.
Drive motor is working, not sure is this particular motor best for the task. It is fast, but not so powerful at low speed. Finding N20 motor with correct speed, voltage, torque is challenge. Steering stepper is working also, but has overheating issue as I cannot limit the current for the motor with this simple dirver.
Next steps: Design of the test enclosure to test out drive motor and steering motor on real track.
This would not help at all. I have a cheap one from other brand. Most of the parts are things I want to fix: Charging, max speed, steering, proportional speed control, remote decupling.
This would not help at all. I have a cheap one from other brand. Most of the parts are things I want to fix: Charging, max speed, steering, proportional speed control, remote decupling.