[Tinyos-help] Oscilloscope on MIB520 with iris motes
Rover Arnaud
arnaud.rover at stage.cnes.fr
Fri Jul 24 03:26:20 PDT 2009
Hi TinyOS Users,
I recently aquire a Crossbow stater kit composed of a MIB520 base
station and 2 iris nodes.
I have installed tinyOS 2.1.0 on a Ubuntu machine and I tried to setup
some programs on my sensors.
Here is my problem, now, when I lauch the Listen java application I have
no outputs .
I can program the base station, Blink application works fine. But I
think I can't program iris motes because when i execute:
make iris install.5063 mib520,/dev/ttyUSB0 # In blink apps folder
Blink apps is setup on the base station and not on the 5063 iris mote.
For the moment my goal is to make Oscilloscope application work on a
mote.
So I setup the Basestation application on the MIB 520 Base station and I
setup oscilloscope apps on the 5063 iris mote. To do that I executed the
following command :
make iris install.0 mib520,/dev/ttyUSB0 #In BaseStation folder
SENSORBOARD=MTS300 make iris install.5078 mib520,/dev/ttyUSB0 #
Oscilloscope Folder
Installs procedures seem to be corrrect, I see my computer uploading
files on the base station.
But when I launch Listen java application I still get no outputs. What
am I doing wrong? What should I do?
Thanking you for your help
Arnaud
Note: When I try to change in OscilloscopeAppC.nc DemoSensorC in TempC I
get:
OscilloscopeAppC.nc:23: component TempC not found
OscilloscopeAppC.nc:23: component `TempC' is not generic
More information about the Tinyos-help
mailing list