ATC_TLSR_Paper icon indicating copy to clipboard operation
ATC_TLSR_Paper copied to clipboard

M3@ Pinout changed

Open crazy888 opened this issue 2 years ago • 16 comments

IMG20230118204313

I think it´s the some chip but what is my Tx line for flashing? Someone knows?

crazy888 avatar Jan 18 '23 19:01 crazy888

Hello. That version is not supported, it has a different SOC Only TLSR version is supported

atc1441 avatar Jan 18 '23 19:01 atc1441

Okay i messed it up................. Thanks for quick reply

crazy888 avatar Jan 18 '23 19:01 crazy888

I have the same display, does any one know what kind of Controller is on the Board? Or does anyone know how to falsh that badboy :D?

8bignic8 avatar Jan 22 '23 16:01 8bignic8

i found this: https://github.com/CursedHardware/hanshow and my serial number on the Board leeds me to this: https://github.com/CursedHardware/hanshow/blob/master/HS_EL5102.md

8bignic8 avatar Jan 22 '23 17:01 8bignic8

The chip on it is an MSP430 It is an 8051 core SOC and does only support propriatary RF protocolls, no Bluetooth, just as info

atc1441 avatar Jan 22 '23 17:01 atc1441

But could still hook it up to esp8266 and write to it?

8bignic8 avatar Jan 22 '23 17:01 8bignic8

Yes that is possible

atc1441 avatar Jan 22 '23 17:01 atc1441

Yes that is possible

The question is how :) ?! Soldering the pins is impossible. The SOC is so small and i dont know even where and how to connect the ESP.

crazy888 avatar Jan 22 '23 17:01 crazy888

theoretically you got vcc 3,3v gnd Ground, DA data?, ck clock? , cs chip select, nrst reset?

8bignic8 avatar Jan 22 '23 17:01 8bignic8

IMG20230119201923

IMG20230119201909

crazy888 avatar Jan 22 '23 17:01 crazy888

theoretically you got vcc 3,3v gnd Ground, DA data?, ck clock? , cs chip select, nrst reset?

But it´s controlled by the chip on board already? So you have to desolder the existing SOC?

crazy888 avatar Jan 22 '23 19:01 crazy888

no you can use the i2c or uart bus on the other side. from your first picture at the top of the issue

8bignic8 avatar Jan 22 '23 19:01 8bignic8

theoretically you got

  • vcc 3,3v
  • gnd Ground,
  • DA data?, -
  • ck clock? ,
  • cs chip select,
  • nrst reset?
  • https://www.youtube.com/watch?v=r-N53fpaJWo

8bignic8 avatar Jan 22 '23 19:01 8bignic8

You need to create a custom firmware that you flash on the MSP430 or you need to desolder it and solder to the screen pins.

But both options are not part of this repo i am afraid.

Here is an example of soldering to the display pins: https://youtu.be/RUoMztFxUpE

atc1441 avatar Jan 22 '23 19:01 atc1441

Have a look @ https://cursedhardware.github.io/epd-driver-ic/SSD1675B.pdf in section 6.1.2

The 4-wire SPI consists of serial clock SCL, serial data SDA, D/C# and CS#. The control pins status in 4-wire SPI in writing command/data is shown in Table 6-2 and the write procedure 4-wire SPI is shown in Table 6-2

Or warong Datasheet: rigth one: https://www.texim-europe.com/getfile.aspx?id=108182

8bignic8 avatar Jan 23 '23 11:01 8bignic8

if found the Datasheet for the antenna: https://datasheet.lcsc.com/szlcsc/2001071135_AMICCOM-Elec-A71X06AQFI-Q_C479510.pdf

maybe we could build upon that :)

8bignic8 avatar Jan 23 '23 12:01 8bignic8