So, I've got an Arduino Ethernet board with the microSD card slot. I thought it'd be great to use that for logging data.
As a test I hooked it up with an RTC clock module using the DS1307.
The BMP085 runs at 3.3v and the RTC clock at 5v.
It's all working fine, getting data from both devices, logging data to the card.
So today, I'm looking at the tutorials and it specifically states NOT connect these two devices together or it could cause problems. If I was using the data logger shield, it did state that if I removed a few pullup resistors I would be ok.
So My question is, Is this ok? I was wanting to add some other I2C 3.3v sensors to the I2C bus. Or Would it be better to just move the clock module to some other pins? I thought I read there was a library somewhere that would allow me to use 2 other pins for another I2C bus at 5v.
I'm still just learning this stuff, so any help or guidance would be greatly appreciated!
Here's a fritzing diagram of how I have things hooked up.

