Search the Community

Showing results for tags 'powered'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Frontpage, Forum Information and General LEGO Discussion
    • Guest Section - PLEASE READ BEFORE YOU REGISTER!
    • New Member Section - PLEASE READ BEFORE STARTING!
    • Frontpage News
    • Forum Information and Help
    • General LEGO Discussion
  • Themes
    • LEGO Licensed
    • LEGO Star Wars
    • LEGO Historic Themes
    • LEGO Action and Adventure Themes
    • LEGO Pirates
    • LEGO Sci-Fi
    • LEGO Town
    • LEGO Train Tech
    • LEGO Technic, Mindstorms, Model Team and Scale Modeling
    • LEGO Action Figures
    • Special LEGO Themes
  • Special Interests
    • The Military Section
    • Minifig Customisation Workshop
    • Digital LEGO: Tools, Techniques, and Projects
    • Brick Flicks & Comics
    • LEGO Mafia and Role-Play Games
    • LEGO Media and Gaming
  • Eurobricks Community
    • Hello! My name is...
    • LEGO Events and User Groups
    • Buy, Sell, Trade and Finds
    • Community
    • Culture & Multimedia

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


What is favorite LEGO theme? (we need this info to prevent spam)


Which LEGO set did you recently purchase or build?


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Country


Special Tags 1


Special Tags 2


Special Tags 3


Special Tags 4


Special Tags 5


Special Tags 6


Country flag

Found 5 results

  1. I'm missing a place where Powered Up code can be gathered and explained so other guys can reuse it or find inspiration. I had a discussion with @Jim how that could work out in this forum. I was thinking about having something like the hall of fame for code which underwent optimizations in a dedicated thread and which was proven to work. But this might lead to several thread which are prone to be inactive. So we decided to start with a single thread to publish PU code and discuss it. If it gets to chaotic We could have two separate thread. One for discussion and help request and the other one for working and optimized code. To keep things orderly, a general structure might be helpful. So here we start with my proposal. TL;DR: Automatic brake lights based on speed reduction Description: The following code switches brakes lights on in case the speed is reduced. That works for reducing speed while driving forward and backward. When the speed reaches 0, the light are turned off. In this code I'm using PF lights controlled by the Boost color and distance sensor. But that can be replaced with PU lights. Code: Video Declaration of variables: a - Used to control the speed, is set by the slider 0 b - Speed (a) at the first point in time c - Speed (a) at the second point in time d - Speed difference between b and c Detailed walkthrough: The code block consists of three rows. The first row consists of a loop (left) and the code block to control the speed of the motor (right). Most of the code blocks in the loop are not needed. You actually just need the first block which sets constantly a value for the variable a to control the speed. The rest are widgets for testing timings. The second row is the logic to detect speed differences. To do that constantly, a loop is used again. It simply reads a, the speed at different times. You can adjust the time between the measurments according to your needs. In my case 0,08s worked well. At the end of the loop the difference is set to the variable d. The value can be something between 100 and -100. The third loop at the bottom contains the logic to turn the brake lights on or off. You will also notice the purple blocks. They are used to control the PF lights. I'll come to that in a bit. First i want to explain the logic to turn the lights off an on. There are three scenarios: Driving forwards Driving backwards Parking When you are driving forward the max value of a is 100. Lets say the speed is suddenly reduced to 50. The difference is 50. When you are driving backwards the max value for a is -100. The speed is again reduced by 50. The difference is -50. When you are parking the difference is of course 0, because it doesn't change. So i have two condition i want to check for: Am I driving backwards or forwards? Is there a speed difference? I can exclude the third check, parking, by checking values for a that are greater or smaller than 0. So, in one sentence: IF there is a speed difference AND the speed is GREATER THAN 0 OR IF there is a speed difference AND the speed is SMALLER THAN 0 then turn on the light (upper purple block at the end). But how to control PF lights with Powered UP??? That is covered for example by @kbalage here. The first purple code block on the left sets the port and the correct mode for the boost sensor. The two purple code blocks on the right side control the brightness of the PF lights. D is the port where the sensor is connected to, 3 is the channel 4 on the PF IR receiver, 5 is the red or blue port on the IR receiver, 7 switches the light to max brightness, 8 turns it off.
  2. Hi everyone, I'm searching for the best motor to measure angles. Since I don't have all motors, I'm depended on those, who have them and could a comparison. Requirements: The motor must be compatible with the C+ Technic Hub, used for example in the 42100 The resistance, when turning the motor manually, has to be as low as possible When the motor is turned manually and you stop turning, the motor should not continue to turn with too much swing. 2. has more priority than 3. I have tested the C+ L and XL motor so far. I also have the large angular motor, but it is simply too large. The internal resistance of the C+ L motor was way to high. The C+ XL motor delivered quite ok-ish results. It is just too bulky. Perfect shape and size would be the Medium Angular Motor, which I don't have. Another alternative would be the Boost Medium Linear Motor. I would appreciate, if someone, who has these motors, could do a test for me. A little teaser why I'm looking for this info: I'm building a truck with pneumatic suspension. I using the angles of the suspension arms to detect and control the height. First proof of concept in PoweredUp is already written and working.
  3. I didn't build any MOC for a while. This is my lastest MOC of wind powered series on youtube cannel. Maybe this is world first Lego wind powered two legs walker. Hope you lie it ;) Update to V11, smaller leg design. Update to V9, much faster walking. Update to V6, add piston, high efficient four blade fan, but high wind resistance design. Update to V5, exchange belt with chain drive. Update to V4.1, add fake Mr. gold and bicycle rotate wheel. Update to V3, can walk toward wind source. Lego wind powered walker robot v4 by cmfkian, on Flickr Lego wind powered walker robot v4 by cmfkian, on Flickr
  4. Full Album: http://imgur.com/a/YdL5x Specifics: 4x L Motors RWD (Geared Up 1.2x) Full Independent Suspensions 6x Shock Absorbers 2x AA Battery Box 2x V2 IR Receivers Frontal Led Lights Differential Weight: 1250g (with batteries) The Idea is to create an Heavy-Weight Buggy with good performances using no expensive pieces (Buggy Motors, SBrick..). The final speed is acceptable, the torque has some difficulties in uphill but for the plain is sufficient, and the maximum speed is reached quickly. I called it Fury Road because it reminds me so much the style of Mad Max vehicles. I know it's a little be "naked" but I like it in this way. I putted in it some lateral exhaust pipes, a little spoiler, a cabin and some lights to improve the aesthetics. I tried to put the IR receivers in a position that seems a big engine that comes out. Hope you like it! ;)
  5. Base on Amida's Pegasus Automaton. These are some wind powered (cars) modification. Hope you like it. ;-) Original Amida's Pegasus Automaton LDD simulation. Move toward wind, difficult one. Amida 's Pegasus Automaton LDD simulation: http://www.eurobricks.com/forum/index.php?showtopic=100029entry1997835