Thomas Buck
0cd1a685bd
Small changes
преди 8 години
Thomas Buck
c5f4c36534
Added ISP baudrate and fixed debug MCU type.
преди 8 години
Thomas Buck
fc041c00ea
Simplified pin definitions
преди 8 години
Thomas Buck
9460edd0b0
Print status registers on boot
преди 8 години
Thomas Buck
3c26c57d91
Can now compile for Arduino with ATmega328 for debugging, added serial library for this purpose.
преди 8 години
Thomas Buck
b43e853fd0
Inline small Fifo methods
преди 8 години
Thomas Buck
cfd68ba5b9
First prototype more or less finished.
преди 8 години
Thomas Buck
251695a17f
Added CPPM timer implementation.
преди 8 години
Thomas Buck
8680d1aab7
Continued reordering the RX code.
преди 8 години
Thomas Buck
371205be8a
Add Watchdog, use consistent types, enable interrupts.
преди 8 години
Thomas Buck
7a9c64d483
Started rewriting rx library
преди 8 години
Thomas Buck
fc90cdbcb6
Add main method
преди 8 години
Thomas Buck
b6eeae675e
Added timing library
преди 8 години
Thomas Buck
10cbeb7bce
Renamed spi_ methods to match other libs
преди 8 години
Thomas Buck
85a8b0c7ab
Added Revision 1 Hardware files.
преди 8 години
Thomas Buck
852748ed41
Split up SPI and CC2500 code.
преди 8 години
Thomas Buck
c0cb737dc2
New folder structure, added Readme and Makefile.
преди 8 години
readerror67
b73b8cd8c8
Merge pull request #3 from dustin/master
New failsafe code to stop sending pulses on failure.
преди 9 години
Dustin Sallings
7715d6eb60
Stop sending pulses altogether on failsafe
This makes failsafe much easier to configure on the flight controller.
The previous behavior of setting all the channels to 1000 was a bit
confusing because the pulses my flight control was receiving were
already less than 1000, so going into failsafe actually raised all
channel levels until I adjusted subtrim on throttle to keep it around
1010.
With this code, it simply stops pulsing in such a way that matches what
the frsky d4r does (see below). This is a well-known and unambiguous
path.
D4R losing radio contact: http://i.imgur.com/8Xd27VQ.png
This code losing radio contact: http://i.imgur.com/lxGL4CT.png
преди 9 години
Dustin Sallings
ecf2e14f30
Don't need to special case 2 when it does nothing different
преди 9 години
readerror67
bc040e46d4
Merge pull request #2 from dustin/master
Use a fixed RSSI percentage range.
преди 9 години
Dustin Sallings
bca6174156
Use a fixed RSSI percentage range.
Based on a bit of sciencing around what I thought would be good range, I
came up with some values to constrain "0-100%" with for translation to
ppm values.
http://i.imgur.com/X42wxL1.png
преди 9 години
readerror67
5811f6a9f3
Merge pull request #1 from dustin/master
Auto binding when uninitialized and RSSI over PPM
преди 9 години
Dustin Sallings
4e4ada9231
Support RSSI over PPM
преди 9 години
Dustin Sallings
f54a6ff65a
Force bind if no binding data found
преди 9 години
Read Error
1ce995548f
Confirmed/tested failsafe, changed ppm polarity to match FrSky default.
The onState is backwards.
преди 10 години
Read Error
f4e627ff22
Still debug trash but commented out, deal wid it.
преди 10 години
Read Error
91b90ad6d8
Working!
преди 10 години
Read Error
167967c88b
Oops
преди 10 години
Read Error
1464f737da
Bit more cleanup.
преди 10 години
Read Error
042a471858
Ran AStyle to make a bit more readable.
преди 10 години