Arduino Mega, Sensor Shield, EtherMega Compatibility

I am interested in using the following combination of Arduino and shields:

(1) Arduino Mega 2560 Microcontroller Rev3
Product Code: RB-Ard-33

(2) EtherMega Ethernet Arduino Compatible Microcontroller
Product Code: RB-Fee-02

(3) Arduino Mega Sensor Shield
Product Code: RB-Ite-87

The goal is to record the analog input from 10 sensors onto the SD card of the EtherMega, and hopefully also record this data remotely using the ethernet connection. Would the above combination of Arduino and shields be capable of this if they were stacked in the order of (1), (2), (3) from bottom to top?

Hi,

The EtherMega Ethernet Arduino Compatible Microcontroller (RB-Fee-02) has an on-board ATmega2560 MCU so you don’t need an additional Arduino Mega 2560 Microcontroller Rev3 (RB-Ard-33).
You can probably use the Sensor Shield (RB-Ite-87) stacked on the EtherMega to log data into the SD Card from 10 sensors using the SD Library from the Arduino IDE. You can also log the sensors data online and control devices using a web browser.