Congratulations.
Do you plan to add it to an case?
If not, can I use this picture for the gallery?
Btw, did you use the TTGO PCB from the Github Repository?
Congratulations.
Checklist to get an overview of your setup:
This in the binary for an 1306 Display.RealLarry wrote: ↑Fri May 14, 2021 6:06 am
- Use and test the binary @venice provided here viewtopic.php?p=25334#p25334
We need definitly more information about your system like RealLarry and Dave18 wrote above.
Code: Select all
[ 1.118601] usb 1-1.1: New USB device found, idVendor=10c4, idProduct=ea60, bcdDevice= 1.00
[ 1.118612] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.118619] usb 1-1.1: Product: CP2104 USB to UART Bridge Controller
[ 1.118626] usb 1-1.1: Manufacturer: Silicon Labs
[ 1.118632] usb 1-1.1: SerialNumber: 0212C4A8
[ 1.119909] cp210x 1-1.1:1.0: cp210x converter detected
[ 1.122272] usb 1-1.1: cp210x converter now attached to ttyUSB0
Stimmt, mein lieber früher Vogel Völlig übersehen...venice wrote: ↑Fri May 14, 2021 6:26 am Moinsen,This in the binary for an 1306 Display.RealLarry wrote: ↑Fri May 14, 2021 6:06 am
- Use and test the binary @venice provided here viewtopic.php?p=25334#p25334
Good point! Maybe @jawler got an ESP with a CH34X converter onboard which isn't supported at MiSTer side for now, but temporary fix available for this as I'd compiled my own dev-kernel to accomplish this issue. Sorgelig will fix this issue with the next kernel/linux image update: https://github.com/MiSTer-devel/Linux-K ... /issues/22venice wrote: ↑Fri May 14, 2021 6:31 amFor checking the MiSTer's Serial Interface to the ESP you can run dmesg from an command line which should show something like this:The CP2104 is the USB-Serial Chip on the ESP (TTGO-T8 here).Code: Select all
[ 1.118601] usb 1-1.1: New USB device found, idVendor=10c4, idProduct=ea60, bcdDevice= 1.00 [ 1.118612] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1.118619] usb 1-1.1: Product: CP2104 USB to UART Bridge Controller [ 1.118626] usb 1-1.1: Manufacturer: Silicon Labs [ 1.118632] usb 1-1.1: SerialNumber: 0212C4A8 [ 1.119909] cp210x 1-1.1:1.0: cp210x converter detected [ 1.122272] usb 1-1.1: cp210x converter now attached to ttyUSB0
The last line is the one we you need.
…and we need your INI more readable.
Can I ask what kind of device it is?
It was another ESP device!
I tried usb ports 0-7 and nothing different. Also tried to change bauds 115200 to 921600.
The Baudrate in the INI and the Baudrate from the Arduino Sketch must be the same.
While having a heated solder iron have a close look at the solder points of your display where you're connection wires to. I'd fixed a similar issue with one of my displays where I'd found a resoldered a cold joint.
I'm using arduino 1.8.13 on windows 10 x64. I installed all the libraries following the tutorial.venice wrote: ↑Sat May 15, 2021 9:04 am At first we need to make sure that the ESP and the display are working and the serial interface is OK.
Therefore I need you to test with the Arduino’s Terminal again.
This MUST work. I know, all instructions are clear. I feel dumb.
Double check baudrate and line option in the terminal.
And we still need information about your soft- and hardware (see RealLarry's Post above).
Are you using Windows or Linux?
Which Arduino/ESP Version etc.
I also got sometimes messages in the terminal when one of my ESP32's is connected.
Great