More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox DS Homebrews | {{Infobox DS Homebrews | ||
|title=NDS Thermometer | |title=NDS Thermometer | ||
|image= | |image=Ndsondo2.png | ||
|description=Thermometer. | |description=Thermometer. | ||
|author=SaTa. | |author=SaTa. | ||
Line 15: | Line 15: | ||
==User guide== | ==User guide== | ||
How does it work: | |||
It uses TSC2046 for the touchscreen. This TSC2046 has two temperature sensors (diodes). | * 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. | |||
Raising or lowering the temperature extremely may damage the NDS. | |||
This is not suitable for measuring body temperature. | |||
The temperature may | |||
==Credits== | ==Credits== |
Revision as of 12:38, 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 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)