Transferring Data from Arduino Uno to Electron

Hello,

I have been working on connecting multiple sensors (Adafruit DHT22, KSeries CO2, Sensirion SPS30) to a Particle Electron but I have been having difficulty getting the sensors to operate correctly and consistently. When I use an Arduino Uno to test, the sensors work perfectly. As such, I am wondering if there is an efficient method to send sensor data initially from an Arduino Uno to an Electron which I can then use for my desired application. Is it as simple as setting pins in the Arduino as outputs and pins on the Electron as inputs and connecting the two?

This conversation is happening here.