-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BrickPi3 example #728
BrickPi3 example #728
Comments
Good call. I don't personally have a BrickPi but I can certainly try to write some code if someone else can test it. |
I'm trying to test manually setting port modes on my EV3. This works with tacho motors, but when I have a US sensor connected I see the following behavior:
Is there something obvious I'm doing wrong here, or do you have suggestions for where I should look? This should be supported on the EV3, right?
|
Since EV3 can automatically detect UART sensors, it doesn't let you pick a different one. BrickPi3 and PiStorms (and mindsensors EV3 sensor multiplexer) on the other hand can't automatically detect sensors, so you have explicitly tell them which sensor is attached. |
Ah, got it -- I didn't realize it wasn't supported on the EV3 ports. I opened a PR on the python demo repo with a sample program; would you be able to test it? |
I'll link to this example in docs and maybe quote some of it too. |
Yeah, I'll try it tomorrow. |
Perhaps another tip for the documentation, if you get this error...
Then you probably forgot to edit |
@dlech Do you have any particular recommendations for where that should go? I am tempted to put it in our FAQ but no one reads the FAQ 😢 |
The more places the better 😄 Maybe add some links to the FAQ from different places? e.g. at the top of the sensor docs, say "If you are using BrickPi3, also see the FAQ" |
uname -r
HEREdpkg-query -l {python3,micropython}-ev3dev*
HEREWe get a fairly steady stream of people trying to use BrickPi3 and failing because it cannot automatically detect sensors and motors. It would be super-helpful if the docs here had an example that people could copy and paste to get started.
Despite the constant questions, I still cannot find any known working example in any of the ev3dev GithHub issues.
The text was updated successfully, but these errors were encountered: