Keyboard firmwares for Atmel AVR and Cortex-M
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Bluetooth.txt 989B

123456789101112131415161718192021222324252627282930313233343536373839
  1. HHKB Bluetooth mod
  2. ==================
  3. See this article:
  4. http://geekhack.org/showwiki.php?title=Island:20851
  5. Power consume
  6. =============
  7. Switch board
  8. ------------
  9. 5V
  10. 18mA full scan/no power control
  11. 16.5mA full scan with power control of POWER_ON/POWER_OFF in matrix.c
  12. 3.5-6mA 60ms watchdog timer sleep iwrap/main.c
  13. - the longer sleep time the less power is consumed.
  14. - power control of swtich board must be needed.
  15. FET 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.
  16. Blueguiga WT12
  17. --------------
  18. 3.3V
  19. -42mA startup/searching/connecting
  20. 19-23mA connected
  21. 4mA -8mA not connected
  22. iWRAP sleep command may not work. to be looked into.
  23. Power Over all
  24. --------------
  25. 5V
  26. -65mA startup
  27. 17-24mA idle/not connected
  28. -42mA connecting
  29. 32-37mA idle/connecting(with sleep)
  30. 50-53mA typing/connecting(no sleep)
  31. 2013/06/07