RE: [Tinyos-help] choosing mica2 operating RF frequency

2006-08-29 Thread David Moss
Title: Message Ok, added inthe ability to connect toafew more CC1000 interfaces in the new radio stack: * RadioSendCoordinator * RadioReceiveCoordinator * CsmaControl * CsmaBackoff * RadioTimeStamping Again, anyone can get this new stack in the TinyOS 1.x CVS under

RE: [Tinyos-help] choosing mica2 operating RF frequency

2006-08-28 Thread David Moss
Title: Message If you're using the default CC1000 stack, connect your app to the CC1000Control interface provided by CC1000ControlM and call CC1000Control.TuneManual(86800). The mote may have trouble working at that frequency, but I think I've gotten some of mine down to around 855

Re: [Tinyos-help] choosing mica2 operating RF frequency

2006-08-28 Thread Conor Todd
Holy moly, that's quite different than the CC1000 architecture for the Mica2 in TinyOS-1.1.15!I'm using the RadioReceiveCoordinator interface for the CC1000 in my app; can you give me any direction as to how I might switch from the standard CC1000 stack to the Rincon code? - ConorOn 8/28/06,

RE: [Tinyos-help] choosing mica2 operating RF frequency

2006-08-28 Thread David Moss
Title: Message Conor - Ya, that was one interface that I didn't explicitly implement in thisstack.The majority of the codecame from TinyOS 2.x, backported to 1.x with improvements. Since we need this stack to be compatible with existing 1.x apps, I'll add it in and shoot you an update,