ARESQ SQ1 opensource firmware

1.jpg

#define ESP32_I2C_SDA    21  // I2C bus pin on ESP32
#define ESP32_I2C_SCL    22  // I2C bus pin on ESP32
#define RESET_PIN        12
#define ENCODER_PIN_A    17
#define ENCODER_PIN_B    16
#define ENCODER_SWITCH   33
#define BAT_INFO         35
#define BEEPER           32
#define DISPLAY_LED      14
#define AUDIO_MUTE       27
#define PWR_ONOFF        13
#define KEY_OFF          26
setup()
  pinMode(PWR_ONOFF, OUTPUT);
  pinMode(KEY_OFF,INPUT);
  digitalWrite(PWR_ONOFF, 1);
  digitalWrite(DISPLAY_LED, 0);
l2160:if (Mutestat) digitalWrite(PWR_ONOFF, 0); else si4735.setAudioMute(audioMuteOff);

Hardware information:
SI4735_2.8_TFT_SI5351_V4.0_AQ1.zip
SI4735_2.8_TFT_SI5351_V4.3_AQ1.rar
V4.3 add press Power Button 10 time to force poweroff
SI4735_2.8_TFT_SI5351_V4.3_AQ1_bin.zip
sch.pdf

screen.pdf

已有 11 条评论

  1. Question Question

    Hi
    Is t possible to get full specification for this radio?
    Kindly
    Robert

    1. specification is all on the chip si4732

  2. csc csc

    Hi. After I updated the firmware up to V4.3, the sound in the speaker disappeared. But the sound is heard in the headphones. How can I solve this problem?..

    1. good night,you just add the code:
      #define AUDIO_MUTE 27
      digitalWrite(AUDIO_MUTE, 0) or digitalWrite(AUDIO_MUTE, 1)
      try which work.

      1. csc csc

        Thanks, it help for me!

  3. Andrea Andrea

    Good morning,
    I bought an AQ1 on Aliexpress and in the splash screen shows me the SW V4.1 version: where can I download it or can you send it to me?
    What are the differences with the V4.3?

    1. I found the v5.2a now ,i test it.
      https://github.com/Zardoz66/ATS-25

  4. Andrea Andrea

    Which sw can I use to upgrade the .bin version of the V4.3?

    1. You Can upgade any ESP32+ili9341+si473x radio,but you need change io port to this AQ1.

  5. Andrea Andrea

    Hi,
    When I programming the AQ1 with arduino I have the error message:

    Failed to connect to ESP32: Wrong boot mode detected (0x13)! The chip needs to be in download mode.

    Wrong something ??

    Thank's.

    1. Hi,programming the AQ1 need Press and Hold Power button,
      and You Need Use ESP32 Dev Boards

添加新评论