Hello,

I want to use the radio of the mica2 mote with 915.9988 MHz. The radio is 
called CC1000. Could someone tell which pins of the atmega128 are used to 
control the radio?

are these all pins which are necessary to connect the CC1000 to the atmega128?

// A/D channels
enum {
  CHANNEL_RSSI       = ATM128_ADC_SNGL_ADC0,
  CHANNEL_THERMISTOR = ATM128_ADC_SNGL_ADC1,    // normally unpopulated
  CHANNEL_BATTERY    = ATM128_ADC_SNGL_ADC7,
};

HplCC1000P.CHP_OUT -> IO.PortA6;
HplCC1000P.PALE -> IO.PortD4;
HplCC1000P.PCLK -> IO.PortD6;
HplCC1000P.PDATA -> IO.PortD7;

HplCC1000SpiP.SpiSck -> IO.PortB1;
HplCC1000SpiP.SpiMiso -> IO.PortB3;
HplCC1000SpiP.SpiMosi -> IO.PortB2;
HplCC1000SpiP.OC1C -> IO.PortB7;

Regards,
Gerald
-- 
NEU: FreePhone - kostenlos mobil telefonieren!                  
Jetzt informieren: http://www.gmx.net/de/go/freephone
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to