Building Mouldking Remote control how to start #7689
Replies: 2 comments 2 replies
-
Hi - yes, the docs on using the Mouldking remote are at https://www.espruino.com/LEGO+Power+Functions+Clone - there's some example code there and it's reasonably straightforward. The module was built to run on an nrf52-based board (like Puck.js/Bangle.js/MDBT42 breakout/Jolt.js/etc that we sell), nrf24 won't work, and STM32 doesn't have Bluetooth. ESP32 may work, but I haven't tried it - it may not have Bluetooth advertising set up well enough at a low level. I should add someone also reported having some issues with their Mouldking box - here: espruino/EspruinoDocs#727. I have a M-0006 one here I used to develop the code and it works great but it looks like at some point they may have changed the protocol they used: |
Beta Was this translation helpful? Give feedback.
-
Because: Thanks |
Beta Was this translation helpful? Give feedback.
-
If i am right Espruino contains a module too communicate / control Mouldking RC Boxes for their brick sets.
I would like two build a remote control for these boxes and ask myself how to start:
Wich board two choose and what Communication module i need (Bluetooth or nrf2401 for example.
I wanted also two know if i can choose an STM32 or ESP32 board of my choice.
Does someone have practical experiences about steeering mouldking rc boxes with espruino and give me somew hints
Beta Was this translation helpful? Give feedback.
All reactions