The Axon Mote is a 3.3V microcontroller, and digital I/O pins will transmit and expect 3.3V. Do not apply
5V to any I/O pin without a level shifter, as it could permanently damage it.
Most electronics today are designed for 3.3V only operation,
so this shouldn't be an issue. The Axon Mote UART, however, is 5V compatible.
The ADC is 1.8V (not 3.3V or 5V!!!). Atmel in their infinite wisdom decided no one needs more than 1.8V
for ADC, and designed the ATmega128RFA1 as such. In theory you can apply higher than 1.8V without
damaging your ADC pin, but the value the Mote reads still maxes out after the signal exceeds 1.8V.
On the Mote there is a jumper to let you operate the ATmega128RFA1 out of spec - at your own
risk of potentially damaging it. Flip your Mote over and solder the jumper as shown in the below image.
This lets your ADC go up to about 2.7V but sacrifices some accuracy. I do this all the time and haven't
had problems, but again, it's at your own risk.
warning: the wireless Rx will be disabled when using this jumper
note: If you need to input an ADC voltage higher than that, you must build a voltage divider using
two resistors as shown in the below image:
warning: Applying more than ~2V to the ADC will cause the Rx of the wireless transmitter to stop working.
Some SharpIR rangefinders will output higher than 2V, so a voltage divider must be added to the sensor output.
The single advantage to this low voltage ADC is that it gives you much higher accuracy when measuring
very small signals, such as from force sensors. You are less likely to need an amplifier, too.
Absolute minimum required power input voltage is 3.5V.
If at any time the voltage drops below this amount, even for a milli-second,
the Axon Mote could reset. The recommended battery voltage is 3.6V to 7.2V.
A 4.8V 1000mAh+ NiMH battery is recommended if you have servos with the default battery configuration.
Maximum voltage is 10V.
Voltages above 10V will cause the voltage regulator on the Mote to burn out.
Note that most servos will have reduced
lifetimes at voltages above ~6V and can quickly fail at voltages ~7.2V+.
There are two power buses. ADC pins 1 to 7 and I2C headers are regulated at 3.3V, while
all other pins are directly connected to your unregulated battery.
The Axon Mote has polarity protection features, meaning that it is designed to
protect itself if you accidentally plug your battery in reverse.
However, it will NOT protect any external component(s) connected to the unregulated battery bus.
The 3.3V power bus is NOT protected against polarity, over-voltage, or power surges.
This is how the pins are set up in terms of power.