-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Radio: Futaba 7PX #10
Comments
|
Hello Wienne, could you give me which Sensor you use in your 7PX? are the other Sensors working? Greetings |
just saw in the Futaba Documntation that the F1678 is not supported by the 7PX is that right? Give me some Days, i will send you some code. ....maybe i should add Sensors with the real Name to avoid misunderstandings |
Thank you very much for replying to this post. I use a current sensor. Only this sensor has a change in voltage. Others, such as temperature, also change, but the values are too exaggerated. A name like F1678 confuses me a bit, Until this morning, I tested the same code using Futaba 18sz and 7008SB. The current in the current sensor has a more intuitive proportional relationship with the test value. Due to a business trip today, I will not be able to return home until January 11, 2020. Your response gives me the motivation to perform these tests, thank you very much. |
dear Wienne, for further support, please send me your arduino sketch. or use the default sketch from github. next general thing: Please look at the comments in my example sketch. all other issues could be caused by wrong Sensor settings until 11, January i will send you the code (with instructions) for the Voltage-Only-Sensor (SBS/01V) if it's easier for you, you can write me an email: brushlesspower@protonmail.com |
here is the Code for you: .INO file: in loop add: in SBUS2.cpp add: // VOLTAGE1 //VOLTAGE2 in SBUS2.h add: |
Setting the slot where the sensor is located is key.
Temp-F1713 temperature sensor must be in slot 1 or 8 or 9.
The current sensor or F1678 sensor can only be used in slot 3.
The RPM sensor can only be used in slot 2.
The specified value is slightly different from the displayed value.
GPS-F1675 sensor, only in slot 8.
Voltage sensor only in slot 16.
In slot 10, the battery voltage value is incorrect, and the ratio of the external voltage value to the display is 1: 1
At 16 slots, the value of the battery voltage is the same as the value of the external voltage, and the ratio of the specified value to the displayed value is 10: 1, which is the same as the example in the code.
The above test was successful in 18SZ + R7008SB.
At 7PX + R304SB, except for GPS, it is the same as 18SZ.
There is no GPS-F1675 sensor in the 7PX, only the GPS sensor.
In any slot (8,16,24) is set to GPS, the value is empty.
I thought of another question, if there are more than two temperature sensors, how should I achieve it?
Using more than two arduino?
Is there a code for the altitude sensor currently?
|
Dear Wienne, its hard to understand you correctly. I think you dont know much about Futaba Telemetry? "Temp-F1713 temperature sensor must be in slot 1 or 8 or 9." "In slot 10, the battery voltage value is incorrect, and the ratio of the external voltage value to the display is 1: 1" "There is no GPS-F1675 sensor in the 7PX, only the GPS sensor. "I thought of another question, if there are more than two temperature sensors, how should I achieve it? Keep in Mind....just 1 Sensor per Slot! "Is there a code for the altitude sensor currently?" |
i think the Problems are solved with the new Readme |
Radio: Futaba 7PX
Version: 4.0S
Receiver: R304SB (T-FHSS)
Currently I only need voltage data.
The value displayed on the remote control is not the voltage value directly specified in the code.
This proportional relationship is puzzling.
The text was updated successfully, but these errors were encountered: