Jump to content

Asper

Eurobricks Citizen
  • Posts

    397
  • Joined

  • Last visited

3 Followers

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
  1. Very realistic, great MOC!
  2. Wonderful! Very cute - I like it.
  3. Great, very realistic model. I like the colour's.
  4. Wonderful train station! There are many carefully designed details (trash can, ticket machine,...) - looks like a real modern station.
  5. Wonderful! And with working lights!
  6. That's a wonderful train. Thank you for sharing all the details!
  7. Wonderful tram!
  8. 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...)
  9. 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.
  10. Great job to integrate all the PF elements into this engine!
  11. Great!
  12. 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, ...).
×
×
  • Create New...