Fork of LilyGo-LoRa-Series
Find a file
2019-05-14 11:34:09 +08:00
images add image 2019-05-14 11:29:33 +08:00
libraries add support libraries 2019-05-14 11:27:56 +08:00
.gitignore init 2019-05-11 18:45:12 +08:00
.gitmodules add support libraries 2019-05-14 11:27:56 +08:00
board_def.h add readme 2019-05-14 11:34:09 +08:00
README.MD add readme 2019-05-14 11:34:09 +08:00
T22_TBeam.ino add ssd1306 remove to Serial support 2019-05-14 11:03:04 +08:00

TTGO T22 T-Beam

PinOut

Pins T_BEAM_V10 T_BEAM_V07
LORA_SCK 5 5
LORA_MISO 19 19
LORA_MOSI 27 27
LORA_SS 18 18
LORA_DI0 26 26
LORA_RST 23 23
GPS_RX_PIN 34 12
GPS_TX_PIN 12 15
I2C_SDA 21 21
I2C_SCL 22 22
PMU_IRQ 35 N/A
USER BUTTON 36 N/A

Power Control Channel

Modules T_BEAM_V10 T_BEAM_V07
GPS LDO3 No supoort
LORA LDO2 No supoort

How to use

  • The repository depends on other library files, please recursively clone the repository

    git clone --recursive https://github.com/Xinyuan-LilyGO/TTGO-T-Beam
    
  • Then move the library files in the libraries directory to

    C:\Users\<UserName>\Documents\Arduino\libraries
    
  • In the Arduino board select T-Beam