Search found 1 match
- 06 Feb 2011, 18:52
- Forum: Mindstorms Hardware
- Topic: air temperature sensor
- Replies: 6
- Views: 9792
Lego temperature sensor
Here is the NXC code that I previously posted on NXtasy. // Read Lego's Digital Temperature sensor. // It seems to be a Microchip MCP9803 (MCP9800 family) // The address is 0x98. // The temperature is in register 0x0 with // byte 0 = 2's compliment degrees // byte 1 = Decimal places (highest bits) /...