Search the web
Sign In
New User? Sign Up
intel-mote2-community
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 46 - 75 of 3112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
46
Greetings, I was able to locate a laptop with an "on-board" ECP parallel port. I configured the imote2 development environment with window's xp and cygwin....
vectare101
Offline Send Email
Jan 2, 2007
4:44 pm
47
Hi Bill, Did you follow the installation instructions from this website? it seems that the parallel port driver for the Blackstone Cable / Intel JTAG Cable is...
lnachman
Offline Send Email
Jan 2, 2007
5:37 pm
48
Lama, That was the problem. I did not install the intel toolsuite correctly. After re-installing I am now able to program the imote2's. I borrowed a Dell...
William Pitchford
vectare101
Offline Send Email
Jan 2, 2007
11:42 pm
49
We are from North Carolina State Univ and we are trying to switch to Imote2 because of their robustness and advantages. After following the instructions...
panoskb
Offline Send Email
Jan 17, 2007
9:09 pm
50
Hi Panos, you are very close! Make sure that the parallel port in the BIOS of your PC (not just in Windows) is set to ECP and has the right base address as...
Ralph Kling
rmkling
Offline Send Email
Jan 17, 2007
11:28 pm
51
Thank you for your response Ralph. It is very helpful to know that there are some people that are willing to help you in your problems with the new motes. The...
panoskb
Offline Send Email
Jan 18, 2007
6:23 pm
52
With the help of Ralph, I figured out what the problem was. The -tt flag was set incorrectly to "JTAG CPU" instead of "INTEL(R) JTAG CABLE" when the xflash.exe...
panoskb
Offline Send Email
Jan 18, 2007
10:06 pm
53
Hi Panos, You don't need to fix it in the jtag.extra file, all you need to do is add the following line to your profile: export PXA27X_JTAG_DEV="\"INTEL(R)...
lnachman
Offline Send Email
Jan 18, 2007
10:55 pm
54
Hmmm, I had already done that and for a strange reason didn't solve the problem. I will look at it again tomorrow. Thanks for the help Lama anyway... I have...
panoskb
Offline Send Email
Jan 18, 2007
11:04 pm
55
hmm, this is strange. if you print out the variable what do you see (type printenv PXA27X_JTAG_DEV), you should see "INTEL(R) JTAG CABLE" The error message...
lnachman
Offline Send Email
Jan 18, 2007
11:09 pm
56
Instead I remember doing ... and got the "INTEL(R) JTAG CABLE". So, it must have been correctly set. I will double check it tomorrow when I go to the office...
panoskb
Offline Send Email
Jan 18, 2007
11:21 pm
57
Hello again, I am trying to collect some data from Imote2. For micas we were using the Serial Forwarder and printf to collect data from the serial port and was...
panoskb
Offline Send Email
Jan 19, 2007
12:14 am
58
I'm not sure I get the question fully, but if you are trying to simply printout stuff to the debug port from the application, you can use the trace statement ...
lnachman
Offline Send Email
Jan 19, 2007
1:30 am
59
Lama was right. I had set the PXA27X_JTAG_DEV variable but hadn't really exported it. That's why it didn't work in the first place. Thus, it isn't necessary to...
panoskb
Offline Send Email
Jan 19, 2007
5:10 pm
60
Makes sense, I'm glad the mystery is solved. Happy programming. Lama ... tomorrow ... doint ... you see ... CABLE" ... variable is ... be ... solve the ... to....
lnachman
Offline Send Email
Jan 19, 2007
6:13 pm
61
This is interesting, but actually my question was how do I send some date to the serial port? I do not want to probe them, I want to print out some data to the...
panoskb
Offline Send Email
Jan 22, 2007
2:22 am
62
Hi, I installed the Blink program for the first time and it works fine. Though, in TinyOS 1.1.15, it is giving some inexplicable warnings. These warnings don't...
panoskb
Offline Send Email
Jan 22, 2007
2:29 am
63
Panos, If you are sending debug data, you can just use the trace statement as mentioned below in the trace example. This can be used from anywhere in the...
lnachman
Offline Send Email
Jan 22, 2007
3:43 am
64
We haven't gotten a chance to clean up these warnings, hopefully we'll get it to it soon. I just checked it though and none of them cause a problem. Lama...
lnachman
Offline Send Email
Jan 22, 2007
3:51 am
65
Dear all, I am trying to send debug data to iMoteConsole. When I send 2000 sets of data, it works properly. However when I increase the set number to 2400, it...
yukang_guo
Offline Send Email
Jan 22, 2007
4:35 pm
66
Dear all, I am trying to send debug data to iMoteConsole. When I send 2000 sets of data, it works properly. However when I increase the set number to 2400, it...
yukang_guo
Offline Send Email
Jan 22, 2007
4:37 pm
67
what do you mean by 2000 sets of data, are you issuing 2000 trace statements? If so, how often are they being sent out? how big is each "set" FYI : direct USB...
lnachman
Offline Send Email
Jan 22, 2007
4:52 pm
68
Hi, Lama. Thank you very much for your reply. I start to collect sample data, which is get by a sensor board with 8kHz sampling rate, using trace statement as...
yukang_guo
Offline Send Email
Jan 22, 2007
5:31 pm
69
I was wondering if we are able to use Active Message in imote2. For example would call DataMsg.send(TOS_UART_ADDR, sizeof(struct Msg), &msg[i]); would work the...
panoskb
Offline Send Email
Jan 22, 2007
8:41 pm
70
Hi Yukang, Since the debug board has two sets of advanced connectors, why couldn't you use it in conjunction with a sensor board? Is there a mechanical issue...
Ralph Kling
rmkling
Offline Send Email
Jan 23, 2007
4:31 am
71
What sensor board are you using, is it our basic sensor board or did you make your own sensor board? can you send me your application code and I can take a...
lnachman
Offline Send Email
Jan 23, 2007
8:07 am
72
We are using microphone sensor board which was developed by Intel Research Seattle and University of Washington(Processor: Atmel MEGA128L). I am not sure...
yukang_guo
Offline Send Email
Jan 23, 2007
6:29 pm
73
From you not replying, I am guessing that Active Messages aren't supported for iMote2. For debugging, I would like to use commands like call...
panoskb
Offline Send Email
Jan 23, 2007
9:29 pm
74
I haven't gotten a chance to take a look at this. I've never tried using it before, but I can't imagine why it wouldn't work since we support the same...
lnachman
Offline Send Email
Jan 23, 2007
9:35 pm
75
Ok. Thank you, I will try to see if it works and I will post a message to the list about my findings. Also, I would like to know which interface can provide...
panoskb
Offline Send Email
Jan 24, 2007
5:24 pm
Messages 46 - 75 of 3112   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help