-
Notifications
You must be signed in to change notification settings - Fork 10
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
motionDetector.h #6
Comments
Thank you happytm. |
It seems I am so close to getting the gatewasy to compile. I am new to iot dev, I wonder if you might help me debug my build error. googling I found this thread: onEvent is expecting an arduino event, not ESP-IDF system event. See the options here: https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/src/WiFiGeneric.h#L36-L78 Here is the error I am getting. E:\source\ArduinoProjects\BatteryNode\examples\SimpleGateway\SimpleGateway.ino: In function 'void setup()': |
I frankly do not know how to solve this problem. I never had this problem. Can you try to compile sketches starting with 802.11 from following folder? https://github.com/happytm/BatteryNode/tree/master/examples/test Thanks. |
You need to upload original "data" folder to make it work. Thanks. |
Oh, Ok, let me try that out. Thank you for your help. Really excited to find a super low power solution. |
Could you tell me what WiFi lib you are using? I have 2 installed and both throw errors. Here are the comments at the top of the .h files WiFi.h - Library for Arduino Wifi shield. This library is free software; you can redistribute it and/or This library is distributed in the hope that it will be useful, You should have received a copy of the GNU Lesser General Public //////////////////////////////////////////////////////////////////// WiFi.h - esp32 Wifi support. This library is free software; you can redistribute it and/or This library is distributed in the hope that it will be useful, You should have received a copy of the GNU Lesser General Public |
It is built in library. You do not have to install the library. If you choose esp32 board in Arduino IDE it should work. Thanks. |
I promise I am not and will not use you for tech support. I have built a brand new windows 10 machine. I am using Arduino Wifi The Arduino Wifi library does not contain many of the methods you are calling. 'class WiFiClass' has no member named 'onEvent' We must be using a different library. Would you mind looking in the Wifi.cpp file you are using and telling me what it says at the top? Mine Wifi.cpp says: WiFi.cpp - Library for Arduino Wifi shield. Thank you for your help. |
There are .bin files you can use if you can not compile. Just upload these files. |
Attempting to get your great code loaded on 2 esp boards.
Having trouble finding motionDetector.h
Found multistatic_interference_radar.h by the same guy in github, but it's a different file.
Do you know were I can get the motionDetector.h lib?
Thanks.
The text was updated successfully, but these errors were encountered: