Let's go over the transmitter programming for the pressure sensor. I filmed the process and grabbed screenshots so I'll do my best to guide you through this.
First, you need to navigate to your telemetry page and find the sensor by selecting "Discover new sensors"
In my instance, the new sensor came up as "A3" and this is after I've already done subsequent steps so the value is misleading... more on that in a bit.
Selecting the sensor takes you into a screen with finer details. There is no "psi" unit so that is left with a unit-less figure. The first thing you will want to do is change your offset to essentially "zero out" your pressure sensor. Then you begin adjusting your ratio to correct the scaling of the value so that you are accurate in your value readout. This value is in the upper left corner. In this image, 11.94 is my value and I'll explain more on this in a bit.
So now we can apply pressure to the system and using the gauge from the pump, which is not calibrated, my target threshold of where I expect the air to not be able to lower the gear to down and locked. This is around 60psi. So, with the pressure gauge at around this point (~62 here) I start manipulating my ratio until the readout roughly matches. Here the radio reads 65.54 so pretty close.
I work with a lot of calibrated instruments in my industry and there are so many little aspects of measurements that it will really make your head spin. Pressure is one of those measurements that is even harder to do since there are a number of environmental factors that contribute to this measurement. Let's take a moment to cover this in a bit more detail so we understand some values and discrepancies.
First, there is the value of regular atmospheric pressure. There is a blanket statement that at all times you are experiencing 1atm (1 atmosphere) of pressure at all times. However, this is at sea level and should be ~14.69psi there. However, the altitude of where I live is about 300 feet above sea level and mathematically translates to 14.54psi. Further still is factoring weather. Low pressure systems will influence your pressure reading and generally we will be flying on high pressure kinds of days.
But all of this shouldn't matter right since the pressure gauge from the pump is experiencing those same effects? Well, note earlier when I noted that the pressure gauge was not calibrated. Everything that we do in this system is relative to some external factor or force. If we were to try and get THE most accurate readout, we would be chasing our tail. To that end, let's go over a few things from the above images.
The base line readout is not going to be 0psi because this pressure sensor reads ABSOLUTE pressure, which includes the current atmospheric experience. That is why the baseline is around 12psi... obviously from the above discussion this was on a stormy day when a low pressure system was passing though. Probably not 2.5psi lower than normal but again... nothing here is calibrated and everything is relative. Also not the !3psi difference between my readout on the radio and the readout on the pump gauge. When I initially setup the sensor THEY DID MATCH within 1psi. Weather changes everything.
All of that combines to force you into a perspective where making things exact is next to impossible and we are just going with relativistic approaches.
The last part here is the failsafe for the landing gear. Navigate to the logic switch page and we will select A<X where A = A3 (telemetry value of the pressure) and X = 60psi (our target for our low pressure failsafe) and the action we want to take is switch SG as down (landing gear switch in the down position). Even though the physical switch will be in the up position, this will override that physical switch. From here we can integrate both the main gear, tail gear, and the inner main gear doors to sequence during this failsafe operation. This can be done any number of ways in OpenTX so I'll not cover all of that.
I hope this helps clarify several points for you guys.