How to integrate 2 sensor modules 1 having I2c another one having UART to arduino and receive output from both the sensors at the same time in the serial monitor
Which Arduino are you using?
Which arduino are you using?
Preferably, get an Arduino which has (at least) two UARTs - then you just use:
- I2C for the I2C sensor;
- One UART for the UART sensor;
- Another UART for the serial monitor.
Failing that, you may be able to use Software Serial for the other sensor - provided it doesn't require high data rates:
As this is not a problem with the IDE, your topic has been moved to a more suitable location on the forum.
1 Like
Which Arduino are you using?
Which sensors are you using?
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.