David Lechner
David Lechner
The ev3dev-lang-python classes are for LEGO-specific devices. The best way to use generic device is to put the port in `i2c-other` mode (this can be done using ev3dev-lang-python or by...
I think there might be a few examples in some of the issues at https://github.com/ev3dev/ev3dev/issues I don't think there are proper docs for the library, but is is basically a...
Do you have docs on what the wii motion plus expects? For most devices I've worked with, the `read_i2c_block_data()` and `write_i2c_block_data()` methods are all that is needed.
So for the first command, wouldn't it be this? ```python bus.write_byte_data(address, 0xFE, 0x04) ```
If I'm reading right, it looks like the NXT just writes the 0x53 without the 0xFE, 0x04 data. If that is the case, perhaps the quick write method could be...
Does the data still go over the bus though? You can catch this error and ignore it and then try the next commands at the second address.
The same way you flashed it in the first place.
Here are some options for getting help with Etcher: https://github.com/balena-io/etcher/blob/master/SUPPORT.md
What operating system? What connection method (USB/Bluetooth/WiFi)?
> have you been able to try `@use` to customize Blueprint variables? Are you still relying on theming support like this? I haven't looked into this any farther. We are...