search
Search the Community
Showing results for tags 'foil'.
Found 5 results
-
Finally real success! I got back out there this week with a fully waterproofed servo, an added lidar sensor and a major code overhaul based on Test Flight 1's test data. Observations were: 1) Pitch control is now much better. While I still think the control loops could be better tuned, I am now getting long runs with very good pitch stability and no more porposing as you get with the wand-based systems. In lighter air, I suspect that the lack of paddle / wand drag will allow me to fly more easily as well. 2) Servo waterproofing worked great. 20 knots of wind and lots of spray and crashes and the servo never blinked. This was a big victory and only involved some grease and spray urethane. 3) There is still some servo chatter / oscillation. It is minor and doesn't affect performance much but it is bothering and inefficient. I will comb through the data and see what code changes could be made to maintain the low latency reaction while smoothing the servo reaction. Two and a half hours of good foiling and 5.5MB of data taken. Great day out there and lots more data to pick through! In another few flights it might be time to think about the follow on to this prototype. Lighter, smaller, sleeker and more awesome!
-
Adjusting Altitude Setpoint and Other Params
DerekF posted a blog entry in Digital Flight Control System for Foiling Dinghies
Hey team, just shot a quick video on my solution to adjusting altitude and some of the other prototype variables. First flight is TODAY!-
- 1
-
-
- ufo
- foiling ufo
-
(and 7 more)
Tagged with:
-
Servo Actuating Flap with Torque to Spare!
DerekF posted a blog entry in Digital Flight Control System for Foiling Dinghies
Electronics module and servo now fully mounted on spirit and actuating the flap with torque to spare! First flight in mid June is on track! Last steps are some linkage adjustments and test tank time (in my hot tub)! -
Hi Everyone, Libertist Yachts currently designs 703 model, while 1003 and 1203 are under development. 703 is fully folding Fits into a standard single 40’ container Folded width for trailing will be 2,55m without unbolting beams Fits into a 9m x 3,10m monohull marina berth If you need more info drop us a line PS Yes, we bought an add!
- 45 replies
-
- 1
-
-
- foil
- foldingtri
-
(and 1 more)
Tagged with:
-
Integration, Data Crunching, and Mechanical Integration
DerekF posted a blog entry in Digital Flight Control System for Foiling Dinghies
Another update from the land of digital flight control systems! Integration I now have all sensors talking to the Grand Central board and the algorithms (PID loop, ultrasonic sensor filter and smoothing, etc.) performing as designed. The wireless remote is also working and allowing the user to adjust PID Parameters, Altitude Setpoint, and Smoothing coefficients. The LCD is putting out status messages and feedback when the user is changing parameters. I am also collecting all the data from accelerometers, gyros, ultrasonic sensor, battery cell voltages, etc. and storing it to an SD card (sample data and charts below). The data gathering ability will be a major feature in itself. We will really get to be data-driven about what sorts of tunings make the boat go fast. For example, comparing nose up vs. nose down pitch angle, fastest ride height for different points of sail, etc. A simple battery management system is also now working indicating battery State of Charge as well as cutting off power to the servo when the battery gets too low to avoid damage to the cells. Last, the integrated PCB and battery have been installed into the waterproof housing and a gland has been installed to allow for a waterproof cable passthrough. I am planning on doing some more testing of the integrated system in the “test tank” (aka my hot tub with the jets going). I may throw my 5-year-old in there and tell him to do some cannonballs. The goal is to ensure that the ultrasonic sensor is reading turbulent water well and that the default IIR smoothing filter settings are correct. In particular, the smoothing needs to be set to smooth water ripple and wake without paying too bit a price in lag. The smoothing coefficient is tunable using the wireless remote so the goal here is just to get the default setting close. Final tuning can be done out on the water. A lot of progress for 6 weeks. Data Analysis The other fun side-project is analyzing data from all of the sensors and graphing things. I am able to gather data every 10ms which gives very good granularity. Currently I am collecting the following data fields: 1) Raw ultrasonic range sensor altitude (cm) 2) Filtered ultrasonic range sensor altitude (cm) 3) Smoothed ultrasonic range sensor altitude (cm) 4) Vertical acceleration (m / s*s) 5) Heel Angle (degrees) 6) Roll Angle (degrees) 7) Commanded servo position (0-100%)* 8) Battery cell 1 voltage (Volts) 9) Battery cell 2 voltage (Volts) *Rotary servo position (0-180 degrees) is converted in software to linear servo position using the proper trigonometric functions. In the code, the servo is commanded between zero- and one-hundred percent representing percent of total linear throw. I have attached some screenshots from excel where you can see the value of visualizing the data and how different filtering techniques and filter combinations affect altitude readings. Great to see that the outlier rejection (orange line) and IIR smoothing (gray line) are doing what they are supposed to do! I am also curious as to how fast the battery drains during foiling and monitoring cell voltages should give me a good picture of battery life. Mounting Plate I have also purchased Clickbond studs which will be bonded to the sprit. The mounting plate will then be screwed on to the Clickbond studs. The mounting plate still needs to be designed but it should be pretty straight forward. It will hold the enclosure, and mount the waterproof servo and ultrasonic range sensor. I am currently experimenting with perforated aluminum as it is strong and easy to work. Linkage My last step is designing the linkage to mate the servo to the existing flap control rod. Thankfully, there is already a bell crank on the sprit. I will not use the existing bell crank because it is not shaped correctly for my purposes, but I will use its pivot pin. I have to do the calculations to determine the correct length of each side of the bell crank to ensure the mechanical advantage and throw are correct. Additionally, I need to measure the total actuation length of the flap. Time to get out the calipers. Until next time, stay flying.....