Tag: Tutorial

  • How to print PLA on glass?

    How to print PLA on glass?

    When I got my first 3D Printer (Malyan M150) and got into 3D printing I was surprised how consumer not-ready technology this is. Sticking, not sticking, overextrusion, underextrusion, Kepton, blue painters tape, clogged extruder… Over the time, at least, I was able to get the whole 3D Printing process somehow repeatable. I think one of…

  • How to tune PID I-term on a FPV drone

    How to tune PID I-term on a FPV drone

    With this entry I want to initiate short series of articles showing how to tune multirotor / quadcopter PID controller. Let’s call it a continuation of Blackbox series, but this time I will not relay only on Blackbox data. Yes, I will show few examples how given scenarios looks on Blackbox logs, but all steps…

  • Connecting ultrasonic rangefinder (Sonar) to INAV

    Keeping constant altitude with a drone is not a trivial task. Specially, if drone is supposed to keep give altitude very precisely few meters above the ground. One of the reasons for it is difficulty of reading precise altitude. Barometer can drift when atmospheric pressure changes and can produce a lot of noise. GPS is…

  • How to program ATtiny85 with Arduino IDE?

    How to program ATtiny85 with Arduino IDE?

    What is ATtiny ATtiny is a fimily of microcontrollers by Atmel, the same company that provides ATmega series used widely in “real” Arduino. Comparing to ATmega, ATtinys are much simpler, smaller (usually), with less features. But also cheaper, easier to connect, using less energy, and trust me, in many many cases you do not need…