Alienwaren / NetrunnerCommunicator

An app for getting data from my personal Netrunner Project
1 stars 0 forks source link

Solar battery charger for Netrunner #3

Open Alienwaren opened 10 years ago

Alienwaren commented 10 years ago

Create solar charger for Netrunner. Probably on Atmega8A and 3 li-io batteries. Schematics tommorow. Datasheet: http://www.atmel.com/images/atmel-2486-8-bit-avr-microcontroller-atmega8_l_datasheet.pdf It will use of ADC pin for getting voltage.

Alienwaren commented 10 years ago

So, for now I have calculated Atmega 8 power drain at 5Mhz:

1MHz @ 3V - 1.1mA

1Mhz @ 3.6V - x

x = 1.1 * 3.6 / 3 = 1,32mA

----------------------------------

5Mhz @ 3.6V = 1Mhz @ 3.6V * 5 = 1,32 * 5 = 6,6mA