Navigation

    Welcome to the Pycom forum

    Forum

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

    • S

      Is my GPY Bricked??
      Discussion • gpy firmware expansion board • • Stevo52  

      23
      0
      Votes
      23
      Posts
      3370
      Views

      robert-hh

      @stevo52 Yes, from the distance, it sounds like a hardware problem with the board. Maybe a broken wire or a bad solder point at the P2 pin.
    • H

      Trouble getting started on GPy
      GPy • gpy firmware update getting started • • helltoupee  

      5
      0
      Votes
      5
      Posts
      555
      Views

      H

      @elizar I wouldn't have expected it since the Putty output looked fine, but it does appear to be issues related to poor signal quality. I took the breadboard out of the loop and attached the FTDI headers directly to the board headers with Molex cables and the flash finally took! Thanks for the suggestion!
    • C

      GPy and OpenAirInterface
      GPy • gpy pycom oai openairinterfa enb • • cmrosero  

      3
      0
      Votes
      3
      Posts
      377
      Views

      N

      @cmrosero I realize this is an old post but did you ever figure out how to attach Gpy to OAI network?
    • S

      GPY/FiPY & Expansion Bd 3 - Multi I2C and SD Card Instances
      Discussion • fipy gpy expansion board i2c spi • • Stevo52  

      25
      0
      Votes
      25
      Posts
      3535
      Views

      S

      @robert-hh OK, I set up some code to try this out, several timers at different periods and several threads including one to start LTE, send an SMS and then deinit. From what I can see, the timers do NOT get interupted by the LTE device. It seems the timer counts are retained and dumped to REPL as soon as possible (buffered apparently). There is some corruption/mixup of REPL lines but all the timer flags are there I will investigate a bit further and see if I can use this to my advantage. One thread/timer I will need will be at 11uS preferably, so as it is too fast to capture by eye, I'll have to write to a file to a file to evaluate any impact by the LTE device. Biggest constraint might be the actual time to write to disk. A FIFO data buffer is probably a good solution - some work to do there. The test code was pretty rough and ready so its needs a lot of refinement to be truly useful as a valid test.
    • K

      deepsleep pulse counting
      GPy • gpy deepsleep nvram amr • • kjm  

      2
      0
      Votes
      2
      Posts
      362
      Views

      P

      Hi Drop an email to sales@pycom.io with the details :)
    • C

      AT&T Pilot Program?
      GPy • gpy lte at&t certification carrier certifi • • curtis.hendrix  

      1
      1
      Votes
      1
      Posts
      310
      Views

      No one has replied

    • K

      boot.py reliability
      GPy • gpy deepsleep boot.py • • kjm  

      30
      0
      Votes
      30
      Posts
      3871
      Views

      A

      @robert-hh Thanks for the reply! So basically an unstable power supply can lead to flash errors. Good to know. (And you had it, I was using a Li-Ion 3.6V battery. I'll make sure to mention that next time)
    • K

      deepsleep & memory
      GPy • gpy deepsleep flash rtc memory • • kjm  

      3
      0
      Votes
      3
      Posts
      627
      Views

      rcolistete

      From the pycom module documentation : "pycom.nvs_erase_all() Erase the entire NVRAM memory area." AFAIK, there is no way to see all of the contents of nvram on ESP32/Pycom boards.
    • K

      gpy file system
      GPy • gpy os.rename • • kjm  

      11
      0
      Votes
      11
      Posts
      1103
      Views

      robert-hh

      @kjm upip is meant to install (micro)python packages on a micropython device. So it downloads and extracts micropython packages. You have to tell yourself whether it is useful for you. But at least it is a good example. Paul is an excellent Python specialist and programmer. There is a upip.help() telling how to use it. And upip.tarfile is, as far as I understand it, the tarfile extractor.
    • K

      AT cmd for band or frequency
      GPy • gpy lte band lte frequency • • kjm  

      3
      0
      Votes
      3
      Posts
      409
      Views

      K

      @robert-hh said in AT cmd for band or frequency: http://niviuk.free.fr/lte_band.php thnx Rob
    • C

      Why can't the schematics for the expansion boards be released?
      Expansion Board • gpy pysense schematics • • curtis.hendrix  

      3
      2
      Votes
      3
      Posts
      616
      Views

      P

      An effort to bring all documentation inline is ongoing at the moment and things should be clearer going forward. We are aware of a few conflicting pieces of information that need clearing up. Ill pass along the feedback about schematics being made available to the public.
    • S

      WDT Reset, RTC also reset
      MicroPython • gpy micropython pycom rtc watchdog • • serafimsaudade  

      1
      0
      Votes
      1
      Posts
      438
      Views

      No one has replied

    • K

      The 4s blue flash blues
      GPy • gpy deepsleep main.py • • kjm  

      8
      0
      Votes
      8
      Posts
      753
      Views

      K

      @reidfo No I've got everything in try/except loops so it can't crash. This is always when it wakes from deepsleep, instead of running boot or main .py it jumps into dreaded 4s blue flash mode. Grim!
    • C

      Where can I get the AT commands for the GPy Modem?
      GPy • gpy at commands • • curtis.hendrix  

      3
      1
      Votes
      3
      Posts
      554
      Views

      C

      @paul-thornton There it is. Thanks.
    • K

      adc woes
      GPy • gpy adc accuracy adc precision • • kjm  

      4
      0
      Votes
      4
      Posts
      492
      Views

      robert-hh

      @kjm So you are averaging over 1000 values. You can also use a low pass filter, which is a little bit simpler See also the lessons and analysis by Bernd Boser: https://github.com/bboser/IoT49 and especially https://github.com/bboser/IoT49/blob/master/doc/analog_io.md which shows a noise of about 25 LSB. So your averaging of 1024 values (25*25=625) matches that. B.t.w: good ADCs have a noise <= 1 LSB.
    • K

      GPy or FiPy using LTE in the US
      GPy • fipy gpy lte usa • • kevin  

      2
      0
      Votes
      2
      Posts
      430
      Views

      C

      Hi @kevin, From the Southern of Sweden - via Telia's NB-IOT Network - I get this: >>> send_at_cmd_pretty('AT+SQNHPLMN?') +SQNHPLMN: "23820","23820","23820" OK >>> and for you who would like to look it up: http://www.numberportabilitylookup.com/networks?s=
    • M

      C SDK
      Firmware • gpy wifi esp32 • • milan.joshi  

      6
      0
      Votes
      6
      Posts
      735
      Views

      R

      I'm going to let someone who actually works at pycom answer licensing related questions other than pointing you at https://pycom.io/licensing/ . Hey @Paul-Thornton .
    • C

      What is the actual max current available on the 3v3 output, assuming worst case GPy current consumtion
      GPy • gpy power power supply current consump 3v3 • • curtis.hendrix  

      2
      0
      Votes
      2
      Posts
      396
      Views

      E

      @curtis-hendrix I have no spec but I once tried to connect a small LCD display to that power pin. That was an instructive failiure. Even 400 mA is optimistic (may only be reachable at the limit of 5.5 V Gpy supply). You can safely use that 3.3 V pin to supply some I²C chips but nothing that needs power.
    • K

      if lte.is attached() makes it think it's not
      Issues & Bugs • gpy if lte.isattach • • kjm  

      1
      0
      Votes
      1
      Posts
      385
      Views

      No one has replied

    • K

      LTE support for 3 BCD digit network codes
      GPy • gpy nbiot • • kevin  

      1
      0
      Votes
      1
      Posts
      330
      Views

      No one has replied

    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 9
    • 10
    • 4 / 10