F450 Drone Flight Controller

Vote

Author: Duane M. Wertz
Date: 30 Jun 2020
28
3

I used the Olimex PIC32HMZ dev board to develop a flight controller for an F450 drone. This controller uses the FrSky XM+ receiver decodes the SBus and a Digilent PmodNAV board as the IMU. It has angle mode and Acro mode. There are three sensor fusion algorithms that were tested, complimentary filter, Madgwick’s gradient descent and an Extended Kalman Filter. Flies great! Just wanted to say thank you to Olimex for designing the perfect dev board for this application!

More...

Tags: PIC32   drone  

Pinguino Control

Vote

Author: Roberto Becerra
Date: 17 Sep 2013
31
2

Pinguino Control is an Android Application that controls an Olimex Pinguino PIC32 OTG board in real time, offering the possibility to act on every input and output available of this platform. The user can set Ports/Pins to input or outputs, plus setting their logic state. This App also offers control over the Analog Outputs (PWM) and monitoring of all Analog Inputs implemented on the board. Feedback is also provided, so the user can see what is happening in the board, regardless if it was caused by interaction with the App or directly on the hardware.

More...

Tags: PIC32   pinguino   Olimex   Android   OTG   App   Application   Control  

STB Zombifier

Vote

Author: Ivan
Date: 14 Mar 2013
20
8
STB Zombifier

SetTopBox zombification using PIC32-PINGUINO-OTG

More...

Tags: PIC32   pinguino   set   top   box  

DIOS Forth for PIC32 Duinomite-mini

Vote

Author: Lubos Pekny
Date: 04 Jan 2013
35
6

32-bit Forth for PIC32mx795, module Duinomite mini. New words can be compiled to RAM or Flash memory.

More...

Tags: Duinomite-mini   PIC32   Forth