Jump to content

artpoz

Eurobricks Vassals
  • Posts

    17
  • Joined

  • Last visited

About artpoz

Spam Prevention

  • What is favorite LEGO theme? (we need this info to prevent spam)
    Mindstorms
  • Which LEGO set did you recently purchase or build?
    51515

Profile Information

  • Gender
    Male

Extra

  • Country
    Poland

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Last video of a moving vehicle with headlights on.
  2. The camera moved back, improved drive and the black line is now between the wheels.
  3. I made a new version with a camera instead of a color sensor. To power the camera, a power bank was needed.
  4. Improved driving, especially in a straight line.
  5. Hi, I want to present the Hot Rod Line follower based on LEGO Mindstorms Robot Inventor (#51515). The instruction is from Anton's Mindstorms website. I added a color sensor and removed the roof. The code is written in Python using Pybricks library. Happy watching! Best regards artpoz
  6. I built small car Hot Rod. It's fast and has differential at the rear. Yesterday I made a new version, that has a board under the roof. Best regards artpoz
  7. LMS-ESP32 connects to PS4 gamepad directly, which is faster. No running program on laptop/smartphone needed. Here you can read more possibilities: https://www.antonsmindstorms.com/product/wifi-python-esp32-board-for-mindstorms/ Best regards artpoz
  8. I've made little vehicle Tricky controlled by PS4 gamepad. The connection between vehicle and gamepad is without computer. I've used LMS-ESP32 board to do that. Best regards artpoz
  9. Hi. Yesterday I built a guitar from "The Lego Mindstorms Robot Inventor Activity Book" by Daniele Benedettelli. It's a great book by the way. The best is you can actually play on this guitar.
  10. Hi. Today I built Rubik's Cube Solver for Lego Mindstorms Robot Inventor, thanks to instructions and code from David Gilday. Link to code and instructions here: http://mindcuber.com/mindcuberri/mindcuberri.html
  11. No. There is one error easy to fix: AttributeError: 'MSHub' object has no attribute 'battery' This line should be removed/commented as same as its commented in my code. hub = MSHub() Best regards artpoz
  12. I think you forget to change the first parameter in function pixel(). Check below: for led_y in range (5): for led_x in range (5): if battery >= led_on_crit_full[led_y]: hub.display.pixel(led_x,led_y,9) Best regards artpoz
×
×
  • Create New...