-
Posts
397 -
Joined
-
Last visited
About Asper

Spam Prevention
-
What is favorite LEGO theme? (we need this info to prevent spam)
train
Contact Methods
-
Website URL
https://www.flickr.com/photos/66636161@N00/
-
ICQ
0
Profile Information
-
Gender
Male
-
Location
Karlsruhe
Extra
-
Country
Germany
Recent Profile Visitors
3,734 profile views
-
Asper started following [MOD] #85007 Pantasy suspended Steam Punk train motorized with Tenka’s Circuit Cubes elements , Panama Canal 'Mule' , SNCB Diesel Shunter and 7 others
-
Very realistic, great MOC!
-
Wonderful! Very cute - I like it.
-
[MOC] Derail Valley locomotives (instructions + parts list)
Asper replied to witchy's topic in LEGO Train Tech
Great, very realistic model. I like the colour's. -
[MOC] VR Class Dm4 multiple unit in 1:42 scale
Asper replied to Aleksi Perala's topic in LEGO Train Tech
Wonderful! -
Wonderful train station! There are many carefully designed details (trash can, ticket machine,...) - looks like a real modern station.
-
Wonderful! And with working lights!
-
That's a wonderful train. Thank you for sharing all the details!
-
Wonderful tram!
-
Great job integrating everything in such beautiful eninges! Yes, that's me ;-) So It's the same codebase... (asper was not availalbe on github and I'm living in KArlsruhe...)
-
Controlling two circuit cubes with one LEGO remote
Asper replied to Asper's topic in LEGO Train Tech
in C this could be sprintf(buffer, "%+04d%c", ((velocity==0) ? 0 : (55 + abs(velocity))), 'a'+channel) velcotiy can be 0..200, channel 0..2. (with a "deadband" for the velocity) So setting velocity for a to 100 and c to -140 you have to send "+100a-140c". b will be set to 0. The M5 has very limited resources, so I could not use Legoino, but used the information I found there to implement the button callback for the LEGO remote. The idea was to build the M5 directl in to the trains. I used platform.io, since Visual Sudio Code offers more C/C++ extensions and features than the Arduino IDE. But you need to install the Arduino IDE also, as it is used in the background to build everything. So you should be able to use the code with the Arduino IDE.- 23 replies
-
- powered up
- circuit cube
-
(and 1 more)
Tagged with:
-
Great job to integrate all the PF elements into this engine!
-
Controlling two circuit cubes with one LEGO remote
Asper replied to Asper's topic in LEGO Train Tech
Thomas, Thorsten, Thank you! As far as I remember the Atom has very limited resources. So I could not use the Legoino code. But I could use all the information about the PU remotes (Which UUIDs do they use, what commands where used for the buttons, ...).- 23 replies
-
- powered up
- circuit cube
-
(and 1 more)
Tagged with: