Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrating with TinyGSM #83

Open
woodlist opened this issue Apr 7, 2021 · 4 comments
Open

Integrating with TinyGSM #83

woodlist opened this issue Apr 7, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@woodlist
Copy link

woodlist commented Apr 7, 2021

Thanks for great library. This is the first instrument for me that allowed interaction with telegram bot seamlessly.
I did not find how to put an "enhancement" label to this record.
It's would be perfect to get used this library not only by wifi connection, but also with customized connection to Internet, like by GSM module.

@shurillu shurillu added the enhancement New feature or request label Apr 8, 2021
@shurillu
Copy link
Owner

shurillu commented Apr 8, 2021

Hello woodlist,
thank you for using the library!
I put the "enhancement" label to this thread for you ;-)
Basically, all the connection stuff is located on the CTBotSecureConnection class. It use the WiFiClientSecure class from ESP8266/ESP32 toolchain.
It seems to be an interesting thread (BTW I'm thinking about using LORA mesh networks and WiFi/LORA gateway in order to use Telegram bots with LORA... but it's only an idea for now!).
So please, let me know what are you thinking on ;-)

Cheers

Stefano

@woodlist
Copy link
Author

woodlist commented Apr 8, 2021

Dear Stefano, thanks for quick reply.
Of course, the LORA mesh network coverage will be an great gift for users, but since lower distance range compared with GSM network, the GSM connection to telegram bot is much actual subject. I recommend the TinyGSM as integration library, cause of being well maintained and widely used.
Best Regards.

@garudaonekh
Copy link

garudaonekh commented Sep 28, 2021

Love the idea. I used T-Call Sim800L and I used TinyGSM+Blynk. It worked perfectly for me. TinyGSM and Blynk are closely integrated maybe because TinyGSM owner also Blynk founder.
@woodlist have you tried TinyGSM with Telegram Bot?

@woodlist
Copy link
Author

Love the idea. I used T-Call Sim800L and I used TinyGSM+Blynk. It worked perfectly for me. TinyGSM and Blynk are closely integrated maybe because TinyGSM owner also Blynk founder. @woodlist have you tried TinyGSM with Telegram Bot?

Yes, I have successful experience of using the TinyGSM with https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot
If given library author will be so honest to build beneath kind of constructor, as has the Universal Telegram Bot:
WiFiClientSecure secured_client; UniversalTelegramBot bot(BOT_TOKEN, secured_client);
the task will be done easily.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants