Tuesday, December 13, 2016
Finally after about two years of development the AMP (Advanced Mobility Protocolls) testbed developed for the European Space Agency (ESA) was delivered to its European Space Research and Technology Center (ESTEC) in Noordwijk, Netherlands.
AMP consists of a virtualization host, cisco switches, a JAR Network Emulator and some physical hosts and allows the simulation of various IPv6 mobility protocolls in a satellite context like PMIP, NEMO and MPTCP. It is completely self contained, remote controllable and can simulate even complex network layouts.
It was a pleasure to work on this project!
Tuesday, October 4, 2016
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…]
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…]
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…]
Sunday, April 12, 2015
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…]