Stefan Theurer

Results 32 comments of Stefan Theurer

I've also got IOErrors when using the library (with a raspbian stretch on a raspberry pi 3 A+). I've changed the main loop to the following: ``` while True: try:...

I've already made a little shim: ![IMG_0230](https://user-images.githubusercontent.com/12277755/179417544-aec631d9-7e40-4e50-a4b2-1ed87d1b53f9.jpeg) This is working. But I don't get the point why there is no option in CircuitPython to activate the internal pullups for I2C....

Sorry for the missing answers. Here they are: 1. does not depend 2. actual version 3. yes 4. python3 with increases from about 40% to 50% CPU I can reproduce...

Thanks for your help. Did as you told me. Now the Rock Candy controller with macos is inversed. The ios onscreen touch control also.

Do you remember issue [https://github.com/WayneKeenan/picraftzero/issues/47](https://github.com/WayneKeenan/picraftzero/issues/47)? I mentioned the same problem with macos. You wrote to always invert joypad y-axis with html5. So macos and ios doesn't have the same html5...

I think I've did this: _update to the latest repository_ ``` sudo pip3 uninstall picraftzero sudo pip3 install git+https://github.com/WayneKeenan/picraftzero ``` .. some time has passed since then.

This is a very dump version of this goal, but a working minimal start version: ![picraftzero](https://user-images.githubusercontent.com/12277755/41195940-d7d194bc-6c36-11e8-9989-2cbd02dd67a7.png) I'm writing a content.txt with my python script which is inserted in index.html with...

This is my version for a smoother servo movement: `/usr/local/lib/python3.4/dist-packages/picraftzero/providers/servo/piconzero.py` ``` def set_angle(self, angle): msg = "Set Angle {}".format(angle) logger.debug(msg) if angle == self.last_angle or angle is None: return if...

Seems to be the same with the esp32c3 (v1.5) (connected only with RX/TX). After the first start you have to hit the RST-Button to connect to Groundstation.

I tried v2.0RC2 with esp32c3. After changing to client mode I can reach the gui. But after connecting it to Mission Planner the esp32c3 isn't reachable anymore, even after reboot....