Jump to content
43oh

Lauszus

Members
  • Content Count

    8
  • Joined

  • Last visited

  • Days Won

    2

Lauszus last won the day on July 29 2015

Lauszus had the most liked content!

About Lauszus

  • Rank
    Noob Class
  1. @@bluehash you can star and follow the repository: https://github.com/Lauszus/LaunchPadFlightController, then you will get updates when I add the functionality. I am currently working on a project as a consultant, so I don't have that much time at the moment, but it is differently the next thing I will be working on I am using CleanFlight on several other quads as well, but yes I have not seen any other flight controllers out there based on the Tiva platform.
  2. I just created a new topic: http://forum.43oh.com/topic/8840-flight-controller-update, as I have written a new blog post about this project: http://blog.tkjelectronics.dk/2015/08/bachelors-thesis-launchpad-flight-controller
  3. Btw the old topic can be found here: http://forum.43oh.com/topic/8840-flight-controller-update.
  4. I have just published another blog post about the flight controller I have been working on recently and thought you guys might be interested: http://blog.tkjelectronics.dk/2015/08/bachelors-thesis-launchpad-flight-controller The source code is available on Github: https://github.com/Lauszus/LaunchPadFlightController. A PCB for a BoosterPack has been ordered and should arrive in a few weeks. In case anyone of you want to try it out yourself you can order the PCB yourself: https://www.oshpark.com/shared_projects/9DC5cp8eor simply wire it up on a prototyping board. The video below s
  5. It is sort of a standard. It's pretty much just as the standard PPM signal, but just with shorter pulse durations and synchronised with the main loop. The thing is that normally a period of 2.5 ms (400 Hz) is used if "ONESHOT125" is set to 0 in the driver: https://github.com/Lauszus/LaunchPadFlightController/blob/master/src/PPM.c, but I am using what is known at OneShot125 where the maximum pulse duration is between 125 and 250 us. The OneShot part of the name refer to the fact that the output to the motors are send out immediately once new motor output are available and is synchronis
  6. Okay cool. Just let me know if you need some advice
  7. It's totally custom, but of course I got some inspiration from other open source projects like MultiWii and Cleanflight
  8. Hi everyone, Just wanted to share my flight controller I wrote some time ago Here is a video of it: The code is available here: https://github.com/Lauszus/LaunchPadFlightController. You can read more about it at my blog: http://blog.tkjelectronics.dk/2015/01/launchpad-flight-controller/. Regards Kristian Sloth Lauszus
×
×
  • Create New...