Skip to content

Commit

Permalink
Update targets.h -added Sunrise Siskin 11A w/BEC
Browse files Browse the repository at this point in the history
I have been testing AM32 on the Siskin 11A ESC since mid 2024-06.

Note: Sunrise / Siskin did provide the recommended DEAD_TIME of 30,  they have seen these settings, and verified this ESC has no current sensor.
  • Loading branch information
pitts-mo authored Dec 14, 2024
1 parent d9cd978 commit 05591c1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Inc/targets.h
Original file line number Diff line number Diff line change
Expand Up @@ -1181,6 +1181,22 @@
#define USE_SERIAL_TELEMETRY
#endif

#ifdef SISKIN_11A_F051 // signal pin PB4 bootloader
#define FILE_NAME "SISKIN_11A_F051"
#define FIRMWARE_NAME "Siskin 11A "
#define DEAD_TIME 30
#define HARDWARE_GROUP_F0_B
#define TARGET_VOLTAGE_DIVIDER 110
#define MILLIVOLT_PER_AMP 20
#define CURRENT_OFFSET 0
#define CURRENT_ADC_PIN LL_GPIO_PIN_6 // no current sensor
#define CURRENT_ADC_CHANNEL LL_ADC_CHANNEL_6
#define VOLTAGE_ADC_PIN LL_GPIO_PIN_3
#define VOLTAGE_ADC_CHANNEL LL_ADC_CHANNEL_3
#define USE_SERIAL_TELEMETRY // no pad
//#define USE_PA14_TELEMETRY // not stable
#endif

#ifdef DIATONE_F051
#define FILE_NAME "DIATONE_F051"
#define FIRMWARE_NAME "DIATONE GEN "
Expand Down

0 comments on commit 05591c1

Please sign in to comment.