Navigation

    Welcome to the Pycom forum

    Forum

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

    • B

      General LoPy + Pytrack Sleep Functions
      Comments & Feedback • lopy pytrack firmware update python sleep • • Burgeh  

      2
      0
      Votes
      2
      Posts
      1366
      Views

      seb

      Hi, Yes, the way the Pytrack/Pysense/Deepsleep shield sleep works is that they disconnect the power from the module, sensors etc entirely. In the case of the Pysense and Pytrack the USB is also de-initialised meaning you will lose the serial connection, this can make talking to the device difficult if it does not wake up for long The Pytrack/Pysense/Deepsleep shield sleep is a a "deep" sleep rather than a regular sleep. Once you use this, when the module wakes up it will be like it was rebooted. Pycom board do not currently support machine.sleep although this is being investigated. The way this differs from the machine.deepsleep is that this uses external hardware and powers off everything on the board, not just the ESP32 processor. You can still use machine.deepsleep if you desire but note that on the WiPy2, LoPy and SiPy, due to an issue with the way the voltage regulator is connected the deepsleep current draw will be quite high (15mA) If you connect P12 to 3.3v with a jumper cable and wait for the device to wake from sleep you will see the on-board LED blink orange. Once this happens you can disconnect the cable. The device will now "safe boot". This prevents the device from running boot.py and main.py and therefore the code putting the device to sleep. The best way to stay informed of firmware updates is to use the forums subscribe feature for the announcements forum. We will always post in there when a new firmware is released
    • G

      Anyone used microGPS with pytrack, threads?
      Discussion • pytrack gps threading nmea • • gregcope  

      4
      0
      Votes
      4
      Posts
      830
      Views

      G

      Hi Not noticed the lTE issues as this does not work in the uk. It should keep the almanac and other data when in sleep mode, however the sleep architecture is one where essentially recovering from sleep is a (re)boot, so you need to design accordingly. Also, do not use an SDCard as this will stop the sleep current from going below 5mA. I have not progressed this for over a year. Sorry.
    • B

      General LoPy + Pytrack Sleep Questions
      LoPy • lopy pytrack deepsleep python sleep • • Burgeh  

      1
      0
      Votes
      1
      Posts
      749
      Views

      No one has replied

    • J

      PCB CAD drawing
      Expansion Board • pytrack pysense cad drawing • • Jardar  

      3
      1
      Votes
      3
      Posts
      1001
      Views

      R

      I am looking for a CAD drawing of the expansion board 3.0 as well in order to design an enclosure. Anything available? I can measure it myself, but it would be nice to reference the actual dimensions.
    • G

      Pytrack - External active GPS/GNS antenna UFL request
      Comments & Feedback • pytrack antenna gnss • • gregcope  

      5
      1
      Votes
      5
      Posts
      1423
      Views

      S

      @seb How do we get the position we just get: https://forum.pycom.io/topic/2971/lopy-gps-pytrack-no-coordinates-found
    • J

      Short indoor range with LoPy
      LoPy • lopy lora pytrack lorawan range • • JonasDe  

      16
      0
      Votes
      16
      Posts
      3135
      Views

      J

      Solved! Thanks again everyone. The problem was indeed that the antenna was mounted according to the specification for the LoPy1r, so it was actually on the LoRa 433-510 MHz antenna slot. After a quick range test I now receive packets at at least 400 meters distance. Many thanks, I thought I had gone crazy there for a while!
    • O

      Are there 'readable' shield Id's?
      Comments & Feedback • lopy pytrack pysense expansion board • • oldGuyDave  

      9
      0
      Votes
      9
      Posts
      1796
      Views

      O

      @seb First I want to thank you for your help - you have helped me resolve the board detection issue. I understand try/except is the "python way" but as a developer with a much more structured background I was hoping for a solution that might be more robust so as not to encounter issues in the future as the interface or hardware might change. I really do appreciate your time and effort and I understand this is likely the best solution for now.
    • M

      Pytrack usage?
      LoPy • pytrack • • misterlisty  

      5
      0
      Votes
      5
      Posts
      936
      Views

      philwilkinson

      hey @misterlisty great to hear you are trying to interact with the sensors on the PySense. I have found that watching Alex's Corner Week 7 video on YouTube was the best introduction, together with the basic main.py document on the GitHub and reading the datasheets of course! good luck and don't forget to post your project back on the forum! Phil
    • M

      function removed from LIS2HH12.py library module
      Discussion • pytrack library lis2hh12 accele • • mrainone  

      5
      0
      Votes
      5
      Posts
      1314
      Views

      livius

      @mrainone said in function removed from LIS2HH12.py library module: can you recommend a low cost magnetometer to connect to the lopy I use simple GY-271 (HMC5883L) It working fine for me and is cheap
    • S

      Cannot open COM port for FiPy and PyTrack
      FiPy • fipy gpy pytrack port com • • Sat  

      16
      0
      Votes
      16
      Posts
      3554
      Views

      robert-hh

      @combaindeft B) is clear, since the 3.3 regulator is on the FiPy device. Without that, no power at the 3.3V pin. Due to A) with the rock solid supply through a battery it is hard to accept, that it's a firmware issue, at least of the FiPy. Still, the PyTrack board can be the culprit. Did you try to run the FiPy without the PyTrack board, like on a breadboard with a separate USB/serial interface? Shorting 3.3 and GND should be avoided. P.S.: It's a pity that Pycom does not publish schematics.
    • M

      Pytrack, how do i use it for com port.
      Discussion • pytrack • • misterlisty  

      2
      0
      Votes
      2
      Posts
      548
      Views

      seb

      What version of Windows are you using? If its Windows 7, do you have the drivers for the Pytrack/Pysense installed? You can find instructions on how to install them here: https://docs.pycom.io/chapter/pytrackpysense/installation/drivers.html
    • J

      Adding a magnetometer to PyTrack + LoPy?
      Expansion Board • lopy pytrack expansion board gps magnetometer • • JonasDe  

      4
      0
      Votes
      4
      Posts
      1119
      Views

      seb

      @jonasde On the bottom of your Pysense board you will find a 5x2 header you can solder to (see: https://docs.pycom.io/chapter/datasheets/downloads/pysense-pinout.pdf) When I connected it I used P8 and P4 which are availble on pins 9 and 10 of the external header. You will also need to connect to GND and 3V3_Sensor to the modules GND and Vdd pins.
    • M

      Adapter to fit PySense/PyTrack in a PyCase
      Getting Started • pytrack pysense pycase adapter • • marcozennaro  

      3
      4
      Votes
      3
      Posts
      1150
      Views

      M

      Hi! Please find here the file. Let me know if you need any help. Marco https://www.dropbox.com/s/c3phhysmv1nps98/pycom_ok.dxf?dl=0
    • A

      Error when importing pysense/pytrack
      FiPy • pytrack pysense fipy firmware • • adrien3d  

      11
      0
      Votes
      11
      Posts
      3556
      Views

      R

      @Cormac Yeah the mkfs method has been renamed or just removed. Use os.fsformat('/flash') instead, as i also wrote in my previous post.
    • C

      Lopy4-Pytrack , CayenneLPP code for GPS.
      LoPy • lopy4 pytrack gps cayennelpp • • chuck  

      1
      0
      Votes
      1
      Posts
      688
      Views

      No one has replied

    • K

      FiPy and Pytrack
      FiPy • fipy pytrack • • Kodiak80  

      18
      0
      Votes
      18
      Posts
      5331
      Views

      F

      I've had the same error and it was due to some junk files on my Fipy. A filesystem reset worked for me: >>> import os >>> os.mkfs('/flash')
    • R

      PyTrack external GPS antenna
      Getting Started • pytrack antenna external • • R.W  

      3
      3
      Votes
      3
      Posts
      1939
      Views

      G

      +1 External active antenna with LNA would be great. Other boards have this (e.g. Adafruit and NEO boards).
    • G

      fypi/pytrack firmaware update fails
      Getting Started • pytrack firmware update getting started linux fypy • • gnm  

      14
      1
      Votes
      14
      Posts
      2650
      Views

      X

      @gnm Glad to hear it finally worked :) I hope the rest of the getting-started experience will be smoother but don't hesitate to let us know if you need anything further.
    • O

      Pytrack and LoPy4 - I2C bus error
      LoPy • lopy4 pytrack firmware i2c i2c bus error • • olliec  

      8
      0
      Votes
      8
      Posts
      2309
      Views

      seb

      address 0x08 in the PIC microcontroller on the Pytrack/sense so it is supposed to be there. When I tested this out on a LoPy4 with the latest firmware and a Pytrack with the latest firmware it worked fine the first time. So are you completely unable to talk to the PIC without errors?
    • B

      Expansion Board Suggestions
      Expansion Board • pytrack expansionboard battery monitor features suggestions • • brotherdust  

      16
      4
      Votes
      16
      Posts
      3613
      Views

      Charly86

      @brotherdust any chance you share the pin pad mapping on the bottom (at least RX/TX) ?
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 5 / 9