Jump to content

Lok24

Eurobricks Counts
  • Posts

    1,241
  • Joined

  • Last visited

Everything posted by Lok24

  1. 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
  2. Awesome program! Well done!
  3. Hi, my new Project can be found here, a smart remote control:
  4. 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:
  5. Ah, found out: 00:1a:7d:da:71:04 is the BT Adapter of a different device (Laptop)! So the program stores the combination of PC-BT and Hubs. So it's impossible to use a stored .lpt on a different device or the same program for other hubs.
  6. Here is the entry from the .lpt-file: Handset :BluetoothLE#BluetoothLE00:1a:7d:da:71:04-a4:34:f1:ce:5c:45E\ a4:34:f1:ce:5c:45E is MAC of my Handset 00:1a:7d points do cyber-bkue(HK) ??
  7. I used the same USB-Dongle in both machines.....
  8. 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
  9. There are rumors(!) that all componetns will be availble at LEGO S@H in summer. Here's a list with numbers.... unfortunately there is no number for the sensor - yet. Boost Move Hub 88006 Motor 88008 ColorSensor Powered Up LED Light 88005 Train Motor 88011 Smart Hub 88009 Handset 88010
  10. Hi @veezer, you need in any case different commands for the differents motors!
  11. 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)
  12. fine, thanks lot. Did you ever think about to use all your SBricks with one single Power supply?
  13. Ok, have a look, you have to add an event for a specific port for another(!) button, the project here has only this one event
  14. There is one thing I found with Handheld: Power Button was pressed FATAL: Something went wrong while reading messages!Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. Thanks for your great work!
  15. 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
  16. Last info was that it depends on storage in dongle, using a PC with memory should do more, that's what I understood.
  17. 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.
  18. Sending single commands you can easily use another characteristic than linear....
  19. 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!
  20. 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
  21. I do the ramp by single steps too (raspberry PI, python)
  22. 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.
  23. just found: char-write-req 000b 04000201 for handheld char-write-req 000e 04000201 for Smart Hub
  24. Not really char-write-req xxxx 04000201 , the value is given (04000201), but xxxx is the handle. Which one?
×
×
  • Create New...