Replies: 10 comments 4 replies
-
HI Doug, You might consider using the low level functions. I think this will work! You can use the i2c port defined in GT911_I2C_HOST. https://demo-dijiudu.readthedocs.io/en/latest/api-reference/peripherals/i2c.html |
Beta Was this translation helpful? Give feedback.
-
It turns out the rs232 could work . The data is small and arrives at a low rate. The project still needs 5v power to the LCD board. |
Beta Was this translation helpful? Give feedback.
-
I also tried with another ESP32-8048S070 board just in case pin 18 was blown |
Beta Was this translation helpful? Give feedback.
-
Yes the baudrate is accurate at 115200 the scope confirmed this 3.3v peak to peak but since in TTL it is inverted the scope did not decode it. The TTL at 115200 is at pin 18 according to the scope The test arduino shows the full correct message in the monitor window on Uart0 that was received on Uart1 |
Beta Was this translation helpful? Give feedback.
-
Further investigation if I use the esp32s3 dev module as the board in Arduino 1.8.18 with code that works with |
Beta Was this translation helpful? Give feedback.
-
Hi Doug, Suggest to first test without any display code, just plain arduino to eliminate the possible pin assignments etc... Additionally, if for the resistive model the IO18 is connected to with a 10k resisted to ground (for the XPT2046). Maybe this is something? maybe try this code, from https://forum.arduino.cc/t/how-to-establish-a-serial-communication-between-an-esp32-s3-dev-kit-c-module-and-arduino-board/1139692/7:
|
Beta Was this translation helpful? Give feedback.
-
looks like pins 18 and 17 are used for the speaker and IIS but there are zero ohm resistor jumpers I removed R5 10 k and the R27 zero ohm so pin 18 is direct to the jumper no pullup or pulldown and it didn't work as Uart1 Rx so the issue likely is deeper in the code and the pins aren't being assigned to Uart mode. |
Beta Was this translation helpful? Give feedback.
-
the 15k pulldown on pin18 is the resistance within the sound chip to ground not a true resistor the pull up R5 was a resistor. |
Beta Was this translation helpful? Give feedback.
-
Further investigation Serial1 doesn't work for output pin17 either . |
Beta Was this translation helpful? Give feedback.
-
WIFI direct? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It with touch I2C bombs at run time even if pins other than 19 or 20 .....Ex 18 17
Code will compile with the Wire.xxx commands but crashes when it runs
I know the uart will work and will try SPI using 3 different pins than the LCD SPI and the touch I2C pins
Beta Was this translation helpful? Give feedback.
All reactions