Skip to main content

New Autopilot with logging capabilties: designed, built and tested!

Over the last few days I took the bold step of putting my entire autopilot concept on a single board. Leaving the convenient use of Arduino shields behind and heading towards developing a full blown flight controller comprising of:

- 3.3V additional regulator for sensor power supply.
- 6DOF IMU - accelerometer and gyroscope
- Magnetometer board
- Logging capabilities (with OpenLog board)
- 4 servo inputs (can be extended to 5 in the future)
- Female headers for quick sketch modification and upload
- LED light for testing purposes
- Provision for a barometric altimeter and GPS sensor
- Total board weight: 30g (as compared to the previous board or 90g)

I've tested the logging of IMU and servo inputs and the board is ready for it's first Test bench logging test. I would have taken this straight up in the air but having learned that everything is in moderation, I realised that 'baby' steps is your ONLY friend.



Complete Autopilot board bar Altimeter and GPS


Underside. Benefit of the a PCB board are obvious!


Comments

Popular posts from this blog

Setting up the Tarot T4-3D gimbal on the Pixhawk 2.4.8 with Specktrum dx6 Gen2 toggle switch

So i took the challenge of setting up the Tarot gimbal not just for inherent stable video footage but also the flexibility of controlling it from the radio control. However, I encountered quite a few challenges which made me aware that I'm not the one only in this battle . It's quite clear that the setup of the Tarot gimbal using its own software is completely different from how it's been described in the Ardupilot/Arducopter webpage and in mission Planner. In Mission Planner and it's associated site makes one believe that it should be done through software, only to realize that in actual fact the setup is more complex than that.  After two evenings of trying various combinations, I realized the getting the pixhawk Aux channels to communicate with the T4 gimbal requires the following steps: - The Pixhawk Pin9 (Aux1) needed to be activated to pass through user-chosen channel from the transmitter. For the Dx6 Gen2 it was the channel 6, which can assigned the ...

Matlab to C/C++ code development - Some learning points

Over the last few years, the engineers at the company have invested both their time and sleepless nights in formulating a process for the development of Machine learning algorithms that will satisfy real-time constraints with minimal RAM usage. This is quite a tall task as per default, that would force one to do their development directly in C language. Although that seems like the right choice, the downside is the direct correlation of the debugging time with algorithm complexity.  Such a time could have been rather used in optimizing the algorithm within the MATLAB environment which has excellent tools for the analysis, plotting and debugging. So it was decided to rather learn the Code generation process with the hope that future algorithm could be designed in a similar fashion without the hassle of the compiler-specific run-time issues. The development of this machine learning algorithm would eventually be implemented in a 32bit, 160Mhz speed, 260KB RAM microcontroll...

Internship Programme - Applications OPEN

We are very excited to bring to universities and higher education institutes across Africa (and in some part of Europe), our internship programme. In line with our vision to grow a spirit of hope for talented students who need guidance (and want to work on exciting projects with business value), the objectives of the internship are as follows: Improve the industry-readiness for the selected students. Currently only the following disciplines are supported: Engineering (mechanical, aerospace, electronics, mechatronics), Computer Science. Currently only 3rd-year and above students are eligible. Expose students to professional methods of research and development. Increase the probability of employment through gaining valuable work-experience. Guide students through real-world problem-solving, product engineering and commercialization. Combine flexible hours with working from home. This programme is incentivised through output-based remuneration and student referral. If you ...