-
Posts
1,241 -
Joined
-
Last visited
Content Type
Profiles
Forums
Gallery
Everything posted by Lok24
-
Hi, thanks, just made a more detailed video (2:50) where you can see how the buttons are used. A screen (PC, Laptop, RAspberry) is not used and not necessary. https://www.youtube.com/watch?v=EEqTLUEx9Ps
-
Awesome program! Well done!
-
Hi all, today I want to show a short video of my handset for trains, switches and signals. 2 Trains and up to 6 switches or signals can be controlled at a time. Software is the Brick Automation Project by @Cosmik42 Please note how smooth the machines are starting and stopping.... All these parameters like start-value, acceleration and max speed can be set up in the programm for each loco. https://www.youtube.com/watch?v=mBoMfGGiJtk&feature=youtu.be Thread to the software-project:
-
Hi, I just wanted to set up the finished program on another laptop, but loading the project its shows all 4 hubs left with "no connection" and add the same devices again (on the right, the active ones) How can I delete the old ones, as the auto-numbering is now 4-7 instead opf 0-3, so nothing works at all THX
-
Hi @veezer, you need in any case different commands for the differents motors!
-
Hi @Pentomind, thanks, now I know I'm not alone always stopping the engines with my thumbs! Here's my first attempt: With right black knobs I accelerate/decelerate the loco, button below is "stop" or, if v=0, change direction, which is reflected by the color of the LED. Left 3 knobs are used for 3 switches, each one toggles a single switch Blue is PowerOff / Disconnect all/ Switch to second level (2.Train and 3 other switches)
-
Hi, new program new problems I'm using this: if self.htype == "Hub" s = "char-write-cmd 0x0e 0a0081PP016000VV0000" if self.htype == "MoveHub": s = "char-write-cmd 0x0e 0c0081PP110900a0VV647f03" PP is replaced with port, vv with speed, and that works fine. But not when I connect a WeDo Motor on Boost Hub Port C or D
-
Last info was that it depends on storage in dongle, using a PC with memory should do more, that's what I understood.
-
My "problem" is similar, but different ;-) I start my python script on the RaspPi and then push the three buttons on two hubs and the handheld, everything brillant. When stopping programm it takes app 2 secs - and hub and handheld have paired on "green", I never get them accessed ..... Execpt removing battery. Now I turn them off via prog exit, much better.
-
Sending single commands you can easily use another characteristic than linear....
-
It will be fixed by a firmware upgrade, but the typical Duplo buyer doesn't connect to WLAN via App..... The poblem isn't sensor, I assume it's the combination of Distance and RGB, which has to be a bit better adjusted. So the change a 5 to a 7 somewere. That's why they say it will be in store again - in Summer!
-
I'm searching for 10875 in German S@H - no result displayed (tracks and bridge are shown) https://shop.lego.com/de-DE/search?q=10875 on US-Site: out of stock Got my information from Service, and clients describe behaviour in their comments
-
I do the ramp by single steps too (raspberry PI, python)
-
Hi, very interesting. First: you got a complete new Train Hub, or is there FW as a file and a method to load it? Second: There seems to be no final version that works, this is why the set is not sold any more (problem: when climbing the bridge "green" is detected and train changes direction) FW of Hub No.4: Strange as well. I have two here, both showing version 03 01. But one reports as "Hub No. 4", the other one as "Smart Hub". Spooky.
-
just found: char-write-req 000b 04000201 for handheld char-write-req 000e 04000201 for Smart Hub
-
Not really char-write-req xxxx 04000201 , the value is given (04000201), but xxxx is the handle. Which one?