Pycom LoPy4 Nano Gateway for LoRaWAN

Поделиться
HTML-код
  • Опубликовано: 26 авг 2024

Комментарии • 11

  • @philwilkinson7228
    @philwilkinson7228 5 лет назад +1

    Excellent video Chris. Sorely need a set of LoraWAN videos from first principles! Hopefully this will get up the numbers of Australians using this technology.

  • @woolfy02
    @woolfy02 Год назад

    Cool project. Is it possible to have one LoRaWAN in the house/car to show the max distance each will connect too?

  • @turbochargedbrick
    @turbochargedbrick 5 лет назад

    Love your videos Chris - Can you do a quick guide on how you map your LoRa coverage around Newcastle?

  • @rockylamattina699
    @rockylamattina699 3 года назад

    Shouldnt wl.mac() have an array index? wl.mac()[0] or [1]? only way i can get it to work.

  • @punithreddy9223
    @punithreddy9223 5 лет назад

    i am having a dou't wether we can use lopy4 as a access point
    or can we use this as a wifi hub that can be connect to pc and then can it be used as a usb dongle

  • @PierreTIANGE
    @PierreTIANGE 3 года назад

    Thanks ;)

  • @nouhailaaitjilali7180
    @nouhailaaitjilali7180 2 года назад

    quelle version micro python utilisé?

  • @imretoth8150
    @imretoth8150 4 года назад +1

    i followed all the steps but it wont connect to wifi... and all the steps after neither.... any tips? great vid tho

  • @electronic7979
    @electronic7979 5 лет назад

    👏👏👏

  • @pandikrao7092
    @pandikrao7092 5 лет назад

    how i will get the TTN Node File , pymakr.config and device eui.py file

    • @medaprashanth8533
      @medaprashanth8533 5 лет назад +2

      go to atom --> project settings --> you will automatically prompted for creating pymakr.config file.
      in device eui.py file he has the below code:
      from network import WLAN
      import binascii
      wl = WLAN()
      print("Gateway EUI: {}".format(binascii.hexlify(wl.mac())[:6] + 'fffe' + binascii.hexlify(wl.mac())[6:]))
      please go through the video in detail