Go to content Go to menu

Walkera + Arduino = Walkino

Thursday, December 22, 2016

walkino-1.png During the last few blog posts about hacking Walkera quadcopter receivers I sought an easy way of programming them. Currently the easiest way of programming a microcontroller is by using the Arduino IDE. In this post I describe the integration of Walkera RC receiver board into the Arduino IDE.

This will also be the last post of this series as I have achieved (almost) all goals. Future ideas meight be to port the MultiWii firmware to Walkera boards or to use the boards for something completely different. In 2016 we had the idea to use a QR-Ladybird RX2634H board as a secure fitness tracker and made a submission to austrian support program NetIdee. See a short video about it on youtube (in german). Unfortunately it was rejected.

 
 
[Read more…]

Walkera USB port

Tuesday, October 4, 2016

walk_usb_2.png This post describes an easy and cheap way of adding a USB serial port to a Walkera RX2634H (QR Ladybird) or RX2635H (Hoten-X) RC quadcopter receiver board. This makes it very easy to update these controllers with new software (especially when using UP42)

The used USB to serial board uses a CP2102 from Silicon Labs. Such boards are cheap and easy available on platforms like ebay or amazon. The board is also very light (~2 gramms) so that it can be permanently installed on the receiver without impairing flight performance.

 
 
 

[Read more…]

Walkera RX2635H as generic development board?

Wednesday, December 30, 2015

Walkeras quadcopter brains RX2635H for the Hoten-X and RX2634H for the QR-Ladybird feature an Altera XMEGA32*A4U (which has quite some peripherals and memory) and sensors like gyros and even a wireless USB transmitter. You can get such a board either from an old crashed quadcopter or relatively cheap from the internet like ebay.

[Read more…]

Walkera UP02 software clone: UP42

Monday, June 22, 2015

UP42 - A Walkera UP02 Quadcopter firmware flasher clone

UP42 is a multi platform (Windows 32/64, Linux 32/64) command line utility with the following features:

  • Walkera firmware en-/decryption
  • Serial port DTR can be used to force receiver into boot loader mode
  • Configurable profiles in simple ‘.ini’ file style config file
  • fast

[Read more…]

RX2635H using the ITG-3205 mems gyro

Sunday, April 12, 2015

ITG3205_axis.png One of the important parts of a quadcopter controller is a gyro. The RX2635H uses an ITG-3205 from INVENSENSE. Accessing it is very simple as it uses the I2C interface (Two Wire Interface - TWI on the XMEGA) to read the X, Y and Z values of the gyro.
 
 
 
 
 
 
 
 
 
[Read more…]