Hi guys,
I thought I'd let you know what I'm working on.
Well, I have this tic to have a glider centre in thermals automatically.
So I fly with two autopilots on board, and I want the UDB to become the captain eventually, but it's currently in the co-pilot seat.
Here is a list of the functions I've built in the ATV autopilot:
Implemented functions: (I hope this makes sense, I'm trying to be brief)
- motorcontrol on/off, low to high, no level flight
- throttle
- flaps setting (for best motorclimb)
- airspeed (for best motorclimb)
- geofencing
- random traverse
- soft and strict geofences
- thermal centering
- timers, logic
- fixed bank turns (270 deg method)
- maintain heading for 3sec
- Flaps and butterfly mixing
- flaps participate in roll
- adverse jaw
- butterfly
- camber
- airspeed affecting according to bank, sink, flaps, geofencing, max altitude and motor.
- bank - allow slight increase
- respond to sink - pulsate extra speed
- flaps - follow natural airspeed at flapssetting
- geofencing - increase speed outside box
- max altitude - butterfly/speedup or speedup
- motor - best motorclimb icw flaps
- wind handling
- no thermalling upwind of, and close to, geofence
Of course, my autopilot has its downsides and lots of things need improving.
- no PID's
- crude wind estimation
- no real airspeed control
Also, I would like to share some of my work so others may use it. That is why I would like to move most functions to the UavDevBoard.
I will probably keep my small Microcontroller (a PIC18F26K22) attached to the UDB as a "Mission chip", to hold the custom e-glider/thermalling functions.
I would like to control the servos and Esc by Udb4 using Flexifunction. I plan to convert my code written in Jal to Logo and MpLab C. My chip uses a DS30 bootloader.
I use telemetry from the UDB4 in manual mode (next is stabilize mode), and control it via PPM. I would like to connect my RC receiver to the UDB4 (no longer to my Pic).
--
--
--
--
---
You received this message because you are subscribed to the Google Groups "uavdevboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to uavdevboard...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Pete,