Fez ultimate kit - Display, SD, 1wire and Connect Shield at the same time

Hello!

I am working on a project - temperature monitor (logger) - with FEZ Panda II.
I am using 1wire sensors and SD to store measurements.
Now, I would like to add:

  • display to show “real-time” chart of current temperatures
  • Connect Shield to access data easier (Web Server,…)

My question is:
Can I use:

  • Display (FEZ Touch)
  • Connect shield (W5100)
  • SD card
  • 1wire
    at the same time?

I read that display (“Fez touch”) has 2 connector which groups pins not used by display. Since 1wire can “run” on any pin, this is covered.
What bothers me is SD and Connect Shield.

Thanks

[quote]My question is:
Can I use:

  • Display (FEZ Touch)
  • Connect shield (W5100)
  • SD card
  • 1wire
    at the same time?[/quote]

Yes absolutely. Use any of the sockets on connect shield to add your 1wire sensor. The “internet of thigns” ebook has a lot of what you need.

You can even use something like this and access your data from anywhere

http://www.tinyclr.com/codeshare/entry/363

So, there are no pins which are used for Display, SD and W5100 at the same time?
I have SPI pins in mind.

This is great. I see, I am reinventig a wheel. But it is a good was to learn a few things.