Xbee support in minipov3

MiniPOV4 and previous versions

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
athlon2005
 
Posts: 4
Joined: Fri Mar 26, 2010 1:16 pm

Xbee support in minipov3

Post by athlon2005 »

Hi!

I wanted to make minipov3 wireless as I mentioned in one of my earlier posts. For that, I wanted to know if Attiny2313 supports Xbee unit. Also pls give suggestions on how to integrate wireless functionality in ATtiny2313.

Thanks

mtbf0
 
Posts: 1645
Joined: Sat Nov 10, 2007 12:59 am

Re: Xbee support in minipov3

Post by mtbf0 »

the 2313 has a uart. just look for some xbee code for any old avr, then make sure you've got the register names right for the 2313. keep in mind that you've only got 128 bytes of ram, 2k of flash.

and xbees run at 3.3 volts, (not sure what the minimum is), which you won't get from two aa's.

Locked
Please be positive and constructive with your questions and comments.

Return to “MiniPOV”