More actions
(Created page with "{{Infobox DS Homebrews}} {{Infobox DS Homebrews |title=NDS Thermometer |image= |description=Thermometer. |author=SaTa. |lastupdated=2005/08/3 |type=Other Apps |version=...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox DS Homebrews | {{Infobox DS Homebrews | ||
|title=NDS Thermometer | |title=NDS Thermometer | ||
Line 17: | Line 16: | ||
==User guide== | ==User guide== | ||
===How does it work=== | ===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. | 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. | Based on the standard template, since 4096 times the temperature (℃) is stored in IPC -> temperature, just divide it by 4096 to get the temperature. |
Revision as of 12:37, 31 August 2022
NDS Thermometer | |
---|---|
General | |
Author | SaTa. |
Type | Other Apps |
Version | 1.0 |
License | Mixed |
Last Updated | 2005/08/3 |
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 not be 100% correct.
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)