[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/rincon/tos/platform/mica2 CC1000ControlM.nc, 1.1, 1.2

dmm rincon at users.sourceforge.net
Mon May 1 09:50:44 PDT 2006


Update of /cvsroot/tinyos/tinyos-1.x/contrib/rincon/tos/platform/mica2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25107/contrib/rincon/tos/platform/mica2

Modified Files:
	CC1000ControlM.nc 
Log Message:
Doubled throughput in MODEM0 and added notes about it.

Index: CC1000ControlM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/rincon/tos/platform/mica2/CC1000ControlM.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** CC1000ControlM.nc	20 Apr 2006 23:01:38 -0000	1.1
--- CC1000ControlM.nc	1 May 2006 16:50:42 -0000	1.2
***************
*** 65,69 ****
   *   Jaein Jeong
   *   Phil Buonadonna
!  * Date last modified:  2/22/2006 dmm - performs a single calibration instead of dual.
   *
   * This module provides the CONTROL functionality for the Chipcon1000 series radio.
--- 65,71 ----
   *   Jaein Jeong
   *   Phil Buonadonna
!  * Date last modified:  2/22/2006 dmm - Performs a single calibration instead of dual.
!  *                                      Added notes about MODEM0 doubling the throughput.
!  *                                      Doubled the throughput in MODEM0 - not compatible with mica2dot's.
   *
   * This module provides the CONTROL functionality for the Chipcon1000 series radio.
***************
*** 345,349 ****
      // MODEM0
      gCurrentParameters[0x11] = ((5<<CC1K_BAUDRATE) | (1<<CC1K_DATA_FORMAT) | 
! 				(1<<CC1K_XOSC_FREQ));
      
      call HPLChipcon.write(CC1K_MODEM2,gCurrentParameters[0x0f]);
--- 347,355 ----
      // MODEM0
      gCurrentParameters[0x11] = ((5<<CC1K_BAUDRATE) | (1<<CC1K_DATA_FORMAT) | 
! 				(0<<CC1K_XOSC_FREQ));   
! 				
!     // MODEM0 NOTES
!     // 1<<CC1K_XOSC_FREQ = 38.4 kBaud (19.2kbps manchester), compatible with mica2dot
! 	// 0<<CC1K_XOSC_FREQ = 76.8 kBaud (38.4kbps manchester), only on mica2's.
      
      call HPLChipcon.write(CC1K_MODEM2,gCurrentParameters[0x0f]);



More information about the Tinyos-contrib-commits mailing list