Skip to content

PCB Hydra from meshstatic with e22 400m30s #350

@MIXTERek

Description

@MIXTERek

Hello, I have a few boards left over from the meshstatic project:
https://github.com/NanoVHF/Meshtastic-DIY/blob/main/PCB/ESP-32-devkit_EBYTE-E22/README.md
and I decided that since I created the licenses, it would be a good idea to use them for APRS.
I used the e22 400m30s with GPS ATGM336H and standard LCD
I was struggling with HAS_SX1268, but it still doesn't detect the module, so I changed it to HAS_SX1262
Could You add Hydra board os new variant?
#define BOARD_PINOUT_H_

//  LoRa Radio
#define HAS_SX1262
#define HAS_1W_LORA
#define RADIO_SCLK_PIN      5 
#define RADIO_MISO_PIN      19 
#define RADIO_MOSI_PIN      27 
#define RADIO_CS_PIN        18 
#define RADIO_RST_PIN       23
#define RADIO_DIO1_PIN      33
#define RADIO_BUSY_PIN      32 
#define RADIO_RXEN          14 
#define RADIO_TXEN          13

//  Display
#undef  OLED_SDA
#undef  OLED_SCL
#undef  OLED_RST

#define OLED_SDA            21
#define OLED_SCL            22
#define OLED_RST            0

//  GPS
#define GPS_RX              12
#define GPS_TX              15
#define GPS_VCC             0
#define GPS_BAUDRATE        9600
//  OTHER

#define BUTTON_PIN 39
#define BATTERY_PIN 35

#define HAS_BT_CLASSIC

#endif

and
extends = env:esp32
board = esp32dev

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions