CYD as meshtastic beeper via Lora integration #175
Replies: 6 comments 3 replies
-
Looking into the reyax rylr998 module which has a UART connection. Pins: VDD,RST,TX,RX,GND. Seems to operate VDD on 3.3v. Forgive my newbieness. |
Beta Was this translation helpful? Give feedback.
-
ESP32 (processing unit on CYD) has 3 UART ports. One is hard wired to the USB converter chip, used for programming and serial monitor (simple debug). In code referred to as |
Beta Was this translation helpful? Give feedback.
-
Heres what Ive gotten together on the project so far. Anyone have any skills on platformIO who can help me out? #ifndef _VARIANT_CYD24_ESP32_TFT #include <TFT_eTouch.h> SPIClass hSPI(HSPI); //define SPI port to be used by TFT_eTouch TFT_eSPI tft = TFT_eSPI(); //display section #define TFT_DC 2 //LoRa Section // hardware section #define BOOT 0 #endif _VARIANT_CYD24_ESP32_TFT |
Beta Was this translation helpful? Give feedback.
-
UPDATE: going to attempt to support the specific board on PlatformIO. but have yet to purchase the board. Can anyone give me specific details such as the microcontroller model, clock speed, flash size,and pin mapping for a board definition file on the 2.4 inch type c variant |
Beta Was this translation helpful? Give feedback.
-
anyone have a quick fix for this issue on custom firmware... model: ESP32-2432S024C |
Beta Was this translation helpful? Give feedback.
-
Also interested to integrate LoRa with the CYD. I have the boards and am looking for pointers from people who have done it. |
Beta Was this translation helpful? Give feedback.
-
I'm a programmer not an EE anyone willing to guide a newbie?
Beta Was this translation helpful? Give feedback.
All reactions