beegee-tokyo / Emy-Chat

Chat app based on my SX126x-Mesh-Network
MIT License
6 stars 1 forks source link

ttgo and heltec cards #1

Closed megabyte2010 closed 3 years ago

megabyte2010 commented 3 years ago

It's possible to add support for these cheap boards? Your project seems good. Thank you.

beegee-tokyo commented 3 years ago

@megabyte2010 I made this more as a proof of concept. Didn't touch it for more than a year.

The code is made for SX1262 LoRa transceiver and for ESP32 and nRF52MCU's. What MCU and what LoRa transceiver do these TTGo and Heltec boards have?

megabyte2010 commented 3 years ago

@megabyte2010 I made this more as a proof of concept. Didn't touch it for more than a year.

The code is made for SX1262 LoRa transceiver and for ESP32 and nRF52MCU's. What MCU and what LoRa transceiver do these TTGo and Heltec boards have?

sx1276 868/915mhz or sx1278 433mhz as a ,lora chip and a esp32 pico-d4 or dowdq6

https://heltec.org/project/wifi-lora-32/ http://www.lilygo.cn/prod_view.aspx?TypeId=50003&Id=1271&FId=t3:50003:3

beegee-tokyo commented 3 years ago

The library used here supports only the SX126x transceivers. Making it compatible with SX127x transceivers will be a lot of work.

You can try it, but I do not have the time to do it.