Search found 4 matches
- 02 Jul 2011, 08:56
- Forum: Mindstorms Software
- Topic: RCX-Temperature-Sensor with NXT
- Replies: 7
- Views: 9317
Re: RCX-Temperature-Sensor with NXT
Ok, I have tested: * LEGO FW 1.29 + NXC * LEGO FW 1.29 + NXT-G * Bricx FW 1.31 + NXC * Bricx FW 1.31 + NXT-G the same result in every case: 239 It is possible, that a mistake exist in all documentations/manuals from LEGO and NXC? It is possible, that I get the temperature in tenth of a degree, 239 =...
- 02 Jul 2011, 07:38
- Forum: Mindstorms Software
- Topic: RCX-Temperature-Sensor with NXT
- Replies: 7
- Views: 9317
Re: RCX-Temperature-Sensor with NXT
unsigned int val = SensorValue(S1); unsigned int val = Sensor(S1); unsigned int val = SENSOR_1; It seems that all 3 options get the same sensor value.... But it don't work correctly! I get room temperatures near 240 °C! I have tested it with old RCX and NQC too, temperature sensor works correct. I...
- 30 Jun 2011, 20:58
- Forum: Mindstorms Software
- Topic: RCX-Temperature-Sensor with NXT
- Replies: 7
- Views: 9317
RCX-Temperature-Sensor with NXT
Hi, I have a problem to get values in Celsius. Old RCX-Temperature-Sensor is connected with LEGO adapter cable on slot 1. What command should I use for ??? . I have tried SensorValue(S1) and SensorTemperature(S1) don't work... task main() { SetSensor(S1, SENSOR_CELSIUS); while(true) { temp = ???; Nu...
- 26 Jun 2011, 08:38
- Forum: Mindstorms Software
- Topic: Quick Guide for Bricxcc, NXC, and firmware
- Replies: 8
- Views: 56682
Re: Quick Guide for Bricxcc, NXC, and firmware
Hm... for windows I found hundreds of guides in www.
What about Mac OS? Can you collect hints in this forum section to use NXC on Mac OS?
Thanks!
What about Mac OS? Can you collect hints in this forum section to use NXC on Mac OS?
Thanks!