Jump to content
THIS IS THE TEST SITE OF EUROBRICKS! ×
THIS IS THE TEST SITE OF EUROBRICKS!

Asper

Eurobricks Citizen
  • Posts

    393
  • 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,455 profile views

Asper's Achievements

Rising Star

Rising Star (9/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

  1. Wonderful train station! There are many carefully designed details (trash can, ticket machine,...) - looks like a real modern station.
  2. Wonderful! And with working lights!
  3. That's a wonderful train. Thank you for sharing all the details!
  4. Wonderful tram!
  5. 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...)
  6. 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.
  7. Great job to integrate all the PF elements into this engine!
  8. Great!
  9. 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, ...).
  10. Great MO!
  11. Great! Wonderful engine, with many clever details!
  12. Wow, wonderful! You managed to put many detail in this small narrow gauge train.
  13. Great - as always!
×
×
  • Create New...