Announcement

Collapse
No announcement yet.

The Complementary Filter

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • The Complementary Filter

    Now... this turns to be pretty effective and cool stuff for the particular case i have here.
    Last summer i designed custom remote control, aimed to control tractor winch and few additioanl actions at tractor itself.
    So i made first model and sold it to customer. It still works quite alright. I am getting pretty much positive feedbacks.
    Customer asked for only 100m range at most. I got 1000m and more range though!
    Anyway, i wanted to go step forward so i added a gyroscope in my second design.
    To monitor and control the tilting and slope at tractor during the pull of logs (5 tons maximum).
    At the "transmitter" unit (it is actually the TX and RX in half duplex mode) side:
    - 4 double buttons, 3 positions; "middle" (neutral, no operation), "up" (forward) and "down" (backward).
    - 8 "commands", all digital and encoded (no chance to interfere with series of similar devices in a range).
    - One 3.7V Lipo battery operated, automatic charging&protecting circuit included.
    - 100 pre-settable working channels, 433.4-473.0 MHz range
    - Piezo buzzer & LED alert (when receives "alert" signal from the "receiver")
    - LED indicators for "up" and "down" and power ON.
    At the "receiver" unit (it is actually the TX and RX in hald duplex mode) side:
    - 4 major outputs, 12V from tractor battery, reversible on button press, or "empty" (no voltage) "on/off" switches.
    - 8 relays, 250v/10A load.
    - operated directly from 12v tractor battery (or any other 9-15v DC source)
    - 3-axis gyroscope for monitoring the x,y and z axis and eventual tilting (in particular case i am monitoring the y axis) and
    take an action ("alert") if angle pass the preset values.
    - when "alert" occurs;
    a) it stops any action, retrieve the initial state of the relays (programmable to any sequence...
    example: returns the winch motor for several steps)
    b) flashes the "alert" led
    c) sends back the "alert" signal to the "transmitter" unit.
    ...
    So this works nice.
    But only if "receiver" enclosure is put on steady place.
    By random coincident i knocked it and it starts to behave like in "alert" conditions.
    Problem!
    Receiver will not be used on a steady place, it will be mounted on constantly vibrating and moving tractor.
    Big problem!
    What i need is immunity on small vibrations and knocks and to maintain steady tilt monitoring.
    In shorter; i need filtering.
    So i walked through lot of articles on this subject.
    At the end i have two choices: Kalman filter and much simpler Complementary Filter.
    At this stage i decided to check the second one; the Complementary Filter.
    So i made a test today. Results are more than obvious!
    I am getting pretty good immunity on gentle knocks and constant vibrations.
    Only if i knock it hard several times; it makes mistake and shots up the "alert".
    This is very visible and significant progress from the previous situation.
    Is it good enough?
    Will see.
    This thing need to be tested mounted on real tractor, while running.
    If this is not good enough; next to try would be the Kalman filter.

    Code:
    Without any filter:
           x= RAD_TO_DEG * (atan2(-yAng, -zAng)+PI);
           y= RAD_TO_DEG * (atan2(-xAng, -zAng)+PI);
           z= RAD_TO_DEG * (atan2(-yAng, -xAng)+PI);
     
    With filter:
           x= RAD_TO_DEG * (atan2(-yAng, -zAng)+PI);
           CFilterX = ((CFilterX * 0.98) + (x * 0.02));       
           y= RAD_TO_DEG * (atan2(-xAng, -zAng)+PI);
           CFilterY = ((CFilterY * 0.98) + (y * 0.02));        
           z= RAD_TO_DEG * (atan2(-yAng, -xAng)+PI);
           CFilterZ = ((CFilterZ * 0.98) + (z * 0.02));


    Click image for larger version

Name:	WP_20190209_17_42_45_Pro.jpg
Views:	1
Size:	497.2 KB
ID:	370981
    Click image for larger version

Name:	WP_20190209_17_42_54_Pro.jpg
Views:	1
Size:	466.7 KB
ID:	370982
    Click image for larger version

Name:	WP_20190209_17_43_10_Pro.jpg
Views:	1
Size:	537.2 KB
ID:	370983
    Click image for larger version

Name:	WP_20190209_17_43_25_Pro.jpg
Views:	1
Size:	472.3 KB
ID:	370984

  • #2
    Now, i will need help on this.
    I can't obtain the "click-clack" buttons.
    Double ones with 3 positions: "up", "down" and "middle" (neutral position).
    How can i properly name those?
    Don't know the proper term, tried on Google search almost everything that came to my mind.
    Currently i am using flat plastic ones as on posted photos from the previous post.
    But real deal would be if i can obtain the ones like on this photo:


    Click image for larger version

Name:	r12.jpg
Views:	1
Size:	30.9 KB
ID:	353324

    Comment


    • #3
      They are called "DPDT on-off-on switch". Google will point the way.

      Interesting project, nice looking 3d switch panel. Which RF modules are you using?

      Comment


      • #4
        Originally posted by Altra View Post
        They are called "DPDT on-off-on switch". Google will point the way.

        Interesting project, nice looking 3d switch panel. Which RF modules are you using?
        hc-12

        Comment


        • #5
          Here's a selection of On-Off-On toggle switches stocked by RS Components, for guidance:
          https://uk.rs-online.com/web/c/switc...ons=4294443593

          Comment


          • #6
            Originally posted by Skippy View Post
            Here's a selection of On-Off-On toggle switches stocked by RS Components, for guidance:
            https://uk.rs-online.com/web/c/switc...ons=4294443593
            Thanks.
            I can't distinguish whether those are returning back to neutral position, once you release the lever?
            If not; those are "switches".
            If yes; those are "buttons".
            I need "buttons" and not "switches".
            Same package, same shape, same look... but to return back to neutral position when released.
            Additionally; to have silicone waterproof coating.
            Or "skirt"...
            To be protected from moisture and dust. "Heavy duty".
            Although; i can later add silicone "skirt" and 3D print proper front panel cover to press and hold those "skirts" in a place.
            Point is to protect the "buttons" from moisture and dust, yet to leave levers easy approachable and available for fast and accurate operation.
            It is the "lumberjack" job, dirty and muddy. Demands robust and durable equipment.
            Only those left to be solved and i'll get pretty "pro" product.

            Comment


            • #7
              This might help you ivconic. It is from the Knitter Switch Catalog which I can't post, too big.

              You are looking for a switch with "mom" (momentary) on one or both sides instead of "on". For example mom-off-mom.

              Click image for larger version

Name:	switch_info.jpg
Views:	1
Size:	152.4 KB
ID:	353325

              Comment


              • #8
                Originally posted by Polymer View Post
                This might help you ivconic. It is from the Knitter Switch Catalog which I can't post, too big.

                You are looking for a switch with "mom" (momentary) on one or both sides instead of "on". For example mom-off-mom.

                [ATTACH]45361[/ATTACH]
                Thanks!
                I think this is it!

                Comment


                • #9
                  It seems that rocker switches would be more rugged, such as these:
                  https://uk.rs-online.com/web/c/switc...ons=4294443593

                  Comment


                  • #10
                    Originally posted by Skippy View Post
                    It seems that rocker switches would be more rugged, such as these:
                    https://uk.rs-online.com/web/c/switc...ons=4294443593
                    Yes, i am already using rocker switches. Occupying too much space and therefore enclosure is much larger than it should be.
                    But the ones with lever are much more practical.
                    I have found something:

                    https://www.ebay.com/itm/10-Pieces-M...-/252012557301

                    Comment

                    Working...
                    X