Connecting arduino to 9DoF Razor IMO and MCT 1302

ello all, I am trying to connenct a gyro (9DoF Razor IMO) and a weight indicator (MCT 1302) to my arduino so I can read the serial monitor of both, but my questions is: how do I connect both of them to my arduino?

for example if I got a Arduino mega with multiple RX and TX inputs would that be alright?

see: 9DoF Razor IMU M0 Hookup Guide - SparkFun Learn

Arduino (eg,UNO) can use the softwareserial/altsoftserial to talk with the IMO

datasheet for MCT 1302 here indicates several different units.

  • analog out (0..5V) is suitable
  • serial comm may require convering to TTL levels.

If you need two serial interfaces in addition to the USB<->PC comm port ? select a mega