PROTO D21G compatible with Blynk Software
Can you please verify the PROTO D21G will work with Blynk software. I’m hoping you can download and try the app. which is free on both android and iPhone. Here is the link.
I’m very interested in using your products but must have the remote features this software allows. Note: if it is not compatible, what other software do you recommend which has equal features.
Thanks
hi, thank you for the suggestion. i have tested Blynk with the Industruino D21G and Ethernet module, and it works smoothly.
in the Blynk app, use 'Arduino Zero' as board, and 'Ethernet' as connection type.
in the sketch, use the Ethernet2 library (W5500 chip in the Ethernet module)
more info in this blog post.
Forgot to include this link. https://github.com/vshymanskyy/TinyGSM/blob/master/README.md
I'm using a lot of widget of Blynk with my D21G/Ethernet set up and is working nicely. I´m using graphs, buttons, RTC, Sliders, Menu, Device Selector, etc...
Just one little trick, if you want to use more than 32 Virtual Pins, gos to BlynkConfig.h and force it uncomment the line. Also to send/receive large tex messages, uncomment the corresponding line or edit it. Hopefully they will include Industruino boards in new Blynk realeases so there will be no need to do this modifications anymore.
Same.
I am trying to send SMSs through the GPRS module (and fail piteously for now), but the next step is Blynk. Any information or code example welcome
Didier, DG2R
hi, I'trying to use blynk with Industruino D21G and GSM module.
In the blynk app I must use 'Arduino zero' as board...
But what conectionntype must I use?
---------
I'm interested too.
We just get a Proto D21G and a GSM / GPRS Module in order to conect it to Blynk.
It is suposed to work, because this module has a SIM800H, And the SIM800H is in the list of "Hardware supported by Blynk", (see the list by the end of "Arduino connection types"):
https://github.com/blynkkk/blynkkk.github.io/blob/master/SupportedHardware.md
The other way suposed to work is with the Ethernet expansion module, tha has inside the Wiznet W5500 controller chip.
This is also in the list of "Hardware supported by Blynk":
https://github.com/blynkkk/blynkkk.github.io/blob/master/SupportedHardware.md
whre you can find the reference of: "Arduino Ethernet Shield 2 (W5500)" in the Ethernet conextion list.
So, it is suposed to work, but I haven.t tried yet.
Has anybody any experience about this with Industruino?
Your answer
Please try to give a substantial answer. If you wanted to comment on the question or answer, just use the commenting tool. Please remember that you can always revise your answers - no need to answer the same question twice. Also, please don't forget to vote - it really helps to select the best questions and answers!
Keep Informed
About This Forum
This community is for professionals and enthusiasts of our products and services.
Read GuidelinesQuestion tools
Stats
Asked: 9/28/17, 11:59 PM |
Seen: 3190 times |
Last updated: 3/2/18, 3:35 PM |
Tom, have you tried using the D21G & GSM/GPRS module with blynk? Thanks