ev3dev-lang-python
ev3dev-lang-python copied to clipboard
Pure python bindings for ev3dev
I've been working with ev3-dev for the past weeks and successfully configured various sensors and actuators. However I can't get the Actuonix Linear Actuator working. When I try to initialize...
- **ev3dev version:** PASTE THE OUTPUT OF `uname -r` HERE `4.14.117-ev3dev-2.3.4-ev3` - **ev3dev-lang-python version:** INSERT ALL VERSIONS GIVEN BY `dpkg-query -l {python3,micropython}-ev3dev*` HERE ``` Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err:...
I figured the FAQ was growing to include two different types of content so I split out the errors in a place that we can include lots of searchable error...
- **ev3dev version:** PASTE THE OUTPUT OF `uname -r` HERE - **ev3dev-lang-python version:** INSERT ALL VERSIONS GIVEN BY `dpkg-query -l {python3,micropython}-ev3dev*` HERE We get a fairly steady stream of people...
https://github.com/ev3dev/ev3dev-lang-python/blob/659f539c9c8e7d6668fe70960ffeb884c4d08cf7/ev3dev2/sensor/lego.py#L683 I cannot find the reference part of 'IR-REM-A' in the source code. I want to use the _BUTTON_VALUES dictionary for checking the multiple buttons pressed on Infrared beacon, like...
Once we have figured out what to do with these formatting PRs: - https://github.com/ev3dev/ev3dev-lang-python/pull/716 - https://github.com/ev3dev/ev3dev-lang-python/pull/713 we should pull an `ev3dev-buster` branch and re-submit the https://github.com/ev3dev/ev3dev-lang-python/pull/709 PR to be against...
I was having problems with the GryoSensor where sometimes when I would try to read the value I would get an empty string instead of an integer which would cause...
- **ev3dev version:** 4.14.59-ev3dev-2.2.2-rpi2 - **ev3dev-lang-python version:** python3-ev3dev 1.2.0 Methods `Motor.on()` and `Motor.off()` do have optional keyword argument `brake`. Default value is `True`. But when `brake=True` the motor won't stop...
odometry support went in via #235 but the initial commit did not include gyro support
There are some specs available [here](https://drive.google.com/drive/folders/1CcX-nbceaZFQSuIDWMvgbBWgY8UD6VrC?fbclid=IwAR08rlaG149erZIwVsYHOfjejEfoIx0KyvrYCXw-QOPkwuO2VrsUZqnnoEk). Highlights from the docs on the hub: • The Hub is powered by a 100MHz M4 320 KB RAM 1M FLASH processor • 32...