aboutsummaryrefslogtreecommitdiff
path: root/keyboard/hhkb
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-06-19 22:07:16 +0900
committertmk <nobody@nowhere>2013-06-19 22:07:16 +0900
commitbebbe15562b45aeb911952b0765cd9c732d34306 (patch)
treeb842e4765c60bab6b8fdc1c21ba3303feb840e81 /keyboard/hhkb
parentc254a0d0389d2aa57dd4a7793c1afaa811986eb9 (diff)
downloadqmk_firmware-bebbe15562b45aeb911952b0765cd9c732d34306.tar.gz
qmk_firmware-bebbe15562b45aeb911952b0765cd9c732d34306.zip
Add power consumptions to doc
Diffstat (limited to 'keyboard/hhkb')
-rw-r--r--keyboard/hhkb/doc/Bluetooth.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/keyboard/hhkb/doc/Bluetooth.txt b/keyboard/hhkb/doc/Bluetooth.txt
index b27f19700..24243aff8 100644
--- a/keyboard/hhkb/doc/Bluetooth.txt
+++ b/keyboard/hhkb/doc/Bluetooth.txt
@@ -2,3 +2,38 @@ HHKB Bluetooth mod
2================== 2==================
3See this article: 3See this article:
4http://geekhack.org/showwiki.php?title=Island:20851 4http://geekhack.org/showwiki.php?title=Island:20851
5
6
7
8Power consume
9=============
10Switch board
11------------
125V
1318mA full scan/no power control
1416.5mA full scan with power control of POWER_ON/POWER_OFF in matrix.c
153.5-6mA 60ms watchdog timer sleep iwrap/main.c
16
17- the longer sleep time the less power is consumed.
18- power control of swtich board must be needed.
19FET switch may be better, though 18mA is with in port sink current limit. In current design switch board ground is connected to PB5 pin and power it on by making the pin low.
20
21Blueguiga WT12
22--------------
233.3V
24-42mA startup/searching/connecting
2519-23mA connected
264mA -8mA not connected
27
28iWRAP sleep command may not work. to be looked into.
29
30Power Over all
31--------------
325V
33-65mA startup
3417-24mA idle/not connected
35-42mA connecting
3632-37mA idle/connecting(with sleep)
3750-53mA typing/connecting(no sleep)
38
392013/06/07