Yes I agree.
My preference is ESP8266 microcontrollers. About £2 and since there is no physical connection, no chance of frying "your $35 (~ £100) micro computer".
I should have said "I don't understand why people use Arduinos for jobs like this".
The inputs to the pi should be 3.3v.
If you have an i2c device powered from 5v there is a good chance that it will pull SDA and SCL up to 5v and damage your pi.
To test disconnect the sensors SDA and SCL wires from the pi and measure the voltage coming from the sensor, if its more than 3.3v you should use a level converter.
The best option is to power all the sensors from 3.3v if possible.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.