I have an SD card module that works only with an Arduino Nano, I've tried connecting it with the Teensy but for some reason, it won't work, but it works well with the Nano. Is there a way to send the data collected on the teensy with the sensors to the Arduino Nano which can store it in the SD card module?
I'm honestly just a beginner to coding, I'm making an altimeter for a project where I'm implementing a Kalman filter and a complementary filter for values from a barometer and an accelerometer. Upon testing them individually, the Teensy seems to be performing better which is why I was thinking of ways to send all the data to Nano which does the datalogging.