-
mCPX
Bought a cheap mCPX off eBay that had a broken 3-in-1. Fixed the 3-in-1 and converted to brushless using C05XL and super-FET XP-3A (double FET’s). Main motor PWM signal (from resistor on back of board) is 1kHz. On the 9x using OrangeRX TX module throttle ranges from -72% (completely off) to +72% (solid full throttle […]
-
Skyartec TX module for the 9x
This is a TX module for the 9x that works with Skyartec receivers (eg. Wasp 100 Nano CP, etc). It uses an off-the-shelf generic CC2500 module (eBay/China) and has an integrated LNA that provides 100mW output. The RF module is controlled by an Arduino Pro Mini board which converts the PPM signal from the 9x […]
-
JSON encoder and decoder for Lua
My implementation of JSON using the LPeg library.
-
Porter stemming algorithm in Lua
This is an implementation of the Porter stemming algorithm in Lua. It uses the LPeg library.
-
MultiWiiCL
https://github.com/c—/MultiWiiCL This is a command line text based tool for configuring MultiWii. It also provides a full scripting environment for whatever fancy future use. I needed this because MultiWiiConf wouldn’t run at all on my old laptop and on my newer laptop it was really slow and too fat. I also wanted a way to […]