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

error compiling #7

Open
josmargoncal opened this issue Nov 25, 2018 · 9 comments
Open

error compiling #7

josmargoncal opened this issue Nov 25, 2018 · 9 comments

Comments

@josmargoncal
Copy link

Hi. I follow all the steps and when I try compiling the arduinio IDE say.

ESP-sc-gway:194:22: error: expected initializer before 'Interrupt_0'

ESP-sc-gway:195:22: error: expected initializer before 'Interrupt_1'

ESP-sc-gway:199:24: error: expected initializer before 'CreateMutux'

ESP-sc-gway:200:24: error: expected initializer before 'GetMutex'

ESP-sc-gway:201:24: error: expected initializer before 'ReleaseMutex'

_loraModem:1448:22: error: expected initializer before 'Interrupt_2'

C:\Users\JoséM\Documents\Arduino\ESP-sc-gway\ESP-sc-gway.ino: In function 'void setup()':

ESP-sc-gway:1317:30: error: 'Interrupt_0' was not declared in this scope

ESP-sc-gway:1323:30: error: 'Interrupt_0' was not declared in this scope

ESP-sc-gway:1324:30: error: 'Interrupt_1' was not declared in this scope

C:\Users\JoséM\Documents\Arduino\ESP-sc-gway_loraModem.ino: At global scope:

_loraModem:1423:22: error: expected initializer before 'Interrupt_0'

_loraModem:1440:22: error: expected initializer before 'Interrupt_1'

_loraModem:1448:22: error: expected initializer before 'Interrupt_2'

exit status 1
expected initializer before 'Interrupt_0'

@elsabz
Copy link

elsabz commented Dec 2, 2018

Hi i have the same problem
expected initializer before 'Interrupt_0'

@josmargoncal
Copy link
Author

Hi, I solve the problem with the new version of the library from https://github.com/things4u.

@elsabz
Copy link

elsabz commented Dec 3, 2018

Hi, wen i try to compile with new version i have thys problem:
#include <DNSServer.h> no such file or directory....

@josmargoncal
Copy link
Author

Google for DNSServer.h library and copy it at the arduino IDE library folder.

@elsabz
Copy link

elsabz commented Dec 3, 2018

Ok i made and now the compiling process go forward...
But i get one error without information.. Also compiling error ....
The last information is:
C:\Users\username\Documents\ArduinoData\packages\esp32\hardware\esp32\1.0.0\libraries\ArduinoOTA
exit status 1
Thank you

@josmargoncal
Copy link
Author

Ok, try to download the new version of arduino IDE and install again the library. That was for my the solution

@elsabz
Copy link

elsabz commented Dec 3, 2018

my version of Arduino IDE is already the last (1.8.7)
I manually removed some libraries that included header files with the same name, starting with the first report as long as the compiling was successful!
Now I will have to try the LoraGetway ... in the meantime, thank you

@elsabz
Copy link

elsabz commented Dec 3, 2018

Hi, i have success with the LoraGateway :-)
It's Work, i register on the things network and is connected...
I have two TTGO ESP32 Lora V1 , one is the gateway and the second is the node.
You can say me wo i can take the software for node?

@josmargoncal
Copy link
Author

Google "nodo esp32 lorawan akirasan"
Follow the instructions, maybe you will need traslate it becouse is in spanish

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

No branches or pull requests

2 participants