Navigation

    Welcome to the Pycom forum

    Forum

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

    • D

      Deep Sleep not working
      LoPy • lopy pysense deep sleep sleep • • dbrgn  

      8
      0
      Votes
      8
      Posts
      2784
      Views

      Charly86

      @dbrgn I'm having the same issue and I can reproduce it even with all latest firmware So to get back to your original question, is there a way to reset PIC with a Lopy GPIO, ie in case of I2C Error, reset the PIC should recover. Can we locate the PIC reset pin on the PySense/PyTrack boards? I would like to solder a wire from LoPy GPIO on it. It's difficult to tell our customers to recycle power on devices located in the field.
    • tobru

      failed to set dtr/rts
      Issues & Bugs • lopy pysense pymakr • • tobru  

      25
      0
      Votes
      25
      Posts
      17173
      Views

      on4aa

      What Removed Added Resolution --- FIXED Status REOPENED RESOLVED Comment # 5 on bug 104320 from Aleksander Morgado I've pushed the 2 blacklisted devices with rules including vid:pid, but I've also added the whole vid to the "usb adapters greylist", which are only probed if manually requested to do so, so should help to avoid interference with other Microchip-vid-tagged devices. https://cgit.freedesktop.org/ModemManager/ModemManager/commit/?id=c2b956aefce495865cbdcb9971e2b3cd99cd0e99 All fine & dandy in the end…
    • J

      Connection to LoPy through Pysense fails
      Issues & Bugs • lopy pysense pymakr serial • • jellium  

      2
      0
      Votes
      2
      Posts
      1237
      Views

      J

      A temporary fix: downgrade Pymakr Atom package from version 1.0.2 to version 1.0.1. Curious to know where the problem lies in version 1.0.2 for my LoPy-Pysense combo.
    • D

      Unable to connect using default password www.pycom.io
      WiPy 2&3 • pysense wipy 2.0 • • doubleo  

      7
      0
      Votes
      7
      Posts
      1941
      Views

      D

      @jmarcelino I managed to get the firmware version. It is 1.6.7.b1. Is this a stable version? Do I still have to upgrade it? Thank you
    • K

      Anyone manged to get the FIFO in the Pysense shield accelerometer working?
      Expansion Board • pysense accelerometer fifo • • kuantsai  

      1
      0
      Votes
      1
      Posts
      745
      Views

      No one has replied

    • T

      Pysense / pytrack
      Discussion • pytrack pysense lop • • tholden  

      4
      0
      Votes
      4
      Posts
      1342
      Views

      jmarcelino

      @tholden PIC should also be able to wake up the Pycom board from deepsleep for example if movement is detected by the accelerometer.
    • T

      pysense: lots of invalid temp/hum values
      Getting Started • pysense temperature humidity • • thomas  

      30
      0
      Votes
      30
      Posts
      10527
      Views

      G

      @catalin Thank you for the response. Can you please provide the link to the forum thread debating this?
    • C

      VBATT on pysense and pytrack
      Discussion • pytrack pysense battery • • cfaessler  

      2
      0
      Votes
      2
      Posts
      1457
      Views

      E

      Use pytrack.py from https://github.com/pycom/pycom-libraries/tree/master/pytrack/lib. Copy pytrack.py to /flash/lib. Test: import pytrack py = pytrack.Pytrack() print( '{}V'.format(py.read_battery_voltage())) Dispaly is 4.686702V hope it's help you.
    • T

      Casing for the Pytrack and Pysense together with LoPy
      Comments & Feedback • lopy pytrack pysense pycase • • tanmoy_dutta  

      8
      0
      Votes
      8
      Posts
      2586
      Views

      T

      @bucknall Thanks for following up on this. For trials, the pytrack would be mounted in a car. The pysense is indoors, wall mounted. I'm in the process of 3D printing a casing myself for this. But as a review I can add that an enclosure similar to Pycase Clear, which is able to house the Pysense and Pytrack boards, would be a best suited solution. I have seen in TI SensorTags that they have transparent casing pieces on top of the sensor side of the board with slits and grids to let both light and humidity in. Perhaps this is also something to consider in the design.
    • bucknall

      Pytrack and Pysense Libraries Release 1.0.0
      Announcements & News • pytrack pysense library • • bucknall  

      41
      1
      Votes
      41
      Posts
      20107
      Views

      Iplooky

      @daniel you where right, I had all the libraries outside the lib folder and that's why it did not work. still: import sys sys.path.append('/flash/my_folder') helped me a lot! Thank you!
    • gertjanvanhethof

      Pysense example I2C not correct
      Comments & Feedback • pysense i2c bus error examplecode • • gertjanvanhethof  

      4
      2
      Votes
      4
      Posts
      2118
      Views

      M

      @gertjanvanhethof odd, I had to change a few things: import for LIS2HH12 was in lower but file is upper "acc = LIS2HH12()" - was getting an error that it didn't want any parameter so I emptied that and it's working now I didn't need to change the pins. This is with WiPy 2.0. Odd, looking thru the documentation, the pins for I2C don't match between the pysense and any of the boards. Anyway, it's working for me on 9 and 10. - EDIT - Wondering if it's taken care of in the library now instead. I just commented out the line and it still works. Edit again - yes, looking in the libraries, it's actually set there which makes more sense anyway. Below is working fine: from machine import I2C from LIS2HH12 import LIS2HH12 import time acc = LIS2HH12() while True: print('----------------------------------') print('X, Y, Z:', acc.read()) print('Roll:', acc.roll()) print('Pitch:', acc.pitch()) print('Yaw:', acc.yaw()) time.sleep(1)
    • D

      Pytrack and Pysense firmware release 0.0.2
      Announcements & News • pytrack firmware pysense • • daniel  

      27
      1
      Votes
      27
      Posts
      12215
      Views

      T

      @jmarcelino s/n is "1713000002" @Pajarraco sorry I should have said that I already used those drivers... but strangely, I had to manually select the drivers as the device appeared as "unknown device" and windows 10 didn't ask me to choose what to do automatically
    • A

      [SOLVED] How update LoPy firmware through PySense expansion board
      Getting Started • lopy pysense firmware update • • alvaroBT  

      15
      0
      Votes
      15
      Posts
      5243
      Views

      F

      This worked for me:
    • A

      [SOLVED] Driver USB for PySense Windows 7 64b
      Getting Started • lopy pysense usb driver • • alvaroBT  

      10
      0
      Votes
      10
      Posts
      4490
      Views

      M

      @jmarcelino Thanks! Works fine now. Best, Marco
    • J

      Update LoPy firmware using Pysense as expansion board
      Issues & Bugs • lopy firmware pysense usb • • jellium  

      10
      0
      Votes
      10
      Posts
      3626
      Views

      livius

      @robert-hh said in Update LoPy firmware using Pysense as expansion board: So better never supply the board by the 3.3V Pin. That's an output, not an input. Use the Vin Pin for supply. @daniel: Please remove note, that the device can be supplied through the 3.3V pin. Even if that may work under certain conditions, the risk is too high that devices will be broken. I see that we disscuss this 6 months ago ;-) https://forum.pycom.io/topic/316/wipy-pin-3v3-not-work But conclusion was different. Now when we have schematic i do not see there any diode or something like LTC4357 And schematic(and description) for LM3281 does not bring light if there is some protection - especially that there is comparator output
    • F

      Pybytes - Middleware Platform Update
      Announcements & News • lopy pytrack pysense sipy pybytes • • Fred  

      4
      1
      Votes
      4
      Posts
      1875
      Views

      R

      @BetterAuto You had to be within the first 100 to sign up when the beta was first announced many months ago. I signed up the first day it was announced but still have no confirmation that I am in the beta program.
    • F

      Pytrack / Pysense delivery status - LATEST INFO
      Announcements & News • pytrack pysense • • Fred  

      12
      3
      Votes
      12
      Posts
      3696
      Views

      F

      @Fred UPDATE Dear All, The Pysense/Pytrack modules have arrived in the UK and we are busy making arrangements to ship the many backorders. Our goal is to have everything shipped by Tuesday next week. You will, no doubt, have started to receiving order acknowledgements confirming completion of orders. Best wishes Fred
    • M

      PySense Expansion Board
      Getting Started • pysense • • mike632t  

      2
      0
      Votes
      2
      Posts
      907
      Views

      bucknall

      HI @mike632t, I'm writing up the documentation for both the Pysense and the Pytrack as I'm typing this now! It will go up once the device arrives! I can however confirm that all the sensors are connected on the I2C bus via pins P22 (SDA) and P21 (SCL). Hope this helps!
    • F

      Pycom delivery schedule planning
      Announcements & News • pytrack pysense pycom l01 w01 • • Fred  

      1
      3
      Votes
      1
      Posts
      1356
      Views

      No one has replied

    • L

      Wy is the release data moved from te Pytrack?
      Discussion • pytrack pysense • • lawrence  

      10
      0
      Votes
      10
      Posts
      2558
      Views

      A

      @Fred @bucknall Do you have any expected shipping date for Kickstarter backers for FiPy (and Pysense, and Pytrack) ?
    • 1
    • 2
    • 5
    • 6
    • 7
    • 8
    • 9
    • 8 / 9