Thomas Buck
3d171e1bdc
Experimenting with FrSky code...
8 years ago
Thomas Buck
e811d661e0
Add Eagle lock files to gitignore.
8 years ago
Thomas Buck
97306bbe4f
Print message when CC2500 status changes.
8 years ago
Thomas Buck
a7ce42bd97
Added debugPrint and uartMenu
8 years ago
Thomas Buck
64cc230916
Added methods to print decimals in various sizes.
8 years ago
Thomas Buck
bc62ca1654
Fixed pin definition problems and unified SPI reading and writing.
8 years ago
Thomas Buck
0cd1a685bd
Small changes
8 years ago
Thomas Buck
c5f4c36534
Added ISP baudrate and fixed debug MCU type.
8 years ago
Thomas Buck
fc041c00ea
Simplified pin definitions
8 years ago
Thomas Buck
9460edd0b0
Print status registers on boot
8 years ago
Thomas Buck
3c26c57d91
Can now compile for Arduino with ATmega328 for debugging, added serial library for this purpose.
8 years ago
Thomas Buck
b43e853fd0
Inline small Fifo methods
8 years ago
Thomas Buck
cfd68ba5b9
First prototype more or less finished.
8 years ago
Thomas Buck
251695a17f
Added CPPM timer implementation.
8 years ago
Thomas Buck
8680d1aab7
Continued reordering the RX code.
8 years ago
Thomas Buck
371205be8a
Add Watchdog, use consistent types, enable interrupts.
8 years ago
Thomas Buck
7a9c64d483
Started rewriting rx library
8 years ago
Thomas Buck
fc90cdbcb6
Add main method
8 years ago
Thomas Buck
b6eeae675e
Added timing library
8 years ago
Thomas Buck
10cbeb7bce
Renamed spi_ methods to match other libs
8 years ago
Thomas Buck
85a8b0c7ab
Added Revision 1 Hardware files.
8 years ago
Thomas Buck
852748ed41
Split up SPI and CC2500 code.
8 years ago
Thomas Buck
c0cb737dc2
New folder structure, added Readme and Makefile.
8 years ago
readerror67
b73b8cd8c8
Merge pull request #3 from dustin/master
New failsafe code to stop sending pulses on failure.
9 years ago
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 years ago
Dustin Sallings
ecf2e14f30
Don't need to special case 2 when it does nothing different
9 years ago
readerror67
bc040e46d4
Merge pull request #2 from dustin/master
Use a fixed RSSI percentage range.
9 years ago
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 years ago
readerror67
5811f6a9f3
Merge pull request #1 from dustin/master
Auto binding when uninitialized and RSSI over PPM
9 years ago
Dustin Sallings
4e4ada9231
Support RSSI over PPM
9 years ago
Dustin Sallings
f54a6ff65a
Force bind if no binding data found
9 years ago
Read Error
1ce995548f
Confirmed/tested failsafe, changed ppm polarity to match FrSky default.
The onState is backwards.
9 years ago
Read Error
f4e627ff22
Still debug trash but commented out, deal wid it.
10 years ago
Read Error
91b90ad6d8
Working!
10 years ago
Read Error
167967c88b
Oops
10 years ago
Read Error
1464f737da
Bit more cleanup.
10 years ago
Read Error
042a471858
Ran AStyle to make a bit more readable.
10 years ago