-
Notifications
You must be signed in to change notification settings - Fork 210
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
Warning: Unsupported firmware 3.0.4 #204
Comments
use my WiFiEspAT library |
Your library compitable with mathworks/thingspeak-arduino ? |
It is an Arduino WiFi library like the WiFiEsp, but it doesn't support SSL with AT 1.7.4, only with 2.1.0+. |
@JAndrassy Does your library support DNS? I'm already guessing the answer is no, impossible because the AT Command Set doesn't support it. Am I right? |
https://github.com/jandrassy/WiFiEspAT/blob/master/src/WiFi.h#L71 |
Thanks for the reply. |
and what do you compile? and what compilation error? |
This is my original code as it stands at the moment, it's part of a larger project.
|
install WiFiEspAT from Library Manager and try the examples |
It's already installed but good point, I'll try one of the examples.............. |
Right, test passed. |
I could try re-writing my project and use Time.lib instead I guess. |
UDP is included with Note: WiFiEspAT is not a fork of this library. It is original code with a very different and more robust concept of 'driver' |
Hmmmmmm. Why then won't it compile for me? As mentioned above, I have WiFiEspUdp.h yet it gives me this error when I attempt to compile......
I have tried both "WiFiEspUdp.h" and <WiFiEspUdp.h> and both fail. |
please read again my previous comment |
I did.
So what are the required commands I now need to use instead please? I can find no documentation on it. |
really? there are examples in IDE Examples menu. there is documentation link in Library Manager. so usual places. the common Arduino UDP example UdpSendReceiveString has a version for WiFiEspAT, which has only
at the top. there is no WiFisomethingUdp.h. |
I get this warning message:
[WiFiEsp] Warning: Unsupported firmware 3.0.4
Library work but show this Warning on Serial monitor
My ESP-01 module AT version:
AT+GMR
AT version:1.7.4.0(May 11 2020 19:13:04)
SDK version:3.0.4(9532ceb)
compile time:May 27 2020 10:12:17
Bin version(Wroom 02):1.7.4
OK
The text was updated successfully, but these errors were encountered: