-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
PingESP utility issue #7
Comments
Hello, |
Hi, ESP8266 have built in functions to ping other devices while ESP32 don't have this features builtin. There is no other way on ESP32 unfortunantly. |
Hi Davide,
Thank you for your reply.
I did use an external library as mentioned in the issue.
I suggest however that you modify the PingESP.h file as proposed in the attached file.
Meanwhile I have learnt that the “external C” directive was to link embedded functions of the micro controller.
Regards
Patrick
De : Davide Perini ***@***.***
Envoyé : jeudi 30 décembre 2021 23:52
À : sblantipodi/arduino_bootstrapper
Cc : Patrick SOUTY; Author
Objet : Re: [sblantipodi/arduino_bootstrapper] PingESP utility issue (Issue #7)
Hi,
thank you for opening the issue Pronoe.
ESP8266 have built in functions to ping other devices while ESP32 don't have this features builtin.
That utility in particular works for ESP8266 only, if you want to use it on ESP32 you need an external lib.
There is no other way on ESP32 unfortunantly.
Feel free to reopen the issue if you need it :)
—
Reply to this email directly, view it on GitHub <#7 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ASSUATV2LXA37TXM2ARX373UTTPBVANCNFSM5KU6PSFQ> .
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/ASSUATWTA3D7DK4XPAZZJUTUTTPBVA5CNFSM5KU6PSF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOHPF3BCQ.gif> Message ID: ***@***.***>
|
After migration of my application to Bootstrapper 1.12.6 release, I have encountered some issues with PingESP because I had merged some modifications that I made locally for the ESP32 and your last modifications for the ESP8266. As I had also installed ESP8266 library for checking, I think the compiler might have merged some specific code for the ESP8266 and code for the ESP32.
in the PingESP.h header file. |
thank you!!! I'll reopen it until your pull request... |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Hello,
Thank you for your bootstrapper library.
I am using it to build my project of pool filtering pump management based on an ESP32.
I use also some pieces of code from your Smartostat.
I found an issue with PingESP utility because it does not seem to be ESP32 ready.
After including ESP32 definition, the compiler goes on but I still have an issue with the "extern "C" {#include <ping.h>}" declaration.
As I understand, this call for a pre-compiled ping C code.
Thank you for your help.
Patrick
The text was updated successfully, but these errors were encountered: