Navigation

    Welcome to the Pycom forum

    Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Tags
    3. pybytes
    Log in to post

    • P

      PyBytes Location Source
      Support & Troubleshooting • fipy pytrack gps pybytes location • • protean  

      4
      0
      Votes
      4
      Posts
      605
      Views

      J

      @protean Hi, when you click on "get location button", Device scans the wifi networks around and sends the result to Pybytes. Pybytes is using Google location API to figure out and the location.
    • B

      Sipy can't connect to Pybytes
      SiPy • pybytes connection platforms • • brossingo  

      6
      0
      Votes
      6
      Posts
      1039
      Views

      P

      @belal-chaudhary Can you confirm is your wireless network the standard wep/wpa-2 setup or does it use fancy certificate based authentication? Nothing strange going on Re Network proxy's like Eduroam/mobile providers are likely to have?
    • D

      Stubborn Wifi name... want the defaults...
      Support & Troubleshooting • lopy4 pybytes • • dan0h  

      4
      0
      Votes
      4
      Posts
      750
      Views

      D

      Just got around to getting back to this issue - thanks so much Xykon, problem solved! robert-hh: I did do erase during update yep, a few times, but eventually was solved with advice from the post above :)
    • K

      How to add more than 1 Wifi Network to pybytes_config.json ?
      Support & Troubleshooting • wifi pybytes wipy3.0 json • • klaus  

      2
      0
      Votes
      2
      Posts
      759
      Views

      dan

      Hi @klaus, Currently, you can only configure one WiFi network, and save multiple in the Pybytes console.
    • philwilkinson

      Unable to use Rshell with Pybytes firmware
      Support & Troubleshooting • firmware pybytes rshell • • philwilkinson  

      7
      0
      Votes
      7
      Posts
      1076
      Views

      T

      @jirkakrepl Thanks. I had worked this out.
    • B

      FTP
      LoPy • lopy wifi pybytes ftp access point • • brady.aiello  

      5
      0
      Votes
      5
      Posts
      853
      Views

      robert-hh

      @brady-aiello You have to change it on the xxPy device. I usuall switch to station mode in my boot.py script and connect the xxPy device to my home AP.
    • N

      Pybytes flash upload
      Ideas • pybytes flash upload web page editor • • nicoloboatto  

      2
      0
      Votes
      2
      Posts
      645
      Views

      dan

      Hi @nicoloboatto, Indeed it is not supported currently, but it's on our list.
    • B

      Can't connect to PyBytes
      Support & Troubleshooting • lopy wifi pybytes beta connect • • brady.aiello  

      2
      0
      Votes
      2
      Posts
      551
      Views

      B

      This is strange behavior. When I assign it a new ssid / pw, it acts as an access point, and I can directly connect to it. When I delete the device, and add it again with an ssid / pw for the local wifi, it connects to that, and subsequently connects to PyBytes.
    • B

      Pybytes Library not Uploading
      Pymakr • lopy pybytes upload upload failure pmkr • • brady.aiello  

      2
      0
      Votes
      2
      Posts
      573
      Views

      B

      I was able to upload it by not safe booting, but it would be nice to be able to boot in safe mode with this.
    • A

      Add Device doesn't give option to add shield
      Support & Troubleshooting • lopy pysense pybytes • • arthurjw  

      3
      0
      Votes
      3
      Posts
      615
      Views

      A

      Thank you for your reply. Is there a simple example anywhere of sending data (temperature, humidity) to pybytes using the pysense shield?
    • M

      Login issue to https://pybytes.pycom.io/
      Support & Troubleshooting • pybytes login • • mwindley  

      3
      1
      Votes
      3
      Posts
      551
      Views

      M

      Thanks for reply, it pooped back up and i am :)
    • R

      Billing live yet?
      Support & Troubleshooting • pybytes • • robmarkcole  

      2
      0
      Votes
      2
      Posts
      552
      Views

      Mariano

      @robmarkcole, you can register a billing address unless you left any field blank or filled incorrectly. Can you share a screenshot of the form?
    • M

      Help me understand the data flow: LoPy (LoRa OTAA) -> LoRaWAN Nano-Gateway -> TTN -> PyBytes
      Support & Troubleshooting • lopy4 lorawan pybytes lora otaa • • Macc  

      7
      0
      Votes
      7
      Posts
      1236
      Views

      M

      @xykon Thanks for your confirmation - that will save me a lot of time. I'm going to wait for the official Nano gateway support then. Already pretty excited!
    • S

      Does Pybytes support Lorawan nano Gateway on Lopy4
      LoPy • lopy4 pybytes • • shiva shankar  

      3
      0
      Votes
      3
      Posts
      938
      Views

      M

      Hello Xykon, I kindly wanted to check, if there is an update on the Nanogateway support for PyBytes? It would be fantastic for me to have that supported. I'm running multiple LoPy's that are repoting sensor data via LoRa to a Nanogateway.
    • X

      New Firmware Updater version 1.14.5
      Announcements & News • firmware pybytes updater • • Xykon  

      1
      0
      Votes
      1
      Posts
      650
      Views

      No one has replied

    • A

      ABP connection with Pybytes TypeError: function takes 3 positional arguments but 2 were given
      LoPy • pybytes • • asavvin  

      2
      0
      Votes
      2
      Posts
      658
      Views

      J

      Hi @asavvin, thanks for reporting this issue. We are working on making lora working properly now.
    • A

      Pybytes registration with Lora OTAA
      LoPy • pybytes • • asavvin  

      3
      0
      Votes
      3
      Posts
      978
      Views

      A

      Thank you for your comments. I was able to get it work w/o error, but since OTAA connection is more complex I tried to use ABP, but I am facing another issue I believe with 3d parameter for ABP. I could not define it in config.py correctly. configuration defined to use first lora_abp first server': 'mqtt.pybytes.pycom.io', 'network_preferences': ["lora_abp","wifi"], ABP defined as: abp': { 'nwk_skey': 'xxx', 'app_skey': 'xxx', 'dev_addr': 'xxxxxx' } getting an error message for 3d parameter Using configuration config.py file from /flash folder WMAC: 30aea4785f7c Firmware: 1.17.5.b2 Traceback (most recent call last): File "_main.py", line 95, in <module> File "/flash/lib/pybytes.py", line 30, in connect_lora_abp TypeError: function takes 3 positional arguments but 2 were given MicroPython v1.8.6-849-b9d53b40 on 2018-05-03; LoPy4 with ESP32
    • B

      Heads up on our #GOINVENT WORLD SERIES....
      Announcements & News • pybytes goinvent workshop hackathon hacking • • Bettina  

      4
      2
      Votes
      4
      Posts
      1702
      Views

      philwilkinson

      Hey @Bettina are these events going ahead?
    • F

      Big THINGS happening in February!
      Announcements & News • lorawan lte pybytes • • Fred  

      12
      5
      Votes
      12
      Posts
      3025
      Views

      F

      @eric24 Aha... ok. Longer term eg 6 months horizon, Pycom will be offering connectivity services. For obvious reasons I cannot go into detail at this stage but we will make announcements soon. In the meant time, I take onboard your requirements and will ensure we publish some practical steps for short term supply. Leave that with me... Thanks Fred
    • 1
    • 2
    • 3
    • 2 / 3