FIRST-Tech-Challenge / SkyStone

FTC SDK
https://www.firstinspires.org/robotics/ftc/what-is-first-tech-challenge
275 stars 1.04k forks source link

Error getting REV Color/Distance Sensor V3 Working #216

Closed 9382 closed 4 years ago

9382 commented 4 years ago

When I tried to add a color sensor, I constantly have a warning saying problem with colSens. I'm pretty sure the issue is that I need to select the REV Color/Distance Sensor V3, but I dont have that as an option in my config, only the REV Color/Range Sensor. How do I get the V3 Sensor to appear in my configuration sections, or is it a problem with a color sensor in general that I'm not aware of?

Windwoes commented 4 years ago

Are you using SDK v5.1 or newer? Also, are you on a Control Hub, or a phone for the RC? Finally, dumb question, but did you try to scroll down on the drop down of I2C devices?

AlecHub commented 4 years ago

… I'm pretty sure the issue is that I need to select the REV Color/Distance Sensor V3, but I dont have that as an option in my config, only the REV Color/Range Sensor. How do I get the V3 Sensor to appear in my configuration sections … ?

For V1/V2 of the sensor, select: REV Color/Range Sensor

For V3 of the sensor, select: Rev Color Sensor v3

I don't know why they couldn't name the latter "REV Color/Range Sensor V3".

9382 commented 4 years ago

Are you using SDK v5.1 or newer? Also, are you on a Control Hub, or a phone for the RC? Finally, dumb question, but did you try to scroll down on the drop down of I2C devices?

I am using the newest SDK, Im on a phone using FTC Driver Station and yes I did scroll

alan412 commented 4 years ago

Not to be difficult, but which SDK are you on. (master is on 5.3 but a branch with 5.4 is available). Can you send a picture of the robot station self inspection?

Also, I have had some weird problems where I had to start over with a new config. (ie, I couldn't edit an existing one)

--Alan

On Wed, Jan 29, 2020 at 8:30 AM Aidan9381 notifications@github.com wrote:

Are you using SDK v5.1 or newer? Also, are you on a Control Hub, or a phone for the RC? Finally, dumb question, but did you try to scroll down on the drop down of I2C devices?

I am using the newest SDK, Im on a phone and yes I did scroll

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/FIRST-Tech-Challenge/SkyStone/issues/216?email_source=notifications&email_token=AAF3Y755U32U6YZC6VXY36DRAGVLPA5CNFSM4KNFHGV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKH3CPA#issuecomment-579842364, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAF3Y7Z62G5PP3IQIBP5MS3RAGVLPANCNFSM4KNFHGVQ .

9382 commented 4 years ago

Not to be difficult, but which SDK are you on. (master is on 5.3 but a branch with 5.4 is available). Can you send a picture of the robot station self inspection? Also, I have had some weird problems where I had to start over with a new config. (ie, I couldn't edit an existing one)

I am on 5.3 and I can't send an image of self inspection because I just got off of working on it. I will post the screenshot when I am next able to

9382 commented 4 years ago

Not to be difficult, but which SDK are you on. (master is on 5.3 but a branch with 5.4 is available). Can you send a picture of the robot station self inspection? Also, I have had some weird problems where I had to start over with a new config. (ie, I couldn't edit an existing one)

Here are the images of self inspection

alan412 commented 4 years ago

Hmm. the images aren't showing up for me.

9382 commented 4 years ago

Hmm. the images aren't showing up for me.

Its probably because my school annoyingly blocks some functions of the website, the images should work this time Screenshot_20200130-085858 Screenshot_20200130-085902

alan412 commented 4 years ago

@Aidan9381 - The problem is that your robot controller needs to be updated. It is on 5.0, but the v3 of the color sensor only starts in 5.1. I recommend upgrading the robot controller to either v5.3 or v5.4

9382 commented 4 years ago

Thanks for the assistance. That should probably solve the issue, so I will close the issue now as there shouldnt be anything else left to do after that

Windwoes commented 4 years ago

Not to mention, if you show up at competition with SDK v5.0, you will fail inspection :)