-
Notifications
You must be signed in to change notification settings - Fork 74
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
Problem uploading lua files #43
Comments
Have you done the configuration steps described in the Readme? |
The only step I had to change was the uploader software, I used ESPlorer tool instead
even I could see the 4 files uploaded, but "...no config found, use default values" message repeated.... ;( Other question: I have been reading the "1 channel gateway" posts and it is said that TTN doesnt support 1cgw's (one channel, SF, downlink messages.. etc) ... this firmware works anyway? i am getting mad cause I have two nodes for testing and I have not none gateway near. This code is "my last chance" (I tried other codes and this seems the most complet) thank you again! |
Have you configured the wifi connection as described in 'Register your wifi network'? When the gateway starts it first connects to your wifi network. It will not show any responses until a succesfull connection is made. It looks like your gateway cannot establish a connection to your network. Check your wifi credentials... |
OOOhh! Thank you very much!! I wasnt able to undestand the "readme" filr :(. In addition I didnt know how lua scripts work. All ritght, I set the lua wifi comands and, at least! I have a gateway on green connected :) One more question... Should I see the way to modify the firmware of these nodes to work only in one channel? they use lmic, arduino library Thanks in advance!!! |
It should not be necessary to modify your nodes. Just be aware that this gateway will not be able to receive all messages. When using OTA on your node, it will transmit on one of 3 frequencies, so you will have a chance of 1 in 3 that your gateway will receive the OTA request. Your node will try all three frequencies, so be patient, it will get activated. |
I am trying to build a single channel lora gateway with a Lorago dock v1.1 board(ESP8266 and SX1276) and trought ttn I arrived to this repository. It seems exactly what I want, but, I found some problems:
I am uploading lua files with ESPlorer tool, because I dont know how python works very well... Should have I a problem using this tool?
I gave 4 "succes uploading" (one for each lua file in src folder), but when I reset the board I get:
"Node custom build by....... ......no config found, use default values" ... and nothing else...
any idea? thank you in advance!
The text was updated successfully, but these errors were encountered: