Lakshantha Dissanayake
Lakshantha Dissanayake
Hello @Shoihya, 1. Have you properly referred to our wiki at first to set up the CAN-BUS Shield? https://wiki.seeedstudio.com/CAN-BUS_Shield_V2.0 2. Could you please share with me the hardware diagram of...
Hi @ishotjr, Did you try the commands for Python3? sudo pip3 install . I just tried to build from source code on Bullseye (with Python3) and it worked for me....
Hello @ishotjr, I followed the exact same steps you have mentioned and worked for me. My environment is as follows: - Raspberry Pi 4 Model B - Raspberry Pi OS...
Hello @ishotjr, I understand. Please try on a fresh install again if you have the time. And if that works well, I can close this issue. Thank you.
Hello @chaeusler, I have reproduced your issue on my Raspberry Pi 4 and it works well. ```sh pi@raspberrypi:~/grove.py/grove $ python grove_led.py Hat Name = 'Grove Base Hat RPi' Usage: grove_led.py...
Hello, That is quite strange. Can I know how you enabled I2C? Also, could you please try to run other .py examples and check whether you encounter similar errors? Thank...
Hello, Could you please refer to the code here in "beta" branch for i2c.py and try again? https://github.com/Seeed-Studio/grove.py/commit/994c0467fe1e40b94e597536ab7760381b51cf2c#diff-52f36dd5ac4814c063e9adea411aa5764d3c963850457d2a022155f7172ada9c Also test with this code in "beta" branch: https://github.com/Seeed-Studio/grove.py/blob/beta/grove/i2c.py Thank you
Hi, The webpage and the wiki pages are already updated and highlighted that Wio Terminal wireless connectivity is only supported by Arduino at the moment. Thank you for pointing it...
Hi @2d4d, We have released the latest ardupy-aip firmware to fix the existing bugs. https://github.com/Seeed-Studio/ardupy-aip Please uninstall your existing installation by: ```sh pip3 uninstall ardupy-aip ``` And, install the latest...
Yes. You are right. Sorry. ardupy-aip is just a tool. You can use it to build your own ArduPy firmware and flash into Wio Terminal. Previously there were some issues...