Electronut Labs

Results 4 comments of Electronut Labs

@florian-popup thanks for your message above on wlan0. In my case, I am trying the simple pi setup as shown in the page below: https://github.com/cetic/6lbr/wiki/Example-1:-Hello-6LBR Instead of connecting eth0 to...

If you can send me the changes, I can add it as a comment. Thanks.

You seem to have hardcoded the USB port: > /dev/ttyBmpGdb That will not work on Windows and Linux. Instead, it should be a `make` variable. Eg.: > $make BMP_PORT=COM5 flash...