2015-12-30 01:41:12 +01:00
|
|
|
/*********************************************************
|
|
|
|
Multiprotocol Tx code
|
|
|
|
by Midelic and Pascal Langer(hpnuts)
|
|
|
|
http://www.rcgroups.com/forums/showthread.php?t=2165676
|
|
|
|
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module/edit/master/README.md
|
|
|
|
|
2016-04-06 12:57:42 +02:00
|
|
|
Thanks to PhracturedBlue, Hexfet, Goebish, Victzh and all protocol developers
|
2015-12-30 01:41:12 +01:00
|
|
|
Ported from deviation firmware
|
|
|
|
|
|
|
|
This project is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
Multiprotocol is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with Multiprotocol. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
|
|
|
#include <avr/eeprom.h>
|
|
|
|
#include <avr/pgmspace.h>
|
2016-04-06 12:57:42 +02:00
|
|
|
//#define DEBUG_TX
|
2016-08-31 10:26:27 +02:00
|
|
|
#include "Multiprotocol.h"
|
2016-04-06 12:57:42 +02:00
|
|
|
|
2016-01-22 16:23:39 +01:00
|
|
|
//Multiprotocol module configuration file
|
|
|
|
#include "_Config.h"
|
2016-08-24 14:52:47 +02:00
|
|
|
#include "TX_Def.h"
|
2015-12-30 01:41:12 +01:00
|
|
|
|
|
|
|
//Global constants/variables
|
|
|
|
uint32_t MProtocol_id;//tx id,
|
|
|
|
uint32_t MProtocol_id_master;
|
|
|
|
uint32_t blink=0;
|
2016-08-15 11:52:43 +02:00
|
|
|
uint8_t prev_option;
|
|
|
|
uint8_t prev_power=0xFD; // unused power value
|
2015-12-30 01:41:12 +01:00
|
|
|
//
|
|
|
|
uint16_t counter;
|
2016-02-01 11:41:36 +01:00
|
|
|
uint8_t channel;
|
|
|
|
uint8_t packet[40];
|
2015-12-30 01:41:12 +01:00
|
|
|
|
|
|
|
#define NUM_CHN 16
|
|
|
|
// Servo data
|
|
|
|
uint16_t Servo_data[NUM_CHN];
|
Core and all protocols have been updated
Lot of changes in this new master
ChangeLog:
- Core: LED flashing when an invalid protocol has been selected
- Core: Channels 5 to 12 available as switches for all protocols: code
and size optimization
- Documentation (readme.md): fully updated, all protocols/sub
protocols/channels described, models example, many improvements
- All protocols have been updated in some way, here are some highlights:
* Bayang: added picture, video and inverted channels
* CG023->H8_3D: added light and calibration channels
* CX10: added sub protocols Q282, JC3015_1, JC3015_2, MK33041
* ESky: added new protocol - untested
* Hubsan: added compatibility with the new Hubsan Plus protocol
* KN: fully rewritten protocol: added sub protocols WLTOYS and FEILUN,
11 channels support
New version successfully tested on all my models: Flysky RX/F939/V911
protocol Flysky, Frsky RX protocol Frsky, Hubsan X4 protocol Hubsan,
Hisky HCP100/HCP80 protocol Hisky, HK-3000/HK3100 RX protocol
Hisky/HK310, XINXUN X39 protocol YD717/XINXUN, Symax X5C-1 protocol
SymaX/SYMAX, Cheerson CX-10A protocol CX10/BLUE, Eachine 3D-X4 protocol
CG023.
To access new protocols from er9x/ersky9x, you need to build a version
from this github repository https://github.com/pascallanger/mbtx based
on the latest er9x r820 and ersky9x r218.
2016-01-20 10:50:56 +01:00
|
|
|
uint8_t Servo_AUX;
|
2016-08-24 14:52:47 +02:00
|
|
|
uint16_t servo_max_100,servo_min_100,servo_max_125,servo_min_125;
|
2015-12-30 01:41:12 +01:00
|
|
|
|
2016-02-05 17:27:51 +01:00
|
|
|
// Protocol variables
|
2016-08-25 14:48:48 +02:00
|
|
|
uint8_t cyrfmfg_id[6];//for dsm2 and devo
|
2016-02-01 11:41:36 +01:00
|
|
|
uint8_t rx_tx_addr[5];
|
|
|
|
uint8_t phase;
|
2015-12-30 01:41:12 +01:00
|
|
|
uint16_t bind_counter;
|
2016-02-01 11:41:36 +01:00
|
|
|
uint8_t bind_phase;
|
|
|
|
uint8_t binding_idx;
|
2015-12-30 01:41:12 +01:00
|
|
|
uint16_t packet_period;
|
2016-02-01 11:41:36 +01:00
|
|
|
uint8_t packet_count;
|
|
|
|
uint8_t packet_sent;
|
|
|
|
uint8_t packet_length;
|
|
|
|
uint8_t hopping_frequency[23];
|
|
|
|
uint8_t *hopping_frequency_ptr;
|
|
|
|
uint8_t hopping_frequency_no=0;
|
|
|
|
uint8_t rf_ch_num;
|
|
|
|
uint8_t throttle, rudder, elevator, aileron;
|
|
|
|
uint8_t flags;
|
2016-02-05 17:27:51 +01:00
|
|
|
uint16_t crc;
|
2016-01-26 13:46:22 +01:00
|
|
|
//
|
2016-08-01 21:57:18 +02:00
|
|
|
uint16_t state;
|
2016-02-01 11:41:36 +01:00
|
|
|
uint8_t len;
|
|
|
|
uint8_t RX_num;
|
2015-12-30 01:41:12 +01:00
|
|
|
|
2016-04-06 12:57:42 +02:00
|
|
|
#if defined(FRSKYX_CC2500_INO) || defined(SFHSS_CC2500_INO)
|
2016-08-26 16:18:50 +02:00
|
|
|
uint8_t calData[48];
|
2016-04-06 12:57:42 +02:00
|
|
|
#endif
|
|
|
|
|
2016-07-28 20:58:12 +02:00
|
|
|
//Channel mapping for protocols
|
|
|
|
const uint8_t CH_AETR[]={AILERON, ELEVATOR, THROTTLE, RUDDER, AUX1, AUX2, AUX3, AUX4, AUX5, AUX6, AUX7, AUX8};
|
2016-08-26 16:18:50 +02:00
|
|
|
const uint8_t CH_TAER[]={THROTTLE, AILERON, ELEVATOR, RUDDER, AUX1, AUX2, AUX3, AUX4, AUX5, AUX6, AUX7, AUX8};
|
|
|
|
const uint8_t CH_RETA[]={RUDDER, ELEVATOR, THROTTLE, AILERON, AUX1, AUX2, AUX3, AUX4, AUX5, AUX6, AUX7, AUX8};
|
2016-08-25 15:44:02 +02:00
|
|
|
const uint8_t CH_EATR[]={ELEVATOR, AILERON, THROTTLE, RUDDER, AUX1, AUX2, AUX3, AUX4, AUX5, AUX6, AUX7, AUX8};
|
2016-07-28 20:58:12 +02:00
|
|
|
|
2015-12-30 01:41:12 +01:00
|
|
|
// Mode_select variables
|
|
|
|
uint8_t mode_select;
|
Core and all protocols have been updated
Lot of changes in this new master
ChangeLog:
- Core: LED flashing when an invalid protocol has been selected
- Core: Channels 5 to 12 available as switches for all protocols: code
and size optimization
- Documentation (readme.md): fully updated, all protocols/sub
protocols/channels described, models example, many improvements
- All protocols have been updated in some way, here are some highlights:
* Bayang: added picture, video and inverted channels
* CG023->H8_3D: added light and calibration channels
* CX10: added sub protocols Q282, JC3015_1, JC3015_2, MK33041
* ESky: added new protocol - untested
* Hubsan: added compatibility with the new Hubsan Plus protocol
* KN: fully rewritten protocol: added sub protocols WLTOYS and FEILUN,
11 channels support
New version successfully tested on all my models: Flysky RX/F939/V911
protocol Flysky, Frsky RX protocol Frsky, Hubsan X4 protocol Hubsan,
Hisky HCP100/HCP80 protocol Hisky, HK-3000/HK3100 RX protocol
Hisky/HK310, XINXUN X39 protocol YD717/XINXUN, Symax X5C-1 protocol
SymaX/SYMAX, Cheerson CX-10A protocol CX10/BLUE, Eachine 3D-X4 protocol
CG023.
To access new protocols from er9x/ersky9x, you need to build a version
from this github repository https://github.com/pascallanger/mbtx based
on the latest er9x r820 and ersky9x r218.
2016-01-20 10:50:56 +01:00
|
|
|
uint8_t protocol_flags=0,protocol_flags2=0;
|
2015-12-30 01:41:12 +01:00
|
|
|
|
2016-02-15 21:15:09 +01:00
|
|
|
// PPM variable
|
|
|
|
volatile uint16_t PPM_data[NUM_CHN];
|
|
|
|
|
2015-12-30 01:41:12 +01:00
|
|
|
// Serial variables
|
2016-08-15 11:52:43 +02:00
|
|
|
#ifdef INVERT_TELEMETRY
|
|
|
|
// enable bit bash for serial
|
|
|
|
#define BASH_SERIAL 1
|
|
|
|
#define INVERT_SERIAL 1
|
|
|
|
#endif
|
|
|
|
#define BAUD 100000
|
2015-12-30 01:41:12 +01:00
|
|
|
#define RXBUFFER_SIZE 25
|
2016-08-15 11:52:43 +02:00
|
|
|
#define TXBUFFER_SIZE 32
|
2015-12-30 01:41:12 +01:00
|
|
|
volatile uint8_t rx_buff[RXBUFFER_SIZE];
|
|
|
|
volatile uint8_t rx_ok_buff[RXBUFFER_SIZE];
|
2016-08-15 11:52:43 +02:00
|
|
|
#ifndef BASH_SERIAL
|
2015-12-30 01:41:12 +01:00
|
|
|
volatile uint8_t tx_buff[TXBUFFER_SIZE];
|
2016-08-15 11:52:43 +02:00
|
|
|
#endif
|
2016-08-25 11:26:08 +02:00
|
|
|
volatile uint8_t discard_frame = 0;
|
2015-12-30 01:41:12 +01:00
|
|
|
|
|
|
|
//Serial protocol
|
|
|
|
uint8_t sub_protocol;
|
|
|
|
uint8_t option;
|
|
|
|
uint8_t cur_protocol[2];
|
|
|
|
uint8_t prev_protocol=0;
|
|
|
|
|
|
|
|
// Telemetry
|
2016-01-26 22:33:17 +01:00
|
|
|
#define MAX_PKT 27
|
|
|
|
uint8_t pkt[MAX_PKT];//telemetry receiving packets
|
2016-01-27 17:57:33 +01:00
|
|
|
#if defined(TELEMETRY)
|
2016-08-31 10:26:27 +02:00
|
|
|
uint8_t pass = 0;
|
2016-02-05 17:27:51 +01:00
|
|
|
uint8_t pktt[MAX_PKT];//telemetry receiving packets
|
2016-08-15 11:52:43 +02:00
|
|
|
#ifndef BASH_SERIAL
|
2016-04-06 12:57:42 +02:00
|
|
|
volatile uint8_t tx_head=0;
|
|
|
|
volatile uint8_t tx_tail=0;
|
2016-08-15 11:52:43 +02:00
|
|
|
#endif // BASH_SERIAL
|
2016-02-05 17:27:51 +01:00
|
|
|
uint8_t v_lipo;
|
|
|
|
int16_t RSSI_dBm;
|
|
|
|
//const uint8_t RSSI_offset=72;//69 71.72 values db
|
|
|
|
uint8_t telemetry_link=0;
|
|
|
|
uint8_t telemetry_counter=0;
|
2015-12-30 01:41:12 +01:00
|
|
|
#endif
|
|
|
|
|
|
|
|
// Callback
|
|
|
|
typedef uint16_t (*void_function_t) (void);//pointer to a function with no parameters which return an uint16_t integer
|
|
|
|
void_function_t remote_callback = 0;
|
Core and all protocols have been updated
Lot of changes in this new master
ChangeLog:
- Core: LED flashing when an invalid protocol has been selected
- Core: Channels 5 to 12 available as switches for all protocols: code
and size optimization
- Documentation (readme.md): fully updated, all protocols/sub
protocols/channels described, models example, many improvements
- All protocols have been updated in some way, here are some highlights:
* Bayang: added picture, video and inverted channels
* CG023->H8_3D: added light and calibration channels
* CX10: added sub protocols Q282, JC3015_1, JC3015_2, MK33041
* ESky: added new protocol - untested
* Hubsan: added compatibility with the new Hubsan Plus protocol
* KN: fully rewritten protocol: added sub protocols WLTOYS and FEILUN,
11 channels support
New version successfully tested on all my models: Flysky RX/F939/V911
protocol Flysky, Frsky RX protocol Frsky, Hubsan X4 protocol Hubsan,
Hisky HCP100/HCP80 protocol Hisky, HK-3000/HK3100 RX protocol
Hisky/HK310, XINXUN X39 protocol YD717/XINXUN, Symax X5C-1 protocol
SymaX/SYMAX, Cheerson CX-10A protocol CX10/BLUE, Eachine 3D-X4 protocol
CG023.
To access new protocols from er9x/ersky9x, you need to build a version
from this github repository https://github.com/pascallanger/mbtx based
on the latest er9x r820 and ersky9x r218.
2016-01-20 10:50:56 +01:00
|
|
|
static void CheckTimer(uint16_t (*cb)(void));
|
2015-12-30 01:41:12 +01:00
|
|
|
|
|
|
|
// Init
|
|
|
|
void setup()
|
|
|
|
{
|
2016-04-06 12:57:42 +02:00
|
|
|
#ifdef XMEGA
|
|
|
|
PORTD.OUTSET = 0x17 ;
|
|
|
|
PORTD.DIRSET = 0xB2 ;
|
|
|
|
PORTD.DIRCLR = 0x4D ;
|
|
|
|
PORTD.PIN0CTRL = 0x18 ;
|
|
|
|
PORTD.PIN2CTRL = 0x18 ;
|
|
|
|
PORTE.DIRSET = 0x01 ;
|
|
|
|
PORTE.DIRCLR = 0x02 ;
|
|
|
|
PORTE.OUTSET = 0x01 ;
|
|
|
|
|
|
|
|
for ( uint8_t count = 0 ; count < 20 ; count += 1 )
|
|
|
|
asm("nop") ;
|
|
|
|
PORTE.OUTCLR = 0x01 ;
|
|
|
|
#else
|
2015-12-30 01:41:12 +01:00
|
|
|
// General pinout
|
|
|
|
DDRD = (1<<CS_pin)|(1<<SDI_pin)|(1<<SCLK_pin)|(1<<CS_pin)|(1<< CC25_CSN_pin);
|
|
|
|
DDRC = (1<<CTRL1)|(1<<CTRL2); //output
|
|
|
|
//DDRC |= (1<<5);//RST pin A5(C5) CYRF output
|
|
|
|
DDRB = _BV(0)|_BV(1);
|
|
|
|
PORTB = _BV(2)|_BV(3)|_BV(4)|_BV(5);//pullup 10,11,12 and bind button
|
|
|
|
PORTC = _BV(0);//A0 high pullup
|
2016-04-06 12:57:42 +02:00
|
|
|
#endif
|
2015-12-30 01:41:12 +01:00
|
|
|
|
|
|
|
// Set Chip selects
|
|
|
|
CS_on;
|
|
|
|
CC25_CSN_on;
|
|
|
|
NRF_CSN_on;
|
|
|
|
CYRF_CSN_on;
|
|
|
|
// Set SPI lines
|
|
|
|
SDI_on;
|
|
|
|
SCK_off;
|
|
|
|
|
2016-04-06 12:57:42 +02:00
|
|
|
//#ifdef XMEGA
|
|
|
|
// // SPI enable, master, prescale of 16
|
|
|
|
// SPID.CTRL = SPI_ENABLE_bm | SPI_MASTER_bm | SPI_PRESCALER0_bm ;
|
|
|
|
//#endif
|
|
|
|
|
2015-12-30 01:41:12 +01:00
|
|
|
// Timer1 config
|
2016-04-06 12:57:42 +02:00
|
|
|
#ifdef XMEGA
|
|
|
|
// TCC1 16-bit timer, clocked at 0.5uS
|
|
|
|
EVSYS.CH3MUX = 0x80 + 0x04 ; // Prescaler of 16
|
|
|
|
TCC1.CTRLB = 0; TCC1.CTRLC = 0; TCC1.CTRLD = 0; TCC1.CTRLE = 0;
|
|
|
|
TCC1.INTCTRLA = 0; TCC1.INTCTRLB = 0;
|
|
|
|
TCC1.PER = 0xFFFF ;
|
|
|
|
TCC1.CNT = 0 ;
|
|
|
|
TCC1.CTRLA = 0x0B ; // Event3 (prescale of 16)
|
|
|
|
#else
|
2015-12-30 01:41:12 +01:00
|
|
|
TCCR1A = 0;
|
|
|
|
TCCR1B = (1 << CS11); //prescaler8, set timer1 to increment every 0.5us(16Mhz) and start timer
|
2016-04-06 12:57:42 +02:00
|
|
|
#endif
|
2015-12-30 01:41:12 +01:00
|
|
|
|
|
|
|
// Set servos positions
|
|
|
|
for(uint8_t i=0;i<NUM_CHN;i++)
|
|
|
|
Servo_data[i]=1500;
|
2016-08-24 14:52:47 +02:00
|
|
|
Servo_data[THROTTLE]=servo_min_100;
|
|
|
|
#ifdef ENABLE_PPM
|
2015-12-30 01:41:12 +01:00
|
|
|
memcpy((void *)PPM_data,Servo_data, sizeof(Servo_data));
|
2016-08-24 14:52:47 +02:00
|
|
|
#endif
|
2015-12-30 01:41:12 +01:00
|
|
|
|
2016-03-03 16:26:17 +01:00
|
|
|
//Wait for every component to start
|
2016-08-22 18:17:14 +02:00
|
|
|
delayMilliseconds(100);
|
2016-03-03 16:26:17 +01:00
|
|
|
|
2015-12-30 01:41:12 +01:00
|
|
|
// Read status of bind button
|
2016-08-26 18:33:05 +02:00
|
|
|
if( IS_BIND_BUTTON_on )
|
2015-12-30 01:41:12 +01:00
|
|
|
BIND_BUTTON_FLAG_on; // If bind button pressed save the status for protocol id reset under hubsan
|
|
|
|
|
|
|
|
// Read status of mode select binary switch
|
|
|
|
// after this mode_select will be one of {0000, 0001, ..., 1111}
|
2016-04-06 12:57:42 +02:00
|
|
|
#ifdef XMEGA
|
2016-08-29 17:32:21 +02:00
|
|
|
mode_select = MODE_SERIAL ; // only serial mode
|
2016-04-06 12:57:42 +02:00
|
|
|
#else
|
2015-12-30 01:41:12 +01:00
|
|
|
mode_select=0x0F - ( ( (PINB>>2)&0x07 ) | ( (PINC<<3)&0x08) );//encoder dip switches 1,2,4,8=>B2,B3,B4,C0
|
2016-04-06 12:57:42 +02:00
|
|
|
#endif
|
2015-12-30 01:41:12 +01:00
|
|
|
|
|
|
|
// Update LED
|
Core and all protocols have been updated
Lot of changes in this new master
ChangeLog:
- Core: LED flashing when an invalid protocol has been selected
- Core: Channels 5 to 12 available as switches for all protocols: code
and size optimization
- Documentation (readme.md): fully updated, all protocols/sub
protocols/channels described, models example, many improvements
- All protocols have been updated in some way, here are some highlights:
* Bayang: added picture, video and inverted channels
* CG023->H8_3D: added light and calibration channels
* CX10: added sub protocols Q282, JC3015_1, JC3015_2, MK33041
* ESky: added new protocol - untested
* Hubsan: added compatibility with the new Hubsan Plus protocol
* KN: fully rewritten protocol: added sub protocols WLTOYS and FEILUN,
11 channels support
New version successfully tested on all my models: Flysky RX/F939/V911
protocol Flysky, Frsky RX protocol Frsky, Hubsan X4 protocol Hubsan,
Hisky HCP100/HCP80 protocol Hisky, HK-3000/HK3100 RX protocol
Hisky/HK310, XINXUN X39 protocol YD717/XINXUN, Symax X5C-1 protocol
SymaX/SYMAX, Cheerson CX-10A protocol CX10/BLUE, Eachine 3D-X4 protocol
CG023.
To access new protocols from er9x/ersky9x, you need to build a version
from this github repository https://github.com/pascallanger/mbtx based
on the latest er9x r820 and ersky9x r218.
2016-01-20 10:50:56 +01:00
|
|
|
LED_OFF;
|
2015-12-30 01:41:12 +01:00
|
|
|
LED_SET_OUTPUT;
|
|
|
|
|
|
|
|
// Read or create protocol id
|
2016-01-22 16:23:39 +01:00
|
|
|
MProtocol_id_master=random_id(10,false);
|
2016-01-23 09:03:00 +01:00
|
|
|
|
2016-01-25 17:22:47 +01:00
|
|
|
//Init RF modules
|
2016-08-31 10:26:27 +02:00
|
|
|
modules_reset();
|
|
|
|
|
2016-08-24 14:52:47 +02:00
|
|
|
#ifdef ENABLE_PPM
|
2015-12-30 01:41:12 +01:00
|
|
|
//Protocol and interrupts initialization
|
|
|
|
if(mode_select != MODE_SERIAL)
|
|
|
|
{ // PPM
|
2016-01-22 16:23:39 +01:00
|
|
|
mode_select--;
|
|
|
|
cur_protocol[0] = PPM_prot[mode_select].protocol;
|
|
|
|
sub_protocol = PPM_prot[mode_select].sub_proto;
|
2016-01-26 13:46:22 +01:00
|
|
|
RX_num = PPM_prot[mode_select].rx_num;
|
|
|
|
MProtocol_id = RX_num + MProtocol_id_master;
|
2016-01-22 16:23:39 +01:00
|
|
|
option = PPM_prot[mode_select].option;
|
|
|
|
if(PPM_prot[mode_select].power) POWER_FLAG_on;
|
|
|
|
if(PPM_prot[mode_select].autobind) AUTOBIND_FLAG_on;
|
|
|
|
mode_select++;
|
2016-08-24 14:52:47 +02:00
|
|
|
servo_max_100=PPM_MAX_100; servo_min_100=PPM_MIN_100;
|
|
|
|
servo_max_125=PPM_MAX_125; servo_min_125=PPM_MIN_125;
|
2016-01-22 16:23:39 +01:00
|
|
|
|
|
|
|
protocol_init();
|
2015-12-30 01:41:12 +01:00
|
|
|
|
2016-04-06 12:57:42 +02:00
|
|
|
#ifndef XMEGA
|
2015-12-30 01:41:12 +01:00
|
|
|
//Configure PPM interrupt
|
|
|
|
EICRA |=(1<<ISC11); // The rising edge of INT1 pin D3 generates an interrupt request
|
|
|
|
EIMSK |= (1<<INT1); // INT1 interrupt enable
|
2016-04-06 12:57:42 +02:00
|
|
|
#endif
|
|
|
|
|
2016-01-27 17:57:33 +01:00
|
|
|
#if defined(TELEMETRY)
|
|
|
|
PPM_Telemetry_serial_init(); // Configure serial for telemetry
|
|
|
|
#endif
|
2015-12-30 01:41:12 +01:00
|
|
|
}
|
|
|
|
else
|
2016-08-24 14:52:47 +02:00
|
|
|
#endif //ENABLE_PPM
|
2015-12-30 01:41:12 +01:00
|
|
|
{ // Serial
|
2016-08-24 14:52:47 +02:00
|
|
|
#ifdef ENABLE_SERIAL
|
2015-12-30 01:41:12 +01:00
|
|
|
cur_protocol[0]=0;
|
|
|
|
cur_protocol[1]=0;
|
|
|
|
prev_protocol=0;
|
2016-08-24 14:52:47 +02:00
|
|
|
servo_max_100=SERIAL_MAX_100; servo_min_100=SERIAL_MIN_100;
|
|
|
|
servo_max_125=SERIAL_MAX_125; servo_min_125=SERIAL_MIN_125;
|
2015-12-30 01:41:12 +01:00
|
|
|
Mprotocol_serial_init(); // Configure serial and enable RX interrupt
|
2016-08-24 14:52:47 +02:00
|
|
|
#endif //ENABLE_SERIAL
|
2015-12-30 01:41:12 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Main
|
2016-08-31 10:26:27 +02:00
|
|
|
// Protocol scheduler
|
2015-12-30 01:41:12 +01:00
|
|
|
void loop()
|
2016-08-31 10:26:27 +02:00
|
|
|
{
|
|
|
|
uint16_t next_callback,diff=0xFFFF;
|
|
|
|
|
|
|
|
while(1)
|
|
|
|
{
|
|
|
|
if(remote_callback==0 || diff>2*200)
|
|
|
|
{
|
|
|
|
do
|
|
|
|
{
|
|
|
|
Update_All();
|
|
|
|
}
|
|
|
|
while(remote_callback==0);
|
|
|
|
}
|
|
|
|
#ifdef XMEGA
|
|
|
|
if( (TCC1.INTFLAGS & TC1_CCAIF_bm) != 0)
|
|
|
|
{
|
|
|
|
cli(); // Disable global int due to RW of 16 bits registers
|
|
|
|
TCC1.CCA = TCC1.CNT ; // Callback should already have been called... Use "now" as new sync point.
|
|
|
|
sei(); // Enable global int
|
|
|
|
}
|
|
|
|
else
|
|
|
|
while((TCC1.INTFLAGS & TC1_CCAIF_bm) == 0); // wait before callback
|
|
|
|
#else
|
|
|
|
if( (TIFR1 & (1<<OCF1A)) != 0)
|
|
|
|
{
|
|
|
|
cli(); // Disable global int due to RW of 16 bits registers
|
|
|
|
OCR1A=TCNT1; // Callback should already have been called... Use "now" as new sync point.
|
|
|
|
sei(); // Enable global int
|
|
|
|
}
|
|
|
|
else
|
|
|
|
while((TIFR1 & (1<<OCF1A)) == 0); // Wait before callback
|
|
|
|
#endif
|
|
|
|
do
|
|
|
|
{
|
|
|
|
TX_ON;
|
|
|
|
TX_MAIN_PAUSE_on;
|
|
|
|
tx_pause();
|
|
|
|
next_callback=remote_callback();
|
|
|
|
TX_MAIN_PAUSE_off;
|
|
|
|
tx_resume();
|
|
|
|
TX_OFF;
|
|
|
|
while(next_callback>4000)
|
|
|
|
{ // start to wait here as much as we can...
|
|
|
|
next_callback-=2000; // We will wait below for 2ms
|
|
|
|
#ifdef XMEGA
|
|
|
|
cli(); // Disable global int due to RW of 16 bits registers
|
|
|
|
TCC1.CCA +=2000*2; // set compare A for callback
|
|
|
|
TCC1.INTFLAGS = TC1_CCAIF_bm ; // clear compare A=callback flag
|
|
|
|
sei(); // enable global int
|
|
|
|
Update_All();
|
|
|
|
if(IS_CHANGE_PROTOCOL_FLAG_on)
|
|
|
|
break; // Protocol has been changed
|
|
|
|
while((TCC1.INTFLAGS & TC1_CCAIF_bm) == 0); // wait 2ms...
|
|
|
|
#else
|
|
|
|
cli(); // Disable global int due to RW of 16 bits registers
|
|
|
|
OCR1A += 2000*2 ; // set compare A for callback
|
|
|
|
TIFR1=(1<<OCF1A); // clear compare A=callback flag
|
|
|
|
sei(); // enable global int
|
|
|
|
Update_All();
|
|
|
|
if(IS_CHANGE_PROTOCOL_FLAG_on)
|
|
|
|
break; // Protocol has been changed
|
|
|
|
while((TIFR1 & (1<<OCF1A)) == 0); // wait 2ms...
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
// at this point we have a maximum of 4ms in next_callback
|
|
|
|
next_callback *= 2 ;
|
|
|
|
#ifdef XMEGA
|
|
|
|
cli(); // Disable global int due to RW of 16 bits registers
|
|
|
|
TCC1.CCA +=next_callback; // set compare A for callback
|
|
|
|
TCC1.INTFLAGS = TC1_CCAIF_bm ; // clear compare A=callback flag
|
|
|
|
diff=TCC1.CCA-TCC1.CNT; // compare timer and comparator
|
|
|
|
sei(); // enable global int
|
|
|
|
#else
|
|
|
|
cli(); // Disable global int due to RW of 16 bits registers
|
|
|
|
OCR1A+= next_callback ; // set compare A for callback
|
|
|
|
TIFR1=(1<<OCF1A); // clear compare A=callback flag
|
|
|
|
diff=OCR1A-TCNT1; // compare timer and comparator
|
|
|
|
sei(); // enable global int
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
while(diff&0x8000); // Callback did not took more than requested time for next callback
|
|
|
|
// so we can launch Update_All before next callback
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
void Update_All()
|
2015-12-30 01:41:12 +01:00
|
|
|
{
|
2016-08-31 10:26:27 +02:00
|
|
|
TX_ON;
|
|
|
|
NOP();
|
|
|
|
TX_OFF;
|
|
|
|
|
2016-08-24 14:52:47 +02:00
|
|
|
#ifdef ENABLE_SERIAL
|
2015-12-30 01:41:12 +01:00
|
|
|
if(mode_select==MODE_SERIAL && IS_RX_FLAG_on) // Serial mode and something has been received
|
|
|
|
{
|
|
|
|
update_serial_data(); // Update protocol and data
|
Core and all protocols have been updated
Lot of changes in this new master
ChangeLog:
- Core: LED flashing when an invalid protocol has been selected
- Core: Channels 5 to 12 available as switches for all protocols: code
and size optimization
- Documentation (readme.md): fully updated, all protocols/sub
protocols/channels described, models example, many improvements
- All protocols have been updated in some way, here are some highlights:
* Bayang: added picture, video and inverted channels
* CG023->H8_3D: added light and calibration channels
* CX10: added sub protocols Q282, JC3015_1, JC3015_2, MK33041
* ESky: added new protocol - untested
* Hubsan: added compatibility with the new Hubsan Plus protocol
* KN: fully rewritten protocol: added sub protocols WLTOYS and FEILUN,
11 channels support
New version successfully tested on all my models: Flysky RX/F939/V911
protocol Flysky, Frsky RX protocol Frsky, Hubsan X4 protocol Hubsan,
Hisky HCP100/HCP80 protocol Hisky, HK-3000/HK3100 RX protocol
Hisky/HK310, XINXUN X39 protocol YD717/XINXUN, Symax X5C-1 protocol
SymaX/SYMAX, Cheerson CX-10A protocol CX10/BLUE, Eachine 3D-X4 protocol
CG023.
To access new protocols from er9x/ersky9x, you need to build a version
from this github repository https://github.com/pascallanger/mbtx based
on the latest er9x r820 and ersky9x r218.
2016-01-20 10:50:56 +01:00
|
|
|
update_aux_flags();
|
2015-12-30 01:41:12 +01:00
|
|
|
if(IS_CHANGE_PROTOCOL_FLAG_on)
|
|
|
|
{ // Protocol needs to be changed
|
|
|
|
LED_OFF; //led off during protocol init
|
2016-08-31 10:26:27 +02:00
|
|
|
modules_reset(); //reset all modules
|
2016-01-22 16:23:39 +01:00
|
|
|
protocol_init(); //init new protocol
|
2015-12-30 01:41:12 +01:00
|
|
|
}
|
|
|
|
}
|
2016-08-24 14:52:47 +02:00
|
|
|
#endif //ENABLE_SERIAL
|
|
|
|
#ifdef ENABLE_PPM
|
2015-12-30 01:41:12 +01:00
|
|
|
if(mode_select!=MODE_SERIAL && IS_PPM_FLAG_on) // PPM mode and a full frame has been received
|
|
|
|
{
|
|
|
|
for(uint8_t i=0;i<NUM_CHN;i++)
|
|
|
|
{ // update servo data without interrupts to prevent bad read in protocols
|
2016-08-15 11:52:43 +02:00
|
|
|
uint16_t temp_ppm ;
|
2015-12-30 01:41:12 +01:00
|
|
|
cli(); // disable global int
|
2016-08-15 11:52:43 +02:00
|
|
|
temp_ppm = PPM_data[i] ;
|
2015-12-30 01:41:12 +01:00
|
|
|
sei(); // enable global int
|
2016-08-24 14:52:47 +02:00
|
|
|
if(temp_ppm<PPM_MIN_125) temp_ppm=PPM_MIN_125;
|
|
|
|
else if(temp_ppm>PPM_MAX_125) temp_ppm=PPM_MAX_125;
|
2016-08-15 11:52:43 +02:00
|
|
|
Servo_data[i]= temp_ppm ;
|
2015-12-30 01:41:12 +01:00
|
|
|
}
|
2016-01-26 22:33:17 +01:00
|
|
|
update_aux_flags();
|
2015-12-30 01:41:12 +01:00
|
|
|
PPM_FLAG_off; // wait for next frame before update
|
|
|
|
}
|
2016-08-24 14:52:47 +02:00
|
|
|
#endif //ENABLE_PPM
|
2015-12-30 01:41:12 +01:00
|
|
|
update_led_status();
|
|
|
|
#if defined(TELEMETRY)
|
2016-08-31 10:26:27 +02:00
|
|
|
uint8_t protocol=cur_protocol[0]&0x1F;
|
|
|
|
if( (protocol==MODE_FRSKY) || (protocol==MODE_HUBSAN) || (protocol==MODE_FRSKYX) || (protocol==MODE_DSM2) )
|
|
|
|
TelemetryUpdate();
|
|
|
|
#endif
|
|
|
|
TX_ON;
|
|
|
|
NOP();
|
|
|
|
TX_OFF;
|
2015-12-30 01:41:12 +01:00
|
|
|
}
|
|
|
|
|
Core and all protocols have been updated
Lot of changes in this new master
ChangeLog:
- Core: LED flashing when an invalid protocol has been selected
- Core: Channels 5 to 12 available as switches for all protocols: code
and size optimization
- Documentation (readme.md): fully updated, all protocols/sub
protocols/channels described, models example, many improvements
- All protocols have been updated in some way, here are some highlights:
* Bayang: added picture, video and inverted channels
* CG023->H8_3D: added light and calibration channels
* CX10: added sub protocols Q282, JC3015_1, JC3015_2, MK33041
* ESky: added new protocol - untested
* Hubsan: added compatibility with the new Hubsan Plus protocol
* KN: fully rewritten protocol: added sub protocols WLTOYS and FEILUN,
11 channels support
New version successfully tested on all my models: Flysky RX/F939/V911
protocol Flysky, Frsky RX protocol Frsky, Hubsan X4 protocol Hubsan,
Hisky HCP100/HCP80 protocol Hisky, HK-3000/HK3100 RX protocol
Hisky/HK310, XINXUN X39 protocol YD717/XINXUN, Symax X5C-1 protocol
SymaX/SYMAX, Cheerson CX-10A protocol CX10/BLUE, Eachine 3D-X4 protocol
CG023.
To access new protocols from er9x/ersky9x, you need to build a version
from this github repository https://github.com/pascallanger/mbtx based
on the latest er9x r820 and ersky9x r218.
2016-01-20 10:50:56 +01:00
|
|
|
// Update Servo_AUX flags based on servo AUX positions
|
|
|
|
static void update_aux_flags(void)
|
|
|
|
{
|
|
|
|
Servo_AUX=0;
|
|
|
|
for(uint8_t i=0;i<8;i++)
|
|
|
|
if(Servo_data[AUX1+i]>PPM_SWITCH)
|
|
|
|
Servo_AUX|=1<<i;
|
|
|
|
}
|
|
|
|
|
2015-12-30 01:41:12 +01:00
|
|
|
// Update led status based on binding and serial
|
Core and all protocols have been updated
Lot of changes in this new master
ChangeLog:
- Core: LED flashing when an invalid protocol has been selected
- Core: Channels 5 to 12 available as switches for all protocols: code
and size optimization
- Documentation (readme.md): fully updated, all protocols/sub
protocols/channels described, models example, many improvements
- All protocols have been updated in some way, here are some highlights:
* Bayang: added picture, video and inverted channels
* CG023->H8_3D: added light and calibration channels
* CX10: added sub protocols Q282, JC3015_1, JC3015_2, MK33041
* ESky: added new protocol - untested
* Hubsan: added compatibility with the new Hubsan Plus protocol
* KN: fully rewritten protocol: added sub protocols WLTOYS and FEILUN,
11 channels support
New version successfully tested on all my models: Flysky RX/F939/V911
protocol Flysky, Frsky RX protocol Frsky, Hubsan X4 protocol Hubsan,
Hisky HCP100/HCP80 protocol Hisky, HK-3000/HK3100 RX protocol
Hisky/HK310, XINXUN X39 protocol YD717/XINXUN, Symax X5C-1 protocol
SymaX/SYMAX, Cheerson CX-10A protocol CX10/BLUE, Eachine 3D-X4 protocol
CG023.
To access new protocols from er9x/ersky9x, you need to build a version
from this github repository https://github.com/pascallanger/mbtx based
on the latest er9x r820 and ersky9x r218.
2016-01-20 10:50:56 +01:00
|
|
|
static void update_led_status(void)
|
2015-12-30 01:41:12 +01:00
|
|
|
{
|
Core and all protocols have been updated
Lot of changes in this new master
ChangeLog:
- Core: LED flashing when an invalid protocol has been selected
- Core: Channels 5 to 12 available as switches for all protocols: code
and size optimization
- Documentation (readme.md): fully updated, all protocols/sub
protocols/channels described, models example, many improvements
- All protocols have been updated in some way, here are some highlights:
* Bayang: added picture, video and inverted channels
* CG023->H8_3D: added light and calibration channels
* CX10: added sub protocols Q282, JC3015_1, JC3015_2, MK33041
* ESky: added new protocol - untested
* Hubsan: added compatibility with the new Hubsan Plus protocol
* KN: fully rewritten protocol: added sub protocols WLTOYS and FEILUN,
11 channels support
New version successfully tested on all my models: Flysky RX/F939/V911
protocol Flysky, Frsky RX protocol Frsky, Hubsan X4 protocol Hubsan,
Hisky HCP100/HCP80 protocol Hisky, HK-3000/HK3100 RX protocol
Hisky/HK310, XINXUN X39 protocol YD717/XINXUN, Symax X5C-1 protocol
SymaX/SYMAX, Cheerson CX-10A protocol CX10/BLUE, Eachine 3D-X4 protocol
CG023.
To access new protocols from er9x/ersky9x, you need to build a version
from this github repository https://github.com/pascallanger/mbtx based
on the latest er9x r820 and ersky9x r218.
2016-01-20 10:50:56 +01:00
|
|
|
if(blink<millis())
|
|
|
|
{
|
2016-08-29 17:32:21 +02:00
|
|
|
if(cur_protocol[0]==0) //No valid serial received at least once
|
2015-12-30 01:41:12 +01:00
|
|
|
blink+=BLINK_SERIAL_TIME; //blink slowly while waiting a valid serial input
|
|
|
|
else
|
Core and all protocols have been updated
Lot of changes in this new master
ChangeLog:
- Core: LED flashing when an invalid protocol has been selected
- Core: Channels 5 to 12 available as switches for all protocols: code
and size optimization
- Documentation (readme.md): fully updated, all protocols/sub
protocols/channels described, models example, many improvements
- All protocols have been updated in some way, here are some highlights:
* Bayang: added picture, video and inverted channels
* CG023->H8_3D: added light and calibration channels
* CX10: added sub protocols Q282, JC3015_1, JC3015_2, MK33041
* ESky: added new protocol - untested
* Hubsan: added compatibility with the new Hubsan Plus protocol
* KN: fully rewritten protocol: added sub protocols WLTOYS and FEILUN,
11 channels support
New version successfully tested on all my models: Flysky RX/F939/V911
protocol Flysky, Frsky RX protocol Frsky, Hubsan X4 protocol Hubsan,
Hisky HCP100/HCP80 protocol Hisky, HK-3000/HK3100 RX protocol
Hisky/HK310, XINXUN X39 protocol YD717/XINXUN, Symax X5C-1 protocol
SymaX/SYMAX, Cheerson CX-10A protocol CX10/BLUE, Eachine 3D-X4 protocol
CG023.
To access new protocols from er9x/ersky9x, you need to build a version
from this github repository https://github.com/pascallanger/mbtx based
on the latest er9x r820 and ersky9x r218.
2016-01-20 10:50:56 +01:00
|
|
|
if(remote_callback == 0)
|
|
|
|
{ // Invalid protocol
|
|
|
|
if(IS_LED_on) //flash to indicate invalid protocol
|
|
|
|
blink+=BLINK_BAD_PROTO_TIME_LOW;
|
|
|
|
else
|
|
|
|
blink+=BLINK_BAD_PROTO_TIME_HIGH;
|
|
|
|
}
|
2015-12-30 01:41:12 +01:00
|
|
|
else
|
Core and all protocols have been updated
Lot of changes in this new master
ChangeLog:
- Core: LED flashing when an invalid protocol has been selected
- Core: Channels 5 to 12 available as switches for all protocols: code
and size optimization
- Documentation (readme.md): fully updated, all protocols/sub
protocols/channels described, models example, many improvements
- All protocols have been updated in some way, here are some highlights:
* Bayang: added picture, video and inverted channels
* CG023->H8_3D: added light and calibration channels
* CX10: added sub protocols Q282, JC3015_1, JC3015_2, MK33041
* ESky: added new protocol - untested
* Hubsan: added compatibility with the new Hubsan Plus protocol
* KN: fully rewritten protocol: added sub protocols WLTOYS and FEILUN,
11 channels support
New version successfully tested on all my models: Flysky RX/F939/V911
protocol Flysky, Frsky RX protocol Frsky, Hubsan X4 protocol Hubsan,
Hisky HCP100/HCP80 protocol Hisky, HK-3000/HK3100 RX protocol
Hisky/HK310, XINXUN X39 protocol YD717/XINXUN, Symax X5C-1 protocol
SymaX/SYMAX, Cheerson CX-10A protocol CX10/BLUE, Eachine 3D-X4 protocol
CG023.
To access new protocols from er9x/ersky9x, you need to build a version
from this github repository https://github.com/pascallanger/mbtx based
on the latest er9x r820 and ersky9x r218.
2016-01-20 10:50:56 +01:00
|
|
|
if(IS_BIND_DONE_on)
|
2016-08-29 17:32:21 +02:00
|
|
|
LED_OFF; //bind completed -> led on
|
Core and all protocols have been updated
Lot of changes in this new master
ChangeLog:
- Core: LED flashing when an invalid protocol has been selected
- Core: Channels 5 to 12 available as switches for all protocols: code
and size optimization
- Documentation (readme.md): fully updated, all protocols/sub
protocols/channels described, models example, many improvements
- All protocols have been updated in some way, here are some highlights:
* Bayang: added picture, video and inverted channels
* CG023->H8_3D: added light and calibration channels
* CX10: added sub protocols Q282, JC3015_1, JC3015_2, MK33041
* ESky: added new protocol - untested
* Hubsan: added compatibility with the new Hubsan Plus protocol
* KN: fully rewritten protocol: added sub protocols WLTOYS and FEILUN,
11 channels support
New version successfully tested on all my models: Flysky RX/F939/V911
protocol Flysky, Frsky RX protocol Frsky, Hubsan X4 protocol Hubsan,
Hisky HCP100/HCP80 protocol Hisky, HK-3000/HK3100 RX protocol
Hisky/HK310, XINXUN X39 protocol YD717/XINXUN, Symax X5C-1 protocol
SymaX/SYMAX, Cheerson CX-10A protocol CX10/BLUE, Eachine 3D-X4 protocol
CG023.
To access new protocols from er9x/ersky9x, you need to build a version
from this github repository https://github.com/pascallanger/mbtx based
on the latest er9x r820 and ersky9x r218.
2016-01-20 10:50:56 +01:00
|
|
|
else
|
|
|
|
blink+=BLINK_BIND_TIME; //blink fastly during binding
|
|
|
|
LED_TOGGLE;
|
|
|
|
}
|
2015-12-30 01:41:12 +01:00
|
|
|
}
|
|
|
|
|
2016-08-31 10:26:27 +02:00
|
|
|
inline void tx_pause()
|
|
|
|
{
|
|
|
|
#ifdef TELEMETRY
|
|
|
|
#ifdef XMEGA
|
|
|
|
USARTC0.CTRLA &= ~0x03 ; // Pause telemetry by disabling transmitter interrupt
|
|
|
|
#else
|
|
|
|
#ifndef BASH_SERIAL
|
|
|
|
UCSR0B &= ~(1<<UDRIE0); // Pause telemetry by disabling transmitter interrupt
|
|
|
|
#endif
|
|
|
|
#endif
|
2016-04-06 12:57:42 +02:00
|
|
|
#endif
|
2016-08-31 10:26:27 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
inline void tx_resume()
|
|
|
|
{
|
|
|
|
#ifdef TELEMETRY
|
|
|
|
if(!IS_TX_PAUSE_on)
|
|
|
|
#ifdef XMEGA
|
|
|
|
USARTC0.CTRLA = (USARTC0.CTRLA & 0xFC) | 0x01 ; // Resume telemetry by enabling transmitter interrupt
|
|
|
|
#else
|
|
|
|
UCSR0B |= (1<<UDRIE0); // Resume telemetry by enabling transmitter interrupt
|
|
|
|
#endif
|
2016-04-06 12:57:42 +02:00
|
|
|
#endif
|
2015-12-30 01:41:12 +01:00
|
|
|
}
|
|
|
|
|
2016-01-22 16:23:39 +01:00
|
|
|
// Protocol start
|
|
|
|
static void protocol_init()
|
2015-12-30 01:41:12 +01:00
|
|
|
{
|
Core and all protocols have been updated
Lot of changes in this new master
ChangeLog:
- Core: LED flashing when an invalid protocol has been selected
- Core: Channels 5 to 12 available as switches for all protocols: code
and size optimization
- Documentation (readme.md): fully updated, all protocols/sub
protocols/channels described, models example, many improvements
- All protocols have been updated in some way, here are some highlights:
* Bayang: added picture, video and inverted channels
* CG023->H8_3D: added light and calibration channels
* CX10: added sub protocols Q282, JC3015_1, JC3015_2, MK33041
* ESky: added new protocol - untested
* Hubsan: added compatibility with the new Hubsan Plus protocol
* KN: fully rewritten protocol: added sub protocols WLTOYS and FEILUN,
11 channels support
New version successfully tested on all my models: Flysky RX/F939/V911
protocol Flysky, Frsky RX protocol Frsky, Hubsan X4 protocol Hubsan,
Hisky HCP100/HCP80 protocol Hisky, HK-3000/HK3100 RX protocol
Hisky/HK310, XINXUN X39 protocol YD717/XINXUN, Symax X5C-1 protocol
SymaX/SYMAX, Cheerson CX-10A protocol CX10/BLUE, Eachine 3D-X4 protocol
CG023.
To access new protocols from er9x/ersky9x, you need to build a version
from this github repository https://github.com/pascallanger/mbtx based
on the latest er9x r820 and ersky9x r218.
2016-01-20 10:50:56 +01:00
|
|
|
uint16_t next_callback=0; // Default is immediate call back
|
2015-12-30 01:41:12 +01:00
|
|
|
remote_callback = 0;
|
|
|
|
|
2016-08-31 10:26:27 +02:00
|
|
|
set_rx_tx_addr(MProtocol_id); // Reset rx_tx_addr
|
|
|
|
|
|
|
|
// reset telemetry
|
|
|
|
#ifdef TELEMETRY
|
|
|
|
tx_pause();
|
|
|
|
pass=0;
|
|
|
|
telemetry_link=0;
|
|
|
|
tx_tail=0;
|
|
|
|
tx_head=0;
|
|
|
|
#endif
|
|
|
|
|
Core and all protocols have been updated
Lot of changes in this new master
ChangeLog:
- Core: LED flashing when an invalid protocol has been selected
- Core: Channels 5 to 12 available as switches for all protocols: code
and size optimization
- Documentation (readme.md): fully updated, all protocols/sub
protocols/channels described, models example, many improvements
- All protocols have been updated in some way, here are some highlights:
* Bayang: added picture, video and inverted channels
* CG023->H8_3D: added light and calibration channels
* CX10: added sub protocols Q282, JC3015_1, JC3015_2, MK33041
* ESky: added new protocol - untested
* Hubsan: added compatibility with the new Hubsan Plus protocol
* KN: fully rewritten protocol: added sub protocols WLTOYS and FEILUN,
11 channels support
New version successfully tested on all my models: Flysky RX/F939/V911
protocol Flysky, Frsky RX protocol Frsky, Hubsan X4 protocol Hubsan,
Hisky HCP100/HCP80 protocol Hisky, HK-3000/HK3100 RX protocol
Hisky/HK310, XINXUN X39 protocol YD717/XINXUN, Symax X5C-1 protocol
SymaX/SYMAX, Cheerson CX-10A protocol CX10/BLUE, Eachine 3D-X4 protocol
CG023.
To access new protocols from er9x/ersky9x, you need to build a version
from this github repository https://github.com/pascallanger/mbtx based
on the latest er9x r820 and ersky9x r218.
2016-01-20 10:50:56 +01:00
|
|
|
blink=millis();
|
2015-12-30 01:41:12 +01:00
|
|
|
if(IS_BIND_BUTTON_FLAG_on)
|
|
|
|
AUTOBIND_FLAG_on;
|
|
|
|
if(IS_AUTOBIND_FLAG_on)
|
|
|
|
BIND_IN_PROGRESS; // Indicates bind in progress for blinking bind led
|
|
|
|
else
|
|
|
|
BIND_DONE;
|
|
|
|
|
2016-08-31 10:26:27 +02:00
|
|
|
CTRL1_on; //NRF24L01 antenna RF3 by default
|
|
|
|
CTRL2_off; //NRF24L01 antenna RF3 by default
|
2015-12-30 01:41:12 +01:00
|
|
|
|
2016-01-22 16:23:39 +01:00
|
|
|
switch(cur_protocol[0]&0x1F) // Init the requested protocol
|
2015-12-30 01:41:12 +01:00
|
|
|
{
|
|
|
|
#if defined(FLYSKY_A7105_INO)
|
|
|
|
case MODE_FLYSKY:
|
|
|
|
CTRL1_off; //antenna RF1
|
|
|
|
next_callback = initFlySky();
|
|
|
|
remote_callback = ReadFlySky;
|
|
|
|
break;
|
|
|
|
#endif
|
|
|
|
#if defined(HUBSAN_A7105_INO)
|
|
|
|
case MODE_HUBSAN:
|
|
|
|
CTRL1_off; //antenna RF1
|
|
|
|
if(IS_BIND_BUTTON_FLAG_on) random_id(10,true); // Generate new ID if bind button is pressed.
|
|
|
|
next_callback = initHubsan();
|
|
|
|
remote_callback = ReadHubsan;
|
|
|
|
break;
|
|
|
|
#endif
|
|
|
|
#if defined(FRSKY_CC2500_INO)
|
|
|
|
case MODE_FRSKY:
|
|
|
|
CTRL1_off; //antenna RF2
|
|
|
|
CTRL2_on;
|
|
|
|
next_callback = initFrSky_2way();
|
|
|
|
remote_callback = ReadFrSky_2way;
|
|
|
|
break;
|
|
|
|
#endif
|
|
|
|
#if defined(FRSKYX_CC2500_INO)
|
|
|
|
case MODE_FRSKYX:
|
|
|
|
CTRL1_off; //antenna RF2
|
|
|
|
CTRL2_on;
|
|
|
|
next_callback = initFrSkyX();
|
|
|
|
remote_callback = ReadFrSkyX;
|
|
|
|
break;
|
|
|
|
#endif
|
2016-04-06 12:57:42 +02:00
|
|
|
#if defined(SFHSS_CC2500_INO)
|
|
|
|
case MODE_SFHSS:
|
|
|
|
CTRL1_off; //antenna RF2
|
|
|
|
CTRL2_on;
|
|
|
|
next_callback = initSFHSS();
|
|
|
|
remote_callback = ReadSFHSS;
|
|
|
|
break;
|
|
|
|
#endif
|
2015-12-30 01:41:12 +01:00
|
|
|
#if defined(DSM2_CYRF6936_INO)
|
|
|
|
case MODE_DSM2:
|
|
|
|
CTRL2_on; //antenna RF4
|
|
|
|
next_callback = initDsm2();
|
|
|
|
//Servo_data[2]=1500;//before binding
|
|
|
|
remote_callback = ReadDsm2;
|
|
|
|
break;
|
|
|
|
#endif
|
|
|
|
#if defined(DEVO_CYRF6936_INO)
|
|
|
|
case MODE_DEVO:
|
2016-08-26 18:33:05 +02:00
|
|
|
#ifdef ENABLE_PPM
|
|
|
|
if(mode_select) //PPM mode
|
|
|
|
{
|
|
|
|
if(IS_BIND_BUTTON_FLAG_on)
|
|
|
|
{
|
|
|
|
eeprom_write_byte((uint8_t*)(30+mode_select),0x00); // reset to autobind mode for the current model
|
|
|
|
option=0;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
option=eeprom_read_byte((uint8_t*)(30+mode_select)); // load previous mode: autobind or fixed id
|
|
|
|
if(option!=1) option=0; // if not fixed id mode then it should be autobind
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif //ENABLE_PPM
|
2015-12-30 01:41:12 +01:00
|
|
|
CTRL2_on; //antenna RF4
|
|
|
|
next_callback = DevoInit();
|
|
|
|
remote_callback = devo_callback;
|
|
|
|
break;
|
|
|
|
#endif
|
2016-07-27 22:24:48 +02:00
|
|
|
#if defined(J6PRO_CYRF6936_INO)
|
|
|
|
case MODE_J6PRO:
|
|
|
|
CTRL2_on; //antenna RF4
|
|
|
|
next_callback = initJ6Pro();
|
|
|
|
remote_callback = ReadJ6Pro;
|
|
|
|
break;
|
|
|
|
#endif
|
2015-12-30 01:41:12 +01:00
|
|
|
#if defined(HISKY_NRF24L01_INO)
|
|
|
|
case MODE_HISKY:
|
|
|
|
next_callback=initHiSky();
|
|
|
|
remote_callback = hisky_cb;
|
|
|
|
break;
|
|
|
|
#endif
|
|
|
|
#if defined(V2X2_NRF24L01_INO)
|
|
|
|
case MODE_V2X2:
|
|
|
|
next_callback = initV2x2();
|
|
|
|
remote_callback = ReadV2x2;
|
|
|
|
break;
|
|
|
|
#endif
|
|
|
|
#if defined(YD717_NRF24L01_INO)
|
|
|
|
case MODE_YD717:
|
|
|
|
next_callback=initYD717();
|
|
|
|
remote_callback = yd717_callback;
|
|
|
|
break;
|
|
|
|
#endif
|
|
|
|
#if defined(KN_NRF24L01_INO)
|
|
|
|
case MODE_KN:
|
|
|
|
next_callback = initKN();
|
|
|
|
remote_callback = kn_callback;
|
|
|
|
break;
|
|
|
|
#endif
|
|
|
|
#if defined(SYMAX_NRF24L01_INO)
|
|
|
|
case MODE_SYMAX:
|
|
|
|
next_callback = initSymax();
|
|
|
|
remote_callback = symax_callback;
|
|
|
|
break;
|
|
|
|
#endif
|
|
|
|
#if defined(SLT_NRF24L01_INO)
|
|
|
|
case MODE_SLT:
|
|
|
|
next_callback=initSLT();
|
|
|
|
remote_callback = SLT_callback;
|
|
|
|
break;
|
|
|
|
#endif
|
|
|
|
#if defined(CX10_NRF24L01_INO)
|
|
|
|
case MODE_CX10:
|
|
|
|
next_callback=initCX10();
|
|
|
|
remote_callback = CX10_callback;
|
|
|
|
break;
|
|
|
|
#endif
|
|
|
|
#if defined(CG023_NRF24L01_INO)
|
|
|
|
case MODE_CG023:
|
|
|
|
next_callback=initCG023();
|
|
|
|
remote_callback = CG023_callback;
|
|
|
|
break;
|
|
|
|
#endif
|
|
|
|
#if defined(BAYANG_NRF24L01_INO)
|
|
|
|
case MODE_BAYANG:
|
|
|
|
next_callback=initBAYANG();
|
|
|
|
remote_callback = BAYANG_callback;
|
|
|
|
break;
|
Core and all protocols have been updated
Lot of changes in this new master
ChangeLog:
- Core: LED flashing when an invalid protocol has been selected
- Core: Channels 5 to 12 available as switches for all protocols: code
and size optimization
- Documentation (readme.md): fully updated, all protocols/sub
protocols/channels described, models example, many improvements
- All protocols have been updated in some way, here are some highlights:
* Bayang: added picture, video and inverted channels
* CG023->H8_3D: added light and calibration channels
* CX10: added sub protocols Q282, JC3015_1, JC3015_2, MK33041
* ESky: added new protocol - untested
* Hubsan: added compatibility with the new Hubsan Plus protocol
* KN: fully rewritten protocol: added sub protocols WLTOYS and FEILUN,
11 channels support
New version successfully tested on all my models: Flysky RX/F939/V911
protocol Flysky, Frsky RX protocol Frsky, Hubsan X4 protocol Hubsan,
Hisky HCP100/HCP80 protocol Hisky, HK-3000/HK3100 RX protocol
Hisky/HK310, XINXUN X39 protocol YD717/XINXUN, Symax X5C-1 protocol
SymaX/SYMAX, Cheerson CX-10A protocol CX10/BLUE, Eachine 3D-X4 protocol
CG023.
To access new protocols from er9x/ersky9x, you need to build a version
from this github repository https://github.com/pascallanger/mbtx based
on the latest er9x r820 and ersky9x r218.
2016-01-20 10:50:56 +01:00
|
|
|
#endif
|
|
|
|
#if defined(ESKY_NRF24L01_INO)
|
|
|
|
case MODE_ESKY:
|
|
|
|
next_callback=initESKY();
|
|
|
|
remote_callback = ESKY_callback;
|
|
|
|
break;
|
2016-02-01 11:41:36 +01:00
|
|
|
#endif
|
|
|
|
#if defined(MT99XX_NRF24L01_INO)
|
|
|
|
case MODE_MT99XX:
|
|
|
|
next_callback=initMT99XX();
|
|
|
|
remote_callback = MT99XX_callback;
|
|
|
|
break;
|
2016-02-04 13:35:16 +01:00
|
|
|
#endif
|
|
|
|
#if defined(MJXQ_NRF24L01_INO)
|
|
|
|
case MODE_MJXQ:
|
|
|
|
next_callback=initMJXQ();
|
|
|
|
remote_callback = MJXQ_callback;
|
|
|
|
break;
|
2016-02-26 19:02:26 +01:00
|
|
|
#endif
|
|
|
|
#if defined(SHENQI_NRF24L01_INO)
|
|
|
|
case MODE_SHENQI:
|
|
|
|
next_callback=initSHENQI();
|
|
|
|
remote_callback = SHENQI_callback;
|
|
|
|
break;
|
2016-03-18 17:11:27 +01:00
|
|
|
#endif
|
|
|
|
#if defined(FY326_NRF24L01_INO)
|
|
|
|
case MODE_FY326:
|
|
|
|
next_callback=initFY326();
|
|
|
|
remote_callback = FY326_callback;
|
|
|
|
break;
|
2016-08-01 21:57:18 +02:00
|
|
|
#endif
|
|
|
|
#if defined(FQ777_NRF24L01_INO)
|
|
|
|
case MODE_FQ777:
|
|
|
|
next_callback=initFQ777();
|
|
|
|
remote_callback = FQ777_callback;
|
|
|
|
break;
|
2016-08-21 17:54:12 +02:00
|
|
|
#endif
|
|
|
|
#if defined(ASSAN_NRF24L01_INO)
|
|
|
|
case MODE_ASSAN:
|
|
|
|
next_callback=initASSAN();
|
|
|
|
remote_callback = ASSAN_callback;
|
|
|
|
break;
|
2015-12-30 01:41:12 +01:00
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
|
|
|
if(next_callback>32000)
|
|
|
|
{ // next_callback should not be more than 32767 so we will wait here...
|
2016-08-24 14:52:47 +02:00
|
|
|
uint16_t temp=(next_callback>>10)-2;
|
2016-08-22 18:17:14 +02:00
|
|
|
delayMilliseconds(temp);
|
|
|
|
next_callback-=temp<<10; // between 2-3ms left at this stage
|
2015-12-30 01:41:12 +01:00
|
|
|
}
|
|
|
|
cli(); // disable global int
|
2016-04-06 12:57:42 +02:00
|
|
|
#ifdef XMEGA
|
|
|
|
TCC1.CCA = TCC1.CNT + next_callback*2; // set compare A for callback
|
|
|
|
sei(); // enable global int
|
|
|
|
TCC1.INTFLAGS = TC1_CCAIF_bm ; // clear compare A flag
|
|
|
|
#else
|
2015-12-30 01:41:12 +01:00
|
|
|
OCR1A=TCNT1+next_callback*2; // set compare A for callback
|
|
|
|
sei(); // enable global int
|
|
|
|
TIFR1=(1<<OCF1A); // clear compare A flag
|
2016-04-06 12:57:42 +02:00
|
|
|
#endif
|
2015-12-30 01:41:12 +01:00
|
|
|
BIND_BUTTON_FLAG_off; // do not bind/reset id anymore even if protocol change
|
|
|
|
}
|
|
|
|
|
2016-08-24 14:52:47 +02:00
|
|
|
void update_serial_data()
|
2015-12-30 01:41:12 +01:00
|
|
|
{
|
2016-08-29 17:32:21 +02:00
|
|
|
RX_DONOTUPDTAE_on;
|
2016-08-31 10:26:27 +02:00
|
|
|
RX_FLAG_off; //data is being processed
|
2016-08-29 17:32:21 +02:00
|
|
|
if(rx_ok_buff[0]&0x20) //check range
|
|
|
|
RANGE_FLAG_on;
|
|
|
|
else
|
|
|
|
RANGE_FLAG_off;
|
|
|
|
if(rx_ok_buff[0]&0xC0) //check autobind(0x40) & bind(0x80) together
|
|
|
|
AUTOBIND_FLAG_on;
|
|
|
|
else
|
|
|
|
AUTOBIND_FLAG_off;
|
|
|
|
if(rx_ok_buff[1]&0x80) //if rx_ok_buff[1] ==1,power is low ,0-power high
|
|
|
|
POWER_FLAG_off; //power low
|
|
|
|
else
|
|
|
|
POWER_FLAG_on; //power high
|
|
|
|
|
|
|
|
option=rx_ok_buff[2];
|
|
|
|
|
|
|
|
if( ((rx_ok_buff[0]&0x5F) != (cur_protocol[0]&0x5F)) || ( (rx_ok_buff[1]&0x7F) != cur_protocol[1] ) )
|
|
|
|
{ // New model has been selected
|
|
|
|
prev_protocol=cur_protocol[0]&0x1F; //store previous protocol so we can reset the module
|
|
|
|
cur_protocol[1] = rx_ok_buff[1]&0x7F; //store current protocol
|
|
|
|
CHANGE_PROTOCOL_FLAG_on; //change protocol
|
|
|
|
sub_protocol=(rx_ok_buff[1]>>4)& 0x07; //subprotocol no (0-7) bits 4-6
|
|
|
|
RX_num=rx_ok_buff[1]& 0x0F;
|
|
|
|
MProtocol_id=MProtocol_id_master+RX_num;//personalized RX bind + rx num // rx_num bits 0---3
|
|
|
|
}
|
|
|
|
else
|
|
|
|
if( ((rx_ok_buff[0]&0x80)!=0) && ((cur_protocol[0]&0x80)==0) ) // Bind flag has been set
|
|
|
|
CHANGE_PROTOCOL_FLAG_on; //restart protocol with bind
|
2016-08-31 10:26:27 +02:00
|
|
|
else
|
|
|
|
CHANGE_PROTOCOL_FLAG_off; //no need to restart
|
2016-08-29 17:32:21 +02:00
|
|
|
cur_protocol[0] = rx_ok_buff[0]; //store current protocol
|
2016-08-25 11:26:08 +02:00
|
|
|
|
2016-08-29 17:32:21 +02:00
|
|
|
// decode channel values
|
|
|
|
volatile uint8_t *p=rx_ok_buff+2;
|
|
|
|
uint8_t dec=-3;
|
|
|
|
for(uint8_t i=0;i<NUM_CHN;i++)
|
|
|
|
{
|
|
|
|
dec+=3;
|
|
|
|
if(dec>=8)
|
2015-12-30 01:41:12 +01:00
|
|
|
{
|
2016-08-29 17:32:21 +02:00
|
|
|
dec-=8;
|
2015-12-30 01:41:12 +01:00
|
|
|
p++;
|
|
|
|
}
|
2016-08-29 17:32:21 +02:00
|
|
|
p++;
|
|
|
|
Servo_data[i]=((((*((uint32_t *)p))>>dec)&0x7FF)*5)/8+860; //value range 860<->2140 -125%<->+125%
|
2015-12-30 01:41:12 +01:00
|
|
|
}
|
2016-08-29 17:32:21 +02:00
|
|
|
RX_DONOTUPDTAE_off;
|
|
|
|
#ifdef XMEGA
|
|
|
|
cli();
|
|
|
|
#else
|
|
|
|
UCSR0B &= ~(1<<RXCIE0); // RX interrupt disable
|
|
|
|
#endif
|
|
|
|
if(IS_RX_MISSED_BUFF_on) // If the buffer is still valid
|
2016-08-31 10:26:27 +02:00
|
|
|
{ memcpy((void*)rx_ok_buff,(const void*)rx_buff,RXBUFFER_SIZE);// Duplicate the buffer
|
|
|
|
RX_FLAG_on; // data to be processed next time...
|
|
|
|
RX_MISSED_BUFF_off;
|
|
|
|
}
|
2016-08-29 17:32:21 +02:00
|
|
|
#ifdef XMEGA
|
|
|
|
sei();
|
|
|
|
#else
|
|
|
|
UCSR0B |= (1<<RXCIE0) ; // RX interrupt enable
|
|
|
|
#endif
|
2015-12-30 01:41:12 +01:00
|
|
|
}
|
|
|
|
|
2016-08-31 10:26:27 +02:00
|
|
|
void modules_reset()
|
2015-12-30 01:41:12 +01:00
|
|
|
{
|
2016-08-31 10:26:27 +02:00
|
|
|
#ifdef CC2500_INSTALLED
|
|
|
|
CC2500_Reset();
|
|
|
|
#endif
|
|
|
|
#ifdef A7105_INSTALLED
|
|
|
|
A7105_Reset();
|
|
|
|
#endif
|
|
|
|
#ifdef CYRF6936_INSTALLED
|
|
|
|
CYRF_Reset();
|
|
|
|
#endif
|
|
|
|
#ifdef NFR24L01_INSTALLED
|
|
|
|
NRF24L01_Reset();
|
|
|
|
#endif
|
|
|
|
|
|
|
|
//Wait for every component to reset
|
|
|
|
delayMilliseconds(100);
|
|
|
|
prev_power=0xFD; // unused power value
|
2015-12-30 01:41:12 +01:00
|
|
|
}
|
|
|
|
|
2016-07-28 20:58:12 +02:00
|
|
|
int16_t map( int16_t x, int16_t in_min, int16_t in_max, int16_t out_min, int16_t out_max)
|
|
|
|
{
|
|
|
|
// return (x - in_min) * (out_max - out_min) / (in_max - in_min) + out_min;
|
|
|
|
long y ;
|
|
|
|
x -= in_min ;
|
|
|
|
y = out_max - out_min ;
|
|
|
|
y *= x ;
|
|
|
|
x = y / (in_max - in_min) ;
|
|
|
|
return x + out_min ;
|
|
|
|
}
|
|
|
|
|
2015-12-30 01:41:12 +01:00
|
|
|
// Channel value is converted to 8bit values full scale
|
|
|
|
uint8_t convert_channel_8b(uint8_t num)
|
|
|
|
{
|
2016-08-24 14:52:47 +02:00
|
|
|
return (uint8_t) (map(limit_channel_100(num),servo_min_100,servo_max_100,0,255));
|
2015-12-30 01:41:12 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
// Channel value is converted to 8bit values to provided values scale
|
|
|
|
uint8_t convert_channel_8b_scale(uint8_t num,uint8_t min,uint8_t max)
|
|
|
|
{
|
2016-08-24 14:52:47 +02:00
|
|
|
return (uint8_t) (map(limit_channel_100(num),servo_min_100,servo_max_100,min,max));
|
2015-12-30 01:41:12 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
// Channel value is converted sign + magnitude 8bit values
|
|
|
|
uint8_t convert_channel_s8b(uint8_t num)
|
|
|
|
{
|
|
|
|
uint8_t ch;
|
|
|
|
ch = convert_channel_8b(num);
|
|
|
|
return (ch < 128 ? 127-ch : ch);
|
|
|
|
}
|
|
|
|
|
|
|
|
// Channel value is converted to 10bit values
|
|
|
|
uint16_t convert_channel_10b(uint8_t num)
|
|
|
|
{
|
2016-08-24 14:52:47 +02:00
|
|
|
return (uint16_t) (map(limit_channel_100(num),servo_min_100,servo_max_100,1,1023));
|
2015-12-30 01:41:12 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
// Channel value is multiplied by 1.5
|
|
|
|
uint16_t convert_channel_frsky(uint8_t num)
|
|
|
|
{
|
|
|
|
return Servo_data[num] + Servo_data[num]/2;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Channel value is converted for HK310
|
|
|
|
void convert_channel_HK310(uint8_t num, uint8_t *low, uint8_t *high)
|
|
|
|
{
|
|
|
|
uint16_t temp=0xFFFF-(4*Servo_data[num])/3;
|
|
|
|
*low=(uint8_t)(temp&0xFF);
|
|
|
|
*high=(uint8_t)(temp>>8);
|
|
|
|
}
|
|
|
|
|
|
|
|
// Channel value is limited to PPM_100
|
|
|
|
uint16_t limit_channel_100(uint8_t ch)
|
|
|
|
{
|
2016-08-24 14:52:47 +02:00
|
|
|
if(Servo_data[ch]>servo_max_100)
|
|
|
|
return servo_max_100;
|
2015-12-30 01:41:12 +01:00
|
|
|
else
|
2016-08-24 14:52:47 +02:00
|
|
|
if (Servo_data[ch]<servo_min_100)
|
|
|
|
return servo_min_100;
|
2015-12-30 01:41:12 +01:00
|
|
|
return Servo_data[ch];
|
|
|
|
}
|
|
|
|
|
2016-08-24 14:52:47 +02:00
|
|
|
void Mprotocol_serial_init()
|
2015-12-30 01:41:12 +01:00
|
|
|
{
|
2016-04-06 12:57:42 +02:00
|
|
|
#ifdef XMEGA
|
|
|
|
|
|
|
|
PORTC.OUTSET = 0x08 ;
|
|
|
|
PORTC.DIRSET = 0x08 ;
|
|
|
|
|
|
|
|
USARTC0.BAUDCTRLA = 19 ;
|
|
|
|
USARTC0.BAUDCTRLB = 0 ;
|
|
|
|
|
|
|
|
USARTC0.CTRLB = 0x18 ;
|
|
|
|
USARTC0.CTRLA = (USARTC0.CTRLA & 0xCF) | 0x10 ;
|
|
|
|
USARTC0.CTRLC = 0x2B ;
|
|
|
|
USARTC0.DATA ;
|
2016-08-29 09:51:27 +02:00
|
|
|
#ifdef INVERT_TELEMETRY
|
|
|
|
PORTC.PIN3CTRL |= 0x40 ;
|
|
|
|
#endif
|
2016-04-06 12:57:42 +02:00
|
|
|
#else
|
2015-12-30 01:41:12 +01:00
|
|
|
#include <util/setbaud.h>
|
|
|
|
UBRR0H = UBRRH_VALUE;
|
|
|
|
UBRR0L = UBRRL_VALUE;
|
2016-03-03 16:26:17 +01:00
|
|
|
UCSR0A = 0 ; // Clear X2 bit
|
2015-12-30 01:41:12 +01:00
|
|
|
//Set frame format to 8 data bits, even parity, 2 stop bits
|
2016-03-03 16:26:17 +01:00
|
|
|
UCSR0C = (1<<UPM01)|(1<<USBS0)|(1<<UCSZ01)|(1<<UCSZ00);
|
2015-12-30 01:41:12 +01:00
|
|
|
while ( UCSR0A & (1 << RXC0) )//flush receive buffer
|
|
|
|
UDR0;
|
|
|
|
//enable reception and RC complete interrupt
|
2016-03-03 16:26:17 +01:00
|
|
|
UCSR0B = (1<<RXEN0)|(1<<RXCIE0);//rx enable and interrupt
|
2016-04-06 12:57:42 +02:00
|
|
|
#ifdef DEBUG_TX
|
|
|
|
TX_SET_OUTPUT;
|
|
|
|
#else
|
2016-08-21 18:05:16 +02:00
|
|
|
#if defined(TELEMETRY)
|
2016-08-15 11:52:43 +02:00
|
|
|
initTXSerial( SPEED_100K ) ;
|
2016-08-21 18:05:16 +02:00
|
|
|
#endif //TELEMETRY
|
|
|
|
#endif //DEBUG_TX
|
|
|
|
#endif //XMEGA
|
2015-12-30 01:41:12 +01:00
|
|
|
}
|
|
|
|
|
2016-01-28 10:50:52 +01:00
|
|
|
#if defined(TELEMETRY)
|
2016-08-24 14:52:47 +02:00
|
|
|
void PPM_Telemetry_serial_init()
|
2016-01-27 17:57:33 +01:00
|
|
|
{
|
2016-08-15 11:52:43 +02:00
|
|
|
initTXSerial( SPEED_9600 ) ;
|
2016-01-27 17:57:33 +01:00
|
|
|
}
|
2016-01-28 10:50:52 +01:00
|
|
|
#endif
|
2016-01-27 17:57:33 +01:00
|
|
|
|
2016-01-22 16:23:39 +01:00
|
|
|
// Convert 32b id to rx_tx_addr
|
|
|
|
static void set_rx_tx_addr(uint32_t id)
|
|
|
|
{ // Used by almost all protocols
|
|
|
|
rx_tx_addr[0] = (id >> 24) & 0xFF;
|
|
|
|
rx_tx_addr[1] = (id >> 16) & 0xFF;
|
|
|
|
rx_tx_addr[2] = (id >> 8) & 0xFF;
|
|
|
|
rx_tx_addr[3] = (id >> 0) & 0xFF;
|
|
|
|
rx_tx_addr[4] = 0xC1; // for YD717: always uses first data port
|
|
|
|
}
|
|
|
|
|
2015-12-30 01:41:12 +01:00
|
|
|
static uint32_t random_id(uint16_t adress, uint8_t create_new)
|
|
|
|
{
|
|
|
|
uint32_t id;
|
|
|
|
uint8_t txid[4];
|
|
|
|
|
|
|
|
if (eeprom_read_byte((uint8_t*)(adress+10))==0xf0 && !create_new)
|
|
|
|
{ // TXID exists in EEPROM
|
|
|
|
eeprom_read_block((void*)txid,(const void*)adress,4);
|
|
|
|
id=(txid[0] | ((uint32_t)txid[1]<<8) | ((uint32_t)txid[2]<<16) | ((uint32_t)txid[3]<<24));
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{ // if not generate a random ID
|
|
|
|
randomSeed((uint32_t)analogRead(A6)<<10|analogRead(A7));//seed
|
|
|
|
//
|
|
|
|
id = random(0xfefefefe) + ((uint32_t)random(0xfefefefe) << 16);
|
|
|
|
txid[0]= (id &0xFF);
|
|
|
|
txid[1] = ((id >> 8) & 0xFF);
|
|
|
|
txid[2] = ((id >> 16) & 0xFF);
|
|
|
|
txid[3] = ((id >> 24) & 0xFF);
|
|
|
|
eeprom_write_block((const void*)txid,(void*)adress,4);
|
|
|
|
eeprom_write_byte((uint8_t*)(adress+10),0xf0);//write bind flag in eeprom.
|
|
|
|
}
|
|
|
|
return id;
|
|
|
|
}
|
|
|
|
|
2016-08-01 21:57:18 +02:00
|
|
|
/********************/
|
|
|
|
/** SPI routines **/
|
|
|
|
/********************/
|
|
|
|
void SPI_Write(uint8_t command)
|
|
|
|
{
|
|
|
|
uint8_t n=8;
|
|
|
|
|
|
|
|
SCK_off;//SCK start low
|
|
|
|
SDI_off;
|
|
|
|
do
|
|
|
|
{
|
|
|
|
if(command&0x80)
|
|
|
|
SDI_on;
|
|
|
|
else
|
|
|
|
SDI_off;
|
|
|
|
SCK_on;
|
|
|
|
command = command << 1;
|
|
|
|
SCK_off;
|
|
|
|
}
|
|
|
|
while(--n) ;
|
|
|
|
SDI_on;
|
|
|
|
}
|
|
|
|
|
|
|
|
uint8_t SPI_Read(void)
|
|
|
|
{
|
2016-08-22 18:17:14 +02:00
|
|
|
uint8_t result=0,i;
|
2016-08-01 21:57:18 +02:00
|
|
|
for(i=0;i<8;i++)
|
|
|
|
{
|
|
|
|
result=result<<1;
|
|
|
|
if(SDO_1)
|
|
|
|
result |= 0x01;
|
|
|
|
SCK_on;
|
|
|
|
NOP();
|
|
|
|
SCK_off;
|
|
|
|
}
|
|
|
|
return result;
|
|
|
|
}
|
|
|
|
|
|
|
|
/************************************/
|
|
|
|
/** Arduino replacement routines **/
|
|
|
|
/************************************/
|
|
|
|
// replacement millis() and micros()
|
|
|
|
// These work polled, no interrupts
|
|
|
|
// micros() MUST be called at least once every 32 milliseconds
|
2016-08-29 09:51:27 +02:00
|
|
|
#ifndef XMEGA
|
2016-08-01 21:57:18 +02:00
|
|
|
uint16_t MillisPrecount ;
|
|
|
|
uint16_t lastTimerValue ;
|
|
|
|
uint32_t TotalMicros ;
|
|
|
|
uint32_t TotalMillis ;
|
|
|
|
uint8_t Correction ;
|
|
|
|
|
|
|
|
uint32_t micros()
|
|
|
|
{
|
|
|
|
uint16_t elapsed ;
|
|
|
|
uint8_t millisToAdd ;
|
|
|
|
uint8_t oldSREG = SREG ;
|
|
|
|
cli() ;
|
|
|
|
uint16_t time = TCNT1 ; // Read timer 1
|
|
|
|
SREG = oldSREG ;
|
|
|
|
|
|
|
|
elapsed = time - lastTimerValue ;
|
|
|
|
elapsed += Correction ;
|
|
|
|
Correction = elapsed & 0x01 ;
|
|
|
|
elapsed >>= 1 ;
|
|
|
|
|
|
|
|
uint32_t ltime = TotalMicros ;
|
|
|
|
ltime += elapsed ;
|
|
|
|
cli() ;
|
|
|
|
TotalMicros = ltime ; // Done this way for RPM to work correctly
|
|
|
|
lastTimerValue = time ;
|
|
|
|
SREG = oldSREG ; // Still valid from above
|
|
|
|
|
|
|
|
elapsed += MillisPrecount;
|
|
|
|
millisToAdd = 0 ;
|
|
|
|
|
|
|
|
if ( elapsed > 15999 )
|
|
|
|
{
|
|
|
|
millisToAdd = 16 ;
|
|
|
|
elapsed -= 16000 ;
|
|
|
|
}
|
|
|
|
if ( elapsed > 7999 )
|
|
|
|
{
|
|
|
|
millisToAdd += 8 ;
|
|
|
|
elapsed -= 8000 ;
|
|
|
|
}
|
|
|
|
if ( elapsed > 3999 )
|
|
|
|
{
|
|
|
|
millisToAdd += 4 ;
|
|
|
|
elapsed -= 4000 ;
|
|
|
|
}
|
|
|
|
if ( elapsed > 1999 )
|
|
|
|
{
|
|
|
|
millisToAdd += 2 ;
|
|
|
|
elapsed -= 2000 ;
|
|
|
|
}
|
|
|
|
if ( elapsed > 999 )
|
|
|
|
{
|
|
|
|
millisToAdd += 1 ;
|
|
|
|
elapsed -= 1000 ;
|
|
|
|
}
|
|
|
|
TotalMillis += millisToAdd ;
|
|
|
|
MillisPrecount = elapsed ;
|
|
|
|
return TotalMicros ;
|
|
|
|
}
|
|
|
|
|
|
|
|
uint32_t millis()
|
|
|
|
{
|
|
|
|
micros() ;
|
|
|
|
return TotalMillis ;
|
|
|
|
}
|
|
|
|
|
2016-08-22 18:17:14 +02:00
|
|
|
void delayMilliseconds(unsigned long ms)
|
2016-08-01 21:57:18 +02:00
|
|
|
{
|
|
|
|
uint16_t start = (uint16_t)micros();
|
|
|
|
uint16_t lms = ms ;
|
|
|
|
|
|
|
|
while (lms > 0) {
|
|
|
|
if (((uint16_t)micros() - start) >= 1000) {
|
|
|
|
lms--;
|
|
|
|
start += 1000;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-08-22 18:17:14 +02:00
|
|
|
/* Important notes:
|
|
|
|
- Max value is 16000µs
|
|
|
|
- delay is not accurate due to interrupts happening */
|
2016-08-01 21:57:18 +02:00
|
|
|
void delayMicroseconds(unsigned int us)
|
|
|
|
{
|
|
|
|
if (--us == 0)
|
|
|
|
return;
|
2016-08-22 18:17:14 +02:00
|
|
|
us <<= 2; // * 4
|
|
|
|
us -= 2; // - 2
|
2016-08-01 21:57:18 +02:00
|
|
|
__asm__ __volatile__ (
|
|
|
|
"1: sbiw %0,1" "\n\t" // 2 cycles
|
|
|
|
"brne 1b" : "=w" (us) : "0" (us) // 2 cycles
|
|
|
|
);
|
|
|
|
}
|
|
|
|
|
|
|
|
void init()
|
|
|
|
{
|
2016-08-22 18:17:14 +02:00
|
|
|
// this needs to be called before setup() or some functions won't work there
|
2016-08-01 21:57:18 +02:00
|
|
|
sei();
|
|
|
|
}
|
2016-08-29 09:51:27 +02:00
|
|
|
#endif //XMEGA
|
2016-08-01 21:57:18 +02:00
|
|
|
|
2015-12-30 01:41:12 +01:00
|
|
|
/**************************/
|
|
|
|
/**************************/
|
|
|
|
/** Interrupt routines **/
|
|
|
|
/**************************/
|
|
|
|
/**************************/
|
|
|
|
|
2016-01-22 16:23:39 +01:00
|
|
|
//PPM
|
2016-08-24 14:52:47 +02:00
|
|
|
#ifdef ENABLE_PPM
|
2016-04-06 12:57:42 +02:00
|
|
|
#ifdef XMEGA
|
|
|
|
ISR(PORTD_INT0_vect)
|
|
|
|
#else
|
2016-08-15 11:52:43 +02:00
|
|
|
ISR(INT1_vect, ISR_NOBLOCK)
|
2016-04-06 12:57:42 +02:00
|
|
|
#endif
|
2015-12-30 01:41:12 +01:00
|
|
|
{ // Interrupt on PPM pin
|
|
|
|
static int8_t chan=-1;
|
|
|
|
static uint16_t Prev_TCNT1=0;
|
|
|
|
uint16_t Cur_TCNT1;
|
|
|
|
|
2016-04-06 12:57:42 +02:00
|
|
|
#ifdef XMEGA
|
|
|
|
Cur_TCNT1 = TCC1.CNT - Prev_TCNT1 ; // Capture current Timer1 value
|
|
|
|
#else
|
2015-12-30 01:41:12 +01:00
|
|
|
Cur_TCNT1=TCNT1-Prev_TCNT1; // Capture current Timer1 value
|
2016-04-06 12:57:42 +02:00
|
|
|
#endif
|
2015-12-30 01:41:12 +01:00
|
|
|
if(Cur_TCNT1<1000)
|
|
|
|
chan=-1; // bad frame
|
|
|
|
else
|
|
|
|
if(Cur_TCNT1>4840)
|
|
|
|
{
|
|
|
|
chan=0; // start of frame
|
|
|
|
PPM_FLAG_on; // full frame present (even at startup since PPM_data has been initialized)
|
|
|
|
}
|
|
|
|
else
|
|
|
|
if(chan!=-1) // need to wait for start of frame
|
|
|
|
{ //servo values between 500us and 2420us will end up here
|
2016-08-24 14:52:47 +02:00
|
|
|
PPM_data[chan]= Cur_TCNT1>>1;;
|
2015-12-30 01:41:12 +01:00
|
|
|
if(chan++>=NUM_CHN)
|
|
|
|
chan=-1; // don't accept any new channels
|
|
|
|
}
|
|
|
|
Prev_TCNT1+=Cur_TCNT1;
|
|
|
|
}
|
2016-08-24 14:52:47 +02:00
|
|
|
#endif //ENABLE_PPM
|
2015-12-30 01:41:12 +01:00
|
|
|
|
2016-01-22 16:23:39 +01:00
|
|
|
//Serial RX
|
2016-08-24 14:52:47 +02:00
|
|
|
#ifdef ENABLE_SERIAL
|
2016-04-06 12:57:42 +02:00
|
|
|
#ifdef XMEGA
|
|
|
|
ISR(USARTC0_RXC_vect)
|
|
|
|
#else
|
2015-12-30 01:41:12 +01:00
|
|
|
ISR(USART_RX_vect)
|
2016-04-06 12:57:42 +02:00
|
|
|
#endif
|
2015-12-30 01:41:12 +01:00
|
|
|
{ // RX interrupt
|
2016-08-25 11:26:08 +02:00
|
|
|
static uint8_t idx=0;
|
2016-08-31 10:26:27 +02:00
|
|
|
#ifdef XMEGA
|
2016-08-25 11:26:08 +02:00
|
|
|
if((USARTC0.STATUS & 0x1C)==0) // Check frame error, data overrun and parity error
|
2016-08-31 10:26:27 +02:00
|
|
|
#else
|
2016-08-29 09:51:27 +02:00
|
|
|
UCSR0B &= ~(1<<RXCIE0) ; // RX interrupt disable
|
2016-08-15 11:52:43 +02:00
|
|
|
sei() ;
|
2015-12-30 01:41:12 +01:00
|
|
|
if((UCSR0A&0x1C)==0) // Check frame error, data overrun and parity error
|
2016-08-31 10:26:27 +02:00
|
|
|
#endif
|
2015-12-30 01:41:12 +01:00
|
|
|
{ // received byte is ok to process
|
2016-08-25 11:26:08 +02:00
|
|
|
if(idx==0||discard_frame==1)
|
2015-12-30 01:41:12 +01:00
|
|
|
{ // Let's try to sync at this point
|
2016-08-25 11:26:08 +02:00
|
|
|
idx=0;discard_frame=0;
|
2016-08-31 10:26:27 +02:00
|
|
|
#ifdef XMEGA
|
2016-08-24 15:05:24 +02:00
|
|
|
if(USARTC0.DATA==0x55) // If 1st byte is 0x55 it looks ok
|
2016-08-31 10:26:27 +02:00
|
|
|
#else
|
2015-12-30 01:41:12 +01:00
|
|
|
if(UDR0==0x55) // If 1st byte is 0x55 it looks ok
|
2016-08-31 10:26:27 +02:00
|
|
|
#endif
|
2015-12-30 01:41:12 +01:00
|
|
|
{
|
2016-08-31 10:26:27 +02:00
|
|
|
TX_RX_PAUSE_on;
|
|
|
|
tx_pause();
|
|
|
|
#ifdef XMEGA
|
|
|
|
TCC1.CCB = TCC1.CNT+(6500L) ; // Full message should be received within timer of 3250us
|
|
|
|
TCC1.INTFLAGS = TC1_CCBIF_bm ; // clear OCR1B match flag
|
|
|
|
TCC1.INTCTRLB = (TCC1.INTCTRLB & 0xF3) | 0x04 ; // enable interrupt on compare B match
|
|
|
|
#else
|
|
|
|
OCR1B=TCNT1+6500L; // Full message should be received within timer of 3250us
|
|
|
|
TIFR1=(1<<OCF1B); // clear OCR1B match flag
|
|
|
|
TIMSK1 |=(1<<OCIE1B); // enable interrupt on compare B match
|
|
|
|
#endif
|
2016-08-24 15:05:24 +02:00
|
|
|
idx++;
|
2015-12-30 01:41:12 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2016-08-25 11:26:08 +02:00
|
|
|
RX_MISSED_BUFF_off; // if rx_buff was good it's not anymore...
|
2016-08-31 10:26:27 +02:00
|
|
|
#ifdef XMEGA
|
|
|
|
rx_buff[(idx++)-1]=USARTC0.DATA; // Store received byte
|
|
|
|
#else
|
|
|
|
rx_buff[(idx++)-1]=UDR0; // Store received byte
|
|
|
|
#endif
|
2015-12-30 01:41:12 +01:00
|
|
|
if(idx>RXBUFFER_SIZE)
|
|
|
|
{ // A full frame has been received
|
2016-08-25 11:26:08 +02:00
|
|
|
if(!IS_RX_DONOTUPDTAE_on)
|
|
|
|
{ //Good frame received and main is not working on the buffer
|
|
|
|
memcpy((void*)rx_ok_buff,(const void*)rx_buff,RXBUFFER_SIZE);// Duplicate the buffer
|
2016-04-06 12:57:42 +02:00
|
|
|
RX_FLAG_on; // flag for main to process servo data
|
2015-12-30 01:41:12 +01:00
|
|
|
}
|
2016-08-25 11:26:08 +02:00
|
|
|
else
|
|
|
|
RX_MISSED_BUFF_on; // notify that rx_buff is good
|
2016-08-31 10:26:27 +02:00
|
|
|
discard_frame=1; // start again
|
2015-12-30 01:41:12 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2016-08-31 10:26:27 +02:00
|
|
|
#ifdef XMEGA
|
|
|
|
idx = USARTC0.DATA; // Dummy read
|
|
|
|
#else
|
|
|
|
idx=UDR0; // Dummy read
|
|
|
|
#endif
|
|
|
|
discard_frame=1; // Error encountered discard full frame...
|
2015-12-30 01:41:12 +01:00
|
|
|
}
|
2016-08-31 10:26:27 +02:00
|
|
|
if(discard_frame==1)
|
|
|
|
{
|
|
|
|
#ifdef XMEGA
|
|
|
|
TCC1.INTCTRLB &=0xF3; // Disable interrupt on compare B match
|
|
|
|
#else
|
|
|
|
TIMSK1 &=~(1<<OCIE1B); // Disable interrupt on compare B match
|
|
|
|
#endif
|
|
|
|
TX_RX_PAUSE_off;
|
|
|
|
tx_resume();
|
|
|
|
}
|
|
|
|
#ifndef XMEGA
|
|
|
|
cli() ;
|
|
|
|
UCSR0B |= (1<<RXCIE0) ; // RX interrupt enable
|
|
|
|
#endif
|
2015-12-30 01:41:12 +01:00
|
|
|
}
|
|
|
|
|
2016-01-22 16:23:39 +01:00
|
|
|
//Serial timer
|
2016-04-06 12:57:42 +02:00
|
|
|
#ifdef XMEGA
|
|
|
|
ISR(TCC1_CCB_vect)
|
|
|
|
#else
|
2016-08-15 11:52:43 +02:00
|
|
|
//ISR(TIMER1_COMPB_vect)
|
|
|
|
ISR(TIMER1_COMPB_vect, ISR_NOBLOCK )
|
2016-04-06 12:57:42 +02:00
|
|
|
#endif
|
2015-12-30 01:41:12 +01:00
|
|
|
{ // Timer1 compare B interrupt
|
2016-08-25 11:26:08 +02:00
|
|
|
discard_frame=1;
|
2016-08-31 10:26:27 +02:00
|
|
|
#ifdef XMEGA
|
|
|
|
TCC1.INTCTRLB &=0xF3; // Disable interrupt on compare B match
|
|
|
|
#else
|
|
|
|
TIMSK1 &=~(1<<OCIE1B); // Disable interrupt on compare B match
|
|
|
|
#endif
|
|
|
|
tx_resume();
|
2015-12-30 01:41:12 +01:00
|
|
|
}
|
2016-08-24 14:52:47 +02:00
|
|
|
#endif //ENABLE_SERIAL
|