Search found 32 matches

by kinno
Wed Aug 19, 2020 11:08 am
Forum: ESP32 boards
Topic: ESP32 and LilyGo TTGO T Call
Replies: 21
Views: 18159

Re: ESP32 and LilyGo TTGO T Call

I am pretty swamped right now. However, I wanted to quickly let you know I have read this and that there is code throughout this thread that will help you that I have posted. I think the majority of how I interact with the simcom through the UART is already in this thread. I will circle back when th...
by kinno
Wed Aug 19, 2020 11:05 am
Forum: Programs, Libraries and Tools
Topic: New version of rshell with better startup for ESP8266 and ESP32
Replies: 9
Views: 10119

Re: New version of rshell with better startup for ESP8266 and ESP32

Really great release! Some of my esp-32s were affected by this. I will report back once I test it out.

Thanks again.
by kinno
Thu Jul 23, 2020 11:31 am
Forum: ESP32 boards
Topic: ESP32 and LilyGo TTGO T Call
Replies: 21
Views: 18159

Re: ESP32 and LilyGo TTGO T Call

xyic0re, Enjoy the plunge! If you are looking for alternatives to what you've posted I will share what I use. IDE: Pycharm - There is a free community edition. I really like this IDE. Look up how to install esptool, mpfshell, rshell in pycharm. For Flashing the board with the firmware - esptool. For...
by kinno
Wed Jul 22, 2020 12:42 pm
Forum: ESP32 boards
Topic: ESP32 and LilyGo TTGO T Call
Replies: 21
Views: 18159

Re: ESP32 and LilyGo TTGO T Call

Xyic0re, I don't use the SMS functionality at all but I can probably give you a good foundation and the supporting docs in order for you to make it happen. If, I find time I could assist as well, but, don't count on that. I will reply in more detail once I find a bit of free time. I just wanted to l...
by kinno
Wed Jul 22, 2020 11:27 am
Forum: ESP32 boards
Topic: ESP32 and LilyGo TTGO T Call
Replies: 21
Views: 18159

Re: ESP32 and LilyGo TTGO T Call

Xyic0re, I believe you can actually charge the battery in the device you linked via solar. I think that version already has a port for hooking up a solar panel. I probably don't have time to go through all the Glympse API docs right now so I most likely will not be able to help with that implementat...
by kinno
Tue Jul 21, 2020 2:53 pm
Forum: ESP32 boards
Topic: ESP32 and LilyGo TTGO T Call
Replies: 21
Views: 18159

Re: ESP32 and LilyGo TTGO T Call

@xyic0re, I do have lots of code for this. What exactly are you looking to do? 1. Battery powered GPS for flight info? 2. You can do this using this device but it might be a touch heavy. I don't know the carrying capacity of your drones. 3. I would use the ESP-32 to send GPS AT commands on a regular...
by kinno
Wed Jul 15, 2020 11:09 am
Forum: ESP32 boards
Topic: schedule module, is there a micropython version
Replies: 6
Views: 3687

Re: schedule module, is there a micropython version

Peter, This looks very well done. I love your documentation style and thoroughness. I will be able to use this for a couple of my projects and when I get around to implementing it I will definitely leave some feedback. But first, I wanted to say thanks for putting it together. Your contributions are...
by kinno
Wed Jun 17, 2020 10:53 am
Forum: ESP32 boards
Topic: Is there any Serial listener onboard?
Replies: 3
Views: 2643

Re: Is there any Serial listener onboard?

Here is how I interact with a cellular modem via AT commands. Hope this helps! :) ################################################### ##### IMPORTS AND REQUIREMENTS FOR SIMCOM.PY ##### ################################################### from machine import UART # ESP32 UART interface for connecting ...
by kinno
Wed Jun 03, 2020 12:52 pm
Forum: ESP32 boards
Topic: Stability of ESP32 vs ESP8266
Replies: 25
Views: 22267

Re: Stability of ESP32 vs ESP8266

Just wanted to add my experience to the pot. I have an ESP-32 hooked up to a device and it is also connected via MQTT. Sending messages every minute. Been flawless for almost a full year now. It communicates via modbus RTU over TTL (with a driver I modified to work) too. ESP-32 seem to be decent. I ...
by kinno
Tue May 26, 2020 10:55 am
Forum: Programs, Libraries and Tools
Topic: MQBoard - Micro-Framework for MicroPython Boards Managed via MQTT
Replies: 10
Views: 8363

Re: MQBoard - Micro-Framework for MicroPython Boards Managed via MQTT

You did it! Congratulations TVE! I will be putting this through the paces this week for sure. This is something I really wanted for a long time. I've been scrapping together other things in order to make it work but now, can't wait to try this out. Again, thank you! :D How would you like contributio...