charmedlabs / pixycamev3

Python package for Pixy2 and LEGO EV3 controller
GNU General Public License v2.0
3 stars 2 forks source link

error in line 193 #1

Open AlexCal917 opened 1 month ago

AlexCal917 commented 1 month ago

When I try to upload the program to my robot theres always an error that says "line 193, in _i2c_write". I think it is because I dont have the correct i2c adress but I dont know how to get the right one as in the pixymon 2 app you cant see it.

Thanks

KWSmit commented 1 month ago

Try using the general firmware on Pixy2 instead of the LEGO firmware. Download this firmware here. Instructions on how to install the firmware can be found here. This will make the Interface tab visible in PixyMon.

AlexCal917 commented 1 month ago

I also have another few problems with the line 282 and 175. In the line 282 it says error in get_blocks and in the line 175 in pixy2_request.

Thanks

KWSmit commented 1 month ago

Please provide me with some more information. What are you trying to do? Which version of ev3dev are you using? Sharing your code would certainly help. Meanwhile I will dust off my EV3, it's been a while :smile: ...