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.
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.
Super! Wenn das pinout-Diagramm stimmt sollte sich die Stromversorgung des Modul schalten lassen. Hoffe komplett ausschalten geht darüber!
Haven’t seen it, pretty cool, thanks for sharing! Will have to order this one sometime in the future =)
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.
http://www.lilygo.cn/prod_view.aspx?TypeId=50033&Id=1127
GITHub repository
GitHub - Xinyuan-LilyGO/LilyGo-T-Call-SIM800
– schematic:
https://github.com/Xinyuan-LilyGO/TTGO-T-Call/raw/master/datasheet/TTGO_T-Call_SIM800_v1.3_schematic.pdf
– Spannungsmanagement über einen IP5306, leider gibt es das datasheet nur teilweise auf en nun was ähnliches wie ein datasheet auf en gefunden
– LiPo-Spannung messen: How to power the board? · Issue #29 · Xinyuan-LilyGO/LilyGo-T-Call-SIM800 · GitHub
– weiteres zum Powermanagement unter TinyGSM example wont start from battery · Issue #8 · Xinyuan-LilyGO/LilyGo-T-Call-SIM800 · GitHub
der IP5306 wird auch beim m5stack-Board verwendet, daher kann ein Blick hierauf hilfreich sein:
Power - Makerfactory Documentation
eine interessante Einschätzung zur Technik
Suggestion for next revision · Issue #13 · Xinyuan-LilyGO/LilyGo-T-Call-SIM800 · GitHub
es gibt sogar ein Fritzing-Bauteil für die SIM800L-Version: Creating ESP32 SIM800 part - parts help - fritzing forum bzw. direkt: TTGO-T-Call-V1.3-ESP32.fzpz
und nun (update 2021-12) auch eine Fritzing-Datei für das SIM800C-board Creating ESP32 SIM800 part - #31 by vanepp - parts help - fritzing forum und direkt: TTGO-T-Call-SIM800C-improved.fzpz
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].
TTGO-T-Call/examples/MicroPython_LoBo at master · Xinyuan-LilyGO/TTGO-T-Call · GitHub ↩︎
MicroPython fork for ESP32 by Boris Lovosevic (@loboris), see Home · loboris/MicroPython_ESP32_psRAM_LoBo Wiki · GitHub. ↩︎
There is a new revision (called TTGO T-SIM) on the way with a SIM7xxx module:
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.
Spannungsmanagement in der neuen Hardware-Revision jetzt über einen AXP192.
[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.