Open m10d opened 5 months ago
For xbox series x/s the advantage is that the controller remains paired, you don't have to pair everytime you run a program.
For other controllers the advantage is that they work. LMS-ESP32 supports all bluetooth controllers. Pybricks supports only Xbos series x/s.
Thanks for your reply. That makes sense, and it will justify the cost to let me use 8bitdo controllers i already have. Giving up the port is problematic - but i should be able to easily use the technic-compatible servos i have from an rpi project?
I am not finding an up to date answer on pybricks block-program integration. Is it trivial to use one motor/sensor daisy-chained to the LMS from pybricks on a technic hub? Multiple inputs/outputs on one LMS?
Last - i don't see any stl's online for a system or technic compatible case; are you aware of any?
Thanks!
I'd like to help but:
There is no case, but the board has the exact dimensions and holes of a 5x7 technic frame.
I'd like to help but:
* I don't know what you mean with 'technic-compatible servos i have from an rpi project' * I don't know what you mean with 'use one motor/sensor daisy-chained to the LMS from pybricks on a technic hub'
There is no case, but the board has the exact dimensions and holes of a 5x7 technic frame.
Sorry for the ambiguity. I was referring to the following:
I have lego-format "normal" pwm servos & motors of the same kind in your image
but I use pybricks not lego-oem (I have the "mindstorms" which they try to lock out from spike in v3, and I also have many technic hubs which of course lego chooses to limit functionality on. Pybricks has better quality of life, too); I only find old answers on if the lms
/ uartremote
etc work with pybricks or with what limitations
blocks
, or just python code? (specifically can my kids control motors & read from motor encoders & sensors on their own - I can write building block code as necessary, as long as things show up in blocks for them to use)I was hoping to find clarity on what the on-brick (eg 88012 or other lego hubs) looks like when multiple motors and/or sensors are connected to the lms
- what sort of limitations are there, any significant responsiveness issues for hobby-level robots & RC models?
really appreciate the effort you put in to answer these, thank you!
Take a good look at this project: it has all the features you are looking for. In short: use pupremote, not uartremote.
Limitation for multiple motors is current. The hub only supplies 1.2A, enough for max 4 servos.
Limitation for multiple motors is current. The hub only supplies 1.2A, enough for max 4 servos.
In the product page it says "optional buck controller" for powering hobby servos. I have these 4.8-6v servos https://www.aliexpress.us/item/3256803974452036.html similar to the product picture; obviously there is the overall current/power limit from the lego hub as you mention, but what is needed to run these directly from the LMS?
Nothing extra is needed. The buck is included and you can run 4 of them from the lms.
Op do 13 jun 2024 18:18 schreef rom @.***>:
Limitation for multiple motors is current. The hub only supplies 1.2A, enough for max 4 servos.
In the product page it says "optional buck controller" for powering hobby servos. I have these 4.8-6v servos https://www.aliexpress.us/item/3256803974452036.html similar to the product picture; obviously there is the overall current/power limit from the lego hub as you mention, but what is needed to run these directly from the LMS?
— Reply to this email directly, view it on GitHub https://github.com/antonvh/PUPRemote/issues/21#issuecomment-2166140488, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACW5HARBX74YAIP6HRTQADZHHA5RAVCNFSM6AAAAABI3P32AKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRWGE2DANBYHA . You are receiving this because you commented.Message ID: @.***>
Perfect, ordered several!
Interested in your ESP device, but wondering what it brings to the solution beyond the direct connection Pybricks can manage on it's own with the xbox controller? Thank you.