[Tinyos-help] Debugging Java using Eclipse under Cygwin?

2011-09-24 Thread Zhen Song
Dear All Any one have suggestions on how to debug Java using Eclipse under Cygwin? I'm working on TinyOS development under Windows. I'm looking for something more efficient than JDB. It will be super if I can debug the Makefile generated .class files under Eclipse. Regards Zhen

Re: [Tinyos-help] Debugging Java using Eclipse under Cygwin?

2011-09-24 Thread Michael Schippling
Create an Eclipse project for your app and link it to the TOS source tree, and/or, create a project for the TOS source itself. Strangely enough there is no magic TOSmake foo for the host side Java code. Just get all the classpaths and MOTECOM variables set right and make sure you have the comm JNI

[Tinyos-help] CC2420 Radio Frequency

2011-09-24 Thread Xiaowei
Hi fellows, I'm doing some tests using tinyos 2.1.0 on telosb mote which uses CC2420 chip. We can set the radio frequency (on 16 channels) before a mote transmitting packets by adding in the Makefile: CFLAGS += -DCC2420_DEF_CHANNEL=11 So is there any way that we can get the transmitting radio