-
Notifications
You must be signed in to change notification settings - Fork 39
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
failed to start the concentrator running util_pkt_logger #5
Comments
I never tried util_pkt_logger. |
Thanks for trying the code. I tried with the local_conf.json deleted and it still had the same error message. Anyone have any ideas what would cause the concentrator to start? I've tried looking through the code but I'm not sure |
Hello, I have the same issue as @iot1234 any ideas to fix it? |
Take a look at syslog, you may see that the FTDI drops out
In my experience, this happened when the mini pcie to usb adapter 3.3V regulator was dropping out. You can measure this on the via just next to pin 51 on the top side of the MTAC-LORA card. Fix was to pull the inductor on the mcard and use a power supply 3.3v instead of the regulator. If the problem isn't that the FTDI chip is dropping out you can also try running strace which should give you more information about where it's failing. |
Hi, I don't think this is an issue but I am trying to run the basic util_pkt_logger to test if the gateway is working. However, the gateway (concentrator) doesn't even start. I have followed this tutorial exactly.. https://github.com/mirakonta/lora_gateway/wiki
I get the error message "loragw_pkt_logger: ERROR: failed to start the concentrator"
Does anyone have any ideas why this might be? I don't get this error when I run the packet_forwarder programs.
The text was updated successfully, but these errors were encountered: