June 2nd, 2008
Experimenting Wireless Communications With AVR ATtiny2313
The circuit contains 2x TRW-24G modules, 1x AT90S2313 microcontroller and 1x MAX202 TTL to RS232 voltage level converter. When you power-on this circuit, the AVR it will configure the IC1 as receiver and IC3 as transmitter. I’m not gonna give you any more technical specifications because they are well documented on the authors page. I say you give it a try when you need to setup a wifi connections between AVR’s.
Experimenting Wireless Comunications With AVR ATtiny2313: [Link]










March 4th, 2009 at 7:46 am
An AT90S2313 is not the same as an ATtiny2313. this project uses an AT90S2313.
March 4th, 2009 at 9:11 am
yes that’s right they are not the same. ATtiny2313 is the newer version of AT90S2313. But modifications can be easily made in the code to make it work with the newer version of the controller.