Hi, this is my first post so I am sorry if there are any wrongdoings.
I am currenting trying to build a setup for work where I can read the water pressure of a valve via the Gravity Water Pressure Sensor (Gravity__Water_Pressure_Sensor_SKU__SEN0257-DFRobot) and read the temperature of a cooler via a PT100 in combination with a MAX31865 shield, simultaneously.
The good thing is that I managed to have both running on their own seperately.
However, I realized that they both run on a 5V VIN, and unfortunately my Arduino Uno only has one single 5V output. Now, I am not sure if I should/can tweak some setting in the code for the MAX31865 to have it run on the 3.3V output (which is currently not occupied), since the wiki states that this module has to be run on the same voltage as the voltage for the logic (and Arduino uses 5V logic, right?)
So, what are my possible options? I could only come up with scaling up the 3.3V to 5V, but if I am not mistaken that also requires another reference voltage of 5V, which I also dont have.
Have you read the data sheet for the MAX318 it states:"Supply Voltage Range (VCC to GND)...................-0.3V to +4.0V" The NAX31865 says: Voltage Range on VDD Relative to GND1............-0.3V to +4.0V". To answer your question nothing.
Many of the Arduino's such as the UNO and NANO have 3V3 available for low current external devices. As for the SPI interface you can use a level shifter. At this point I would highly recommend you get a copy of the Arduino Cookbook, then skim it cover to cover and read the sections important to your project. Also download the data sheet: https://www.analog.com/media/en/technical-documentation/data-sheets/max31865.pdf and read it, it tells you all about the part.