No description
Find a file
2017-05-03 07:41:40 -05:00
libopencm3@87d1585159 initial commit 2014-12-28 21:13:07 -06:00
src led blink battery voltage monitor 2014-12-30 07:27:38 -06:00
.gitignore initial commit 2014-12-28 21:13:07 -06:00
.gitmodules initial commit 2014-12-28 21:13:07 -06:00
README.md Add a note about development status 2017-05-03 07:41:40 -05:00

(baby steps towards) an open firmware for the BLH7601 quadcopter board

This project contains source code that runs on the BLH7601 quadcopter board that is a part of the Blade Nano QX quadcopter.

In its present form, this source code does not allow you to fly a quadcopter—it only communicates with the radio and gyro chips on the board and prints the decoded messages on a serial port. However, since I've now communicated with both of the "interesting" chips on the board, it is time to release some source code.

A slightly modified version of libopencm3 is presently required to work around some quirks.

Information on my progress can be found on my serial dabbler blog. As flashing this code into your BLH7601 essentially bricks it (you can no longer use it to fly your quadcopter), I do not provide any specific instructions on how to do so at this time.

Development status

The author (@jepler) is not actively using or developing this project. Issues and pull requests are not likely to be acted on. I would be interested in passing this project to a new maintainer.