Navigation

    Welcome to the Pycom forum

    Forum

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

    • J

      NB-IoT limitations with Huawei base station.
      GPy • fipy gpy nb-iot huawei • • Jiemde  

      2
      3
      Votes
      2
      Posts
      716
      Views

      le_wildfox

      Hi! "Full support for Huawei is planned for early Q2 2018" --> is there any update for this? Is it now supported? Thanks!
    • T

      Potential device lockdown - Network providers
      GPy • fipy gpy cat-m1 telstra • • tealbrains  

      42
      0
      Votes
      42
      Posts
      10614
      Views

      I

      @daniel I understand Telstra connectivity issue should be resolved. I don't see how to test it myself, Sequans firmware being unavailable at the moment. Did you get positive feedback in this forum?
    • J

      Reset causes for machine.reset()
      Issues & Bugs • gpy reset machine.reset • • Jardar  

      3
      0
      Votes
      3
      Posts
      721
      Views

      J

      Thanks. Is there a way to distinguish a WDT reset (fault condition) vs. a intenden reset by machine.reset()? Best regards Jardar
    • T

      gPY ADC consumes 50mA current??
      GPy • gpy current consump pycom adc • • tanmay07  

      7
      0
      Votes
      7
      Posts
      1139
      Views

      T

      @tanmay07 Got it thanks a ton! I was also looking for another scenario where I do not have to use this. Suppose I configure my device to be on a deepsleep it consumes about 25uA current. But I want it to wake up on certain levels of voltage from my sensors on analog pins. Is it possible to do this using:- machine.pin_deepsleep_wakeup(pins, mode, enable_pull) ?? Because I believe this function can only wakeup the decice from deep sleep if the specidied pins goes high or low.This can be used for specific voltage levels on analog pins right?
    • T

      Pycom Gpy ADC pins consumes 250mA ???
      GPy • gpy analog read • • tanmay07  

      3
      0
      Votes
      3
      Posts
      632
      Views

      T

      @robert-hh Got thanks it works!!
    • S

      testing machine deepsleep
      GPy • gpy deep sleep • • serafimsaudade  

      4
      0
      Votes
      4
      Posts
      1143
      Views

      S

      Hi guys, After done some test I realize that the GPY only exist from deepsleep if is power with 5V. If I power the GYP with 3.5V it hangs forever in deepsleep. This is normal? Cumps,
    • S

      Error while uploading files to GPy
      Discussion • gpy upload failure • • sprasad  

      4
      0
      Votes
      4
      Posts
      853
      Views

      S

      @jmarcelino @robert-hh Thank you for the inputs guys! This is what solved the issue for me, I thoroughly debugged the functions written in sensors.py file. There were some errors in the newly implemented functions which I corrected and then things started working fine!
    • T

      Power Consumption Issue
      GPy • gpy expansion board power • • tealbrains  

      8
      0
      Votes
      8
      Posts
      2029
      Views

      T

      @SiMoS-IoT I improved the way the GPys were handling network failures and ended up implementing a function that manages delays between retries. So if the device can't connect it keeps waiting longer and longer to save power... Delays between attempts : {1,1,1,2,2,2,4,8,16,32} in minutes. You get the idea. Unfortunately I had to ditch all pycom boards for now and find an alternative solution. We faced major issues about 9 months ago, and did not get a prompt reply/support. See this thread: https://forum.pycom.io/topic/3390/potential-device-lockdown-network-providers/37 The Sequans modem is (STILL) not supported by Telstra : https://www.telstra.com.au/content/dam/tcom/business-enterprise/machine-to-machine/pdf/telstra-m2m-certified-devices-modules.pdf
    • C

      DeepSleep Library for FiPy
      FiPy • fipy gpy deep sleep • • cssmacs01  

      2
      0
      Votes
      2
      Posts
      775
      Views

      J

      @cssmacs01 just use the native machine.deepsleep and related functions: https://docs.pycom.io/chapter/firmwareapi/pycom/machine/#machinedeepsleeptimems The deep sleep shield and other workarounds are only needed for some of the modules, the FiPy is not one of them.
    • T

      LTE, analysis of connectivity
      GPy • fipy gpy lte cat m1 connectivity • • tealbrains  

      1
      0
      Votes
      1
      Posts
      694
      Views

      No one has replied

    • B

      Want to join an NB-IoT Workshop with Vodafone 25-26 April 2018?
      Announcements & News • gpy nb-iot lte-m cat-m1 nb1 • • Bettina  

      2
      0
      Votes
      2
      Posts
      937
      Views

      T

      @bettina Hi Bettina, I am based in Australia and developing a remote flood monitoring solution using LoPy4 (soon to be FiPy). I have plans to work with Vodafone locally and wish to get a proof of concept together using NB-IoT. Can you share information about the outcomes of the NB-IoT workshop to help get me started. I have systems working with Sigfox and LoRaWAN. Now just want to adapt to test with NB-IoT. Cheers Peter.
    • S

      Mongo db with Pycom GPy
      Discussion • gpy database • • sprasad  

      7
      0
      Votes
      7
      Posts
      1091
      Views

      S

      @TravisT @jcaron Thank you guys! That is exactly what we decided to do. Connect to a webservice on the internet with wifi and make that communicate with the database.
    • S

      GPy with BNO055 - I2C bus error
      Discussion • gpy accelerometer i2c bus error • • sprasad  

      9
      0
      Votes
      9
      Posts
      1557
      Views

      M

      @sprasad said in GPy with BNO055 - I2C bus error: I2C(0, I2C.MASTER, baudrate=1000, pins=(Pin.exp_board.G15, Pin.exp_board.G16)) > ``` Expansion board G15 and G16 are P8 and P9. P8 is the SD_Data, but You don't use the SD card, the P9 on expansion board is the "led" pin. Try removing the led jumper "enable led signal" on expansion board to disable it.
    • S

      Pin mappings between GPy and Expansion board 2.0
      GPy • gpy i2c • • sprasad  

      3
      1
      Votes
      3
      Posts
      774
      Views

      S

      That worked! Thank you..
    • P

      Stability of LTE M1
      GPy • gpy lte m1 telstra • • Paddy  

      4
      0
      Votes
      4
      Posts
      1162
      Views

      P

      @paddy Any new info on this topic? I cannot get my FiPy to keep uploading for more than a few hours - sometimes 20 minutes - without returning endless EAGAIN or EHOSTUNREACH errors on HTTP calls. This a huge problem for my remote weather station design. I am going to have to have a fully parallel Raspberry Pi zero to run reliably 24/7 and sample the sensors (defeating low power requirement), since I currently have to shut down and reboot my FiPy in code everytime I start getting the HTTP request errors. American Verizon Wireless SIM card through Nimbelink and updated Sequans firmware. Dear Pycom: I want to love your product. Please help.
    • P

      Powering the GPy and Pytrack from a Vehicle
      Discussion • gpy pytrack power voltage • • Paddy  

      6
      0
      Votes
      6
      Posts
      1405
      Views

      B

      Could you use a battery and inductively charge the battery?
    • V

      Troubleshoot GPy connect to NB-IoT
      GPy • gpy nb-iot • • vli  

      6
      0
      Votes
      6
      Posts
      1933
      Views

      E

      @vli did you find a way to enable scrambling? having the same problem here
    • G

      Gpy datasheet. Yay and errors
      Comments & Feedback • gpy • • gregcope  

      3
      1
      Votes
      3
      Posts
      839
      Views

      rskoniec

      Also it would be helpful to add nSIM card orientation (https://forum.pycom.io/topic/2486/nano-sim-card-orentation/2) to these datasheets (GPy, FiPy).
    • E

      Where can I buy a SIM Card for Verizon (US)?
      GPy • gpy sim verizon • • Eric24  

      3
      0
      Votes
      3
      Posts
      1322
      Views

      T

      I think Hologram.io is compatible but I have not yet tested that.
    • 1
    • 2
    • 6
    • 7
    • 8
    • 9
    • 10
    • 8 / 10