mescalinum
Eurobricks Vassals-
Posts
92 -
Joined
-
Last visited
Content Type
Profiles
Forums
Gallery
Everything posted by mescalinum
-
that wishbone alone means nothing to turning radius. the radius depends both on the maximum steering angle and the wheelbase (and marginally could depend on axle track, if you do not build a ackermann steering to calculate the turning point, you intersect the front wheel axis with the rear wheel axis as shown in figure: (the 4 axes intersect only in the case of ackermann steering)
-
Concept for new Technic parts
mescalinum replied to D3K's topic in LEGO Technic, Mindstorms, Model Team and Scale Modeling
I often found myself needing this part - the right one, which is the converse of the left one: hey someone should track all those unexistent pieces somewhere… like a gallery of broken dreams if I remember, this topic already appeared in the past -
Concept for new Technic parts
mescalinum replied to D3K's topic in LEGO Technic, Mindstorms, Model Team and Scale Modeling
great! this is the piece I'd love most. just one side note, given that it's about designing a new part, I would avoid using the 6542 , because it introduces backlash. using ordinary LEGO pieces, I avoid that by using a differential for passing the second coaxial function thru the turntable. that would need to be a whole piece (not meant for disassembling into its component parts). also, extending your design, there could even be a 3-coaxial thing, for passing 4 functions thru turntable -
all piled up… doesn't take up much space: nxt box #1 bottom: nxt box #1 top: nxt box #2 bottom: nxt box #2 top: bricks: bricks & misc: panels: pneumatics (still needs a proper box): 25 meters of silicone tubing: liftarms: wheels: gears: connectors & small parts: pins: axles: misc: even more stuff that doesn't fit previous boxes: nxt battery chargers:
-
Lego GBC module: Shift
mescalinum replied to sqiddster's topic in LEGO Technic, Mindstorms, Model Team and Scale Modeling
nice and original GBC, very good! I hope to see more from you, I like your technique -
Lego technic challenge 2012
mescalinum replied to Ondra's topic in LEGO Technic, Mindstorms, Model Team and Scale Modeling
But what's the point of making another crawler [using the very same parts as 9398], when 9398 has just been released? Using different tires (larger, smaller) could suggest TLG to make a new tire, if not resurrecting some old part. -
99.999% for parts I often find myself checking inventories on BrickLink to decide buying a set or not. key aspects to me are rare parts, part count, color palette (I'm sick of red pieces , I'd prefer to have only VLBG, LBG, DBG, black and yellow parts) models are nice to study, but live up to few hours, then become just parts for my MOCs
-
according to the printed pattern on the rechargeable nxt battery: it is a 7.4V battery, which is rather unusual. Using 6 rechargeable batteries you'd get 1.2V * 6 = 7.2V, so you get an extra 0.2V however I do not understand this choice by LEGO engineers, since with alkaline batteries you get 9V, they could have put one or two more cells, resulting in 8.4V or 9.6V which is closer...
-
Hello, I'm seeing the WeDo USB Hub 9581 (img) and I'm wondering if it can work with the new PF Servo motor (img) By work I mean if it can be proportionally controlled. Also, not knowing well that WeDo part, I wonder what alternative do you have for controlling it other than what LEGO offers you. In Mindstorms NXT for example, if you don't like NXT-G, there are alternative firmwares like RobotC, leJOS, … How does the WeDo thing work?
-
MINDSTORM 2.0 NXT(8547)
mescalinum replied to BUBA's topic in LEGO Technic, Mindstorms, Model Team and Scale Modeling
I can find 8547 new boxed for around 230~240 EUR incl. fees (and including the seller's profit!) for 330 EUR I can get new Education NXT base (9797) which has WAY more parts than NXT 2.0 but it depends also on the country. consider visiting Ebay to get an idea. speaking about used, the 8547 I own, I bought it second hand (MISB) for 180 EUR incl fees -
yes, the sequencing was OK, and when lifted from the ground, it behave fine the problem was a weakness in the structure, that can be seen in the following photo. each leg is attached to only one liftarm, causing it to bend btw, I tried another implementation of the walker, this time pneumatic only, and it is again a failure. once again it works in no-gravity, but in the real usage test, the pneumatic cylinders can't withstand the weight of the structure (and it's even lighter than before!) and the tubings continuously pop. check the video for details:
-
here it is: unfortunately, crushed by hypergravity, it can't even stand on its own legs (it was designed on anotherplanet hehe) seriously, after putting the sequencer, the motor, the battery pack, the structure that holds the joints it's just too thin, and now it doesn't walk properly (needs improvement)
-
hi all (long time no speak!) I'm building a pneumatic walker, and I need now to make it move in some automatic way, but I cannot commute the pneumatic switches by the pneumatic actuator themselves, cause the construction is too crowded. what could be an alternative to sequence the pneumatic switches states? I have 3 switches to sequence, A, B, and C, and I figured out I need this sequence of states, for each time step t: t | A B C --------- 1 | 1 0 1 2 | 1 0 0 3 | 1 1 0 4 | 0 1 0 5 | 0 0 0 6 | 0 0 1 (where I indicated with 0 switch to the left, and with 1 switch to the right; switch is never in middle position) now the easy thing is that all 3 switches have the same period although with different phase offsets (so they can be actuated by some rotating gear + lever). the complication is that switches B and C have a duty cycle of 33%, i.e. they stay in one state 1/3 of the cycle, then stay in the other state 2/3 of the cycle. can you figure out a linkage that would achieve the above sequence? Actually, I think the sequence can be simplified a bit, by doing 2 state at once, becoming: t | A B C --------- 1 | 1 0 1 2 | 1 0 0 3 | 0 1 0 4 | 0 0 0 I was thinking to some linkage seen in akiyuki creations (like in ), but apart from taking quite some space, I fear it would not be strong enough to actuate pneumatic switches…ideas?
-
using nxt on windows 7
mescalinum replied to rubbereend's topic in LEGO Technic, Mindstorms, Model Team and Scale Modeling
there was a trick in order to install NXT software on Windows 7 Started (I installed it on my netbook) it involved changing the setup.ini file. if you google around probably you find it I googled that for you: from http://messageboards.lego.com/en-US/showpost.aspx?PostID=3204252