Skip to content

stevefoxuk/JD385_Documentation

 
 

Repository files navigation

Hack-O-Copter Documentation

The JXD185/385 is a cheap quadrocopter that retails for less than 30 EUR including remote control on many websites. You can find it by searching for "6 axis mini UFO". It is a low-cost clone of the popular Hubsan X4. The same hardware and firmware is also used by the JXD388 and the F180.

It was found that the flight controller is build around several standard components: An Invensense MPU6050 IMU, an Cortex-M0 controller and a nRF24l01 compatible tranceiver. This is a very similar hardware configuration to many "hobbyist" -grade quadrocoptors, which are several times more expensive. The microcontroller debug and serial ports are easily accessible on the pcb. If that isn't an invitation to hacking, what else is?

This repository holds the documentation of the reverse engineering work so far. This information is the result of a community effort in a BBS thread on mikrocontroller.net: Thread (german)

Status

Completed:

  • All relevant components have been identified and documented.
  • Circuit diagrams of the flight controller and the remote control have been reconstructed.
  • The chip erase sequence to unlock the write protected flight controller has been reverse engineered. It is now possible to flash new firmware with any SWD adapter.
  • The remote control protocol was identified (V202) and verified.
  • NEW: Open source firmware available here: https://github.com/hackocopter/bradwii-jd385 (Port of Bradwii)

Open:

  • The original firmware could not be read out due to write protection.
  • Reprogramming of the remote control.

Product photo

About

Reverse engineering of the JD385 Quadrocopter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 80.9%
  • C++ 19.1%