Search found 3 matches
- 26 Sep 2011, 13:54
- Forum: Mindstorms Software
- Topic: NXT 2.0 New Color Sensor Issue
- Replies: 6
- Views: 7874
Re: NXT 2.0 New Color Sensor Issue
Thanks a lot. I found the API's that worked with the new colour sensor. Much appreciated!
- 22 Sep 2011, 22:00
- Forum: Mindstorms Software
- Topic: NXT 2.0 New Color Sensor Issue
- Replies: 6
- Views: 7874
Re: NXT 2.0 New Color Sensor Issue
Yeah that probably would have been a good idea :) I just whipped up some simple code to test out the functionality of the new sensor. Basically it is supposed to keep the robot moving until it senses bright light then it will stop and play a sound. #define THRESH 70 task main() { // Initiates sensor...
- 22 Sep 2011, 14:16
- Forum: Mindstorms Software
- Topic: NXT 2.0 New Color Sensor Issue
- Replies: 6
- Views: 7874
NXT 2.0 New Color Sensor Issue
Hello everybody. I am having an issue with the new colour sensor. I am trying to program it so that it stops the robot when bright light is detected yet I cannot seem to do this. When I use the brick to View the ambient / reflected light values from the sensor they stay at 100% no matter what I do. ...