NDS Thermometer: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
|description=Thermometer. | |description=Thermometer. | ||
|author=SaTa. | |author=SaTa. | ||
|lastupdated=2005/08/ | |lastupdated=2005/08/03 | ||
|type=Other Apps | |type=Other Apps | ||
|version=1.0 | |version=1.0 | ||
Revision as of 08:21, 26 November 2022
| NDS Thermometer | |
|---|---|
![]() | |
| General | |
| Author | SaTa. |
| Type | Other Apps |
| Version | 1.0 |
| License | Mixed |
| Last Updated | 2005/08/03 |
| Links | |
| Download | |
| Website | |
| Source | |
A thermometer that uses the temperature sensor built into the touchpad.
User guide
How does it work:
- It uses TSC2046 for the touchscreen. This TSC2046 has two temperature sensors (diodes).
- The absolute temperature can be found by calculating the voltage (current?) difference of the diode.
- Based on the standard template, since 4096 times the temperature (℃) is stored in IPC -> temperature, just divide it by 4096 to get the temperature.
Notes:
- Raising or lowering the temperature extremely may damage the NDS.
- This is not suitable for measuring body temperature.
- The temperature may be incorrect.
Credits
Created by SaTa. with NDS Dev Env 2.4.0.
External links
- Author's website - http://www.pat.hi-ho.ne.jp/sata68/nds.shtml (archived)
