TTGO T-Call-SIM800x

The sister board of the TTGO T-Beam is a new tiny PCBA with a SIM800L and an ESP32; @CRImier might have seen this already! ;)

This might also be something interesting for @clemens as it brings two complete (W)WAN interfaces with it.

2 Likes

Super! Wenn das pinout-Diagramm stimmt sollte sich die Stromversorgung des Modul schalten lassen. Hoffe komplett ausschalten geht darüber!

2019-07-10%2009_33_50-Greenshot

Haven’t seen it, pretty cool, thanks for sharing! Will have to order this one sometime in the future =)

1 Like

soweit ich das verstehe meint diese tabelle die verbindungen zwischen esp und sim800l.
ich sehe eine serielle pwkey rst power.
industrie-standard. :)

vermutlich powered man das modem, in dem man die pwkey line (gpio4) triggered (wie knopf druecken, puls sollte also reichen).
zum ausschalten wird man dann allerdings via AT-foo arbeiten.
und falls das modem nicht reagiert reset-ed man das modul (gpio5) und macht es danach aus… wie sonst auch. ;)

Beim SIM800 muß der Puls an PWRKEY min. 1 Sekunde togglen, damit was passiert. Alternativ läßt sich AT+CPOWD=1 senden, aber das manual verweist darauf, daß das reset-Pin des Modems verwendet werden soll, wenn CPOWD=1 und PWRKEY nicht mehr helfen. PWRKEY ist auch nur ein GPIO, der funktionierende modem-firmware vorraussetzt…

Im power off state fließt beim SIM800 noch typ. 150 µA (IRTC), die kann man sparen, wenn nötig - aber halt nur per FET resp. POL switch mit FET.

1 Like

Produktseite beim Hersteller

http://www.lilygo.cn/prod_view.aspx?TypeId=50033&Id=1127

Tutorial dazu

weitere links

1 Like

Is @CRImier now also humbly starting with MicroPython? His recent commits to Vanilla MicroPython by CRImier would give some clue about that this might be happening.

See also

As we know the ESP32 will run MicroPython, I have been looking forward to get MicroPython support for this piece.

After looking at the repository again, we see that it actually got MicroPython-Support [1] already through LoBo MicroPython for ESP32 [2], which we already mentioned elsewhere [3].


  1. TTGO-T-Call/examples/MicroPython_LoBo at master · Xinyuan-LilyGO/TTGO-T-Call · GitHub ↩︎

  2. MicroPython fork for ESP32 by Boris Lovosevic (@loboris), see Home · loboris/MicroPython_ESP32_psRAM_LoBo Wiki · GitHub. ↩︎

  3. MicroPython quo vadis ↩︎

There is a new revision (called TTGO T-SIM) on the way with a SIM7xxx module:

1 Like

I’ve worked with MicroPython in some form or fashion for a long time, I solve my low-level needs with it =) Still working on ZP, just that now, I’ve started working with MicroPython more closely and, sometimes, patching the code and compiling it on your own is needed, so that’s what I did.

1 Like

5 posts were merged into an existing topic: Minimal Hardware Design GSM-Stockwaage mit TTGO T-Call

Spannungsmanagement in der neuen Hardware-Revision jetzt über einen AXP192.

https://github.com/Xinyuan-LilyGO/LilyGo-T-Call-SIM800L/blob/master/datasheet/LilyGo-SIM800L-PMU-20200409.pdf

[edit] Die neue Version wird als TTGO T-Call&PMU verkauft, s.
http://www.lilygo.cn/prod_view.aspx?TypeId=50033&Id=1284&FId=t3:50033:3

[edit2] Noch frischer ist die Version mit SIM800C statt 800L TTGO T-Call & SIM800C.

3 Likes