Projects/Lego bluetooth hub control: Difference between revisions

From Hackerspace Amersfoort
Jump to navigation Jump to search
(Lego bluetooth hub control)
ย 
mNo edit summary
ย 
(6 intermediate revisions by the same user not shown)
Line 5: Line 5:
|info=Controlling Lego Technic bluetooth hubs
|info=Controlling Lego Technic bluetooth hubs
|status=Alpha
|status=Alpha
|Picture=[[File:C93edd16-42b1-47ff-8699-51c33121ea60. CR0,0,1000,1000 PT0 SX300 V1 .jpg]]
}}
}}
[[File:91kO8RGLv6L._AC_SL1500_.jpg]]
In the end of 2019 I bought a Lego technic 4x4 (42099). It can be controlled by a Lego app via bluetooth. However the Lego app only can control the internal hub and motors as a 4x4.
In the end of 2019 I bought a Lego technic 4x4 (42099). It can be controlled by a Lego app via bluetooth. However the Lego app only can control the internal hub and motors as a 4x4.
Last year in december I bought a Lego technic excavator (42100). The 4x4 has 1 hub and 3 motors, the excavator has 2 hubs with 7 motors. Enough parts to build interesting projects .... if you can control the motors.
Last year in december I bought a Lego technic excavator (42100). The 4x4 has 1 hub and 3 motors, the excavator has 2 hubs with 7 motors. Enough parts to build interesting projects .... if you can control the motors.
There is a nice example project to control the 4x4 with an arduino nano ble sense which works out of the box (https://github.com/hoharald/leguno-remote).
Currently I'm trying to do it with python.
Still trying ......

Latest revision as of 15:42, 22 July 2024


[[Project Image::File:|360x360px]]
Project Lego bluetooth hub control
Name Lego bluetooth hub control
Start 2020/12/15
End
Contact User:Rogue
Website
Information Controlling Lego Technic bluetooth hubs
Status Alpha


In the end of 2019 I bought a Lego technic 4x4 (42099). It can be controlled by a Lego app via bluetooth. However the Lego app only can control the internal hub and motors as a 4x4. Last year in december I bought a Lego technic excavator (42100). The 4x4 has 1 hub and 3 motors, the excavator has 2 hubs with 7 motors. Enough parts to build interesting projects .... if you can control the motors.

There is a nice example project to control the 4x4 with an arduino nano ble sense which works out of the box (https://github.com/hoharald/leguno-remote). Currently I'm trying to do it with python. Still trying ......