Navigation

    Welcome to the Pycom forum

    Forum

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

    • T

      pysense: why a coprocessor
      Comments & Feedback • pysense • • tmcolby  

      5
      0
      Votes
      5
      Posts
      1074
      Views

      M

      @jcaron thanks for pointing to this informative thread! I've looked through the library code as well, very informative. In addition, I spent half a day reverse engineering the connections and looking up cryptic SMT markings for the undocumented parts on the board (TPS78233 LDO, BQ24040 Lipo charger, TT8J13 dual P channel FET). Thankfully I don't need the low power capabilities of this board (I need an active WiFi connection), I only need the sensors, so this simplifies things. Let's hope Pycom releases the secrecy around this board and published PIC source code and schematics.
    • S

      Pysense temperature and humidity
      LoPy • pysense pycom python • • stefan85e  

      2
      0
      Votes
      2
      Posts
      828
      Views

      dan

      Hi @stefan85e, You can find our example project for the Pysense on GitHub here. It has the main.py with the code and the libraries.
    • A

      Can't change light sensor settings.
      Expansion Board • pysense • • alidaf  

      1
      0
      Votes
      1
      Posts
      351
      Views

      No one has replied

    • B

      PySense hardware versions 1.0 vs 1.1 with Lopy - battery lifetime issue
      Discussion • lopy pysense deep sleep battery powered • • b3da  

      1
      0
      Votes
      1
      Posts
      514
      Views

      No one has replied

    • 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?
    • A

      Pysense V1 firmware upgrade procedure
      Discussion • pysense • • arthurjw  

      2
      0
      Votes
      2
      Posts
      536
      Views

      catalin

      hi @arthurjw, what do you mean by v1/v3? The hardware versions are 1.0 and 1.1(no difference). The latest firmware version is v0.0.8. The Pysense updating procedure did not changed: https://docs.pycom.io/chapter/pytrackpysense/installation/firmware.html On what OS are you updating, Windows/Linux/Mac?
    • S

      Factory Reset Pysense + Fipy
      Support & Troubleshooting • pysense fipy firmware update failed • • samrhodus  

      4
      0
      Votes
      4
      Posts
      1547
      Views

      P

      @jazzyhawk Hey, try doing a safeboot. It should skip your boot.py and main.py code and allow you back in. https://docs.pycom.io/gettingstarted/programming/safeboot.html
    • le_wildfox

      Network Performance Measure with Pycom Board
      Discussion • gpy pysense nb-iot performance discussion • • le_wildfox  

      4
      0
      Votes
      4
      Posts
      733
      Views

      J

      @le_wildfox I'm not very familiar with NB-IoT, but from what I understand, it is quite specifically designed to not offer great throughput or latency, as the priority is low power. The peak rate is between 20 and 250 kbits/s, and latency is counted in seconds... Not sure exactly what you expect to get...
    • L

      Visualised acc data on app via Bluetooth using Pysense/Lopy4
      Guides • lopy4 pysense bluetooth accelerometer • • luke89  

      1
      0
      Votes
      1
      Posts
      693
      Views

      No one has replied

    • Iplooky

      Pysense Output pins
      LoPy • pysense adc pinouts output • • Iplooky  

      1
      0
      Votes
      1
      Posts
      909
      Views

      No one has replied

    • T

      Question and help concerning Pysense/LoPy with Graphite
      Comments & Feedback • pysense • • tbuteau  

      2
      0
      Votes
      2
      Posts
      469
      Views

      T

      @tbuteau You should probably start by looking at the various inbound methods you can talk to carbon (the graphite daemon you will send data too). You should establish what is expected by your graphite cloud. I would imagine it is authenticated in some fashion. https://graphite.readthedocs.io/en/latest/feeding-carbon.html pickle or plain text would be the way to go, (I am not aware of AMQP libe for MicroPython)
    • E

      <SOLVED> FiPy not detected on Win10 (using PySense)
      FiPy • fipy pysense usb • • emil  

      2
      0
      Votes
      2
      Posts
      648
      Views

      E

      Figured out the issue. Looks like the FiPy was consuming more current that my USB was able to deliver even though it was just running the sample PyMakr code of changing LED color. I connected a LiPo battery to it and didn't have an issue since. For those interested in figuring out how I got to this: I removed the FiPy module from the PySense Connected through USB to the computer and checked device manager for a new COM port If present, then PySense is fine. Without removing the USB to the PySense, I connected the FiPy and was able to program it. With the above basic steps you can determine if the board is actually bricked or just requires power.
    • B

      Pysense 3D Model
      Guides • pysense case 3d model • • Berkelium  

      2
      0
      Votes
      2
      Posts
      1105
      Views

      X

      @berkelium Our hardware designer has provided these step files http://software.pycom.io/downloads/PyShieldsExp3_step.zip I haven't been able to open them myself yet but maybe you have better luck? I'd appreciate any feedback before we put these into the docs.
    • H

      Deep sleep with Pysense - Different APIs
      Discussion • fipy pysense deepsleep • • Henning  

      3
      0
      Votes
      3
      Posts
      858
      Views

      H

      @jcaron Thanks a lot for the explanation! That solved the question for me.
    • B

      PySense / PyTracker + LoRa Server + InfluxDB + Grafana
      Projects • pysense loraserver loraserver.io pytracker grafana • • brocaar  

      2
      8
      Votes
      2
      Posts
      2023
      Views

      No one has replied

    • A

      Deepsleep Pysense button interrupt triggered always
      FiPy • fipy pysense deepsleep deepsleep wake • • akshayjames  

      2
      0
      Votes
      2
      Posts
      748
      Views

      jmarcelino

      @akshayjames I think the problem is the button on the Pysense goes low when pressed, not high, so you want to wake up on low.
    • A

      3V3_sensors pin on Pysense not turning off during sleep
      Discussion • fipy pysense pin not working • • akshayjames  

      5
      0
      Votes
      5
      Posts
      943
      Views

      A

      @jmarcelino Oh. Yes I was using machine.deepsleep(). Now it works. Thank you for your help.
    • A

      What does the PWR_EN pin on Pysense do?
      Discussion • fipy pysense control pin • • akshayjames  

      6
      0
      Votes
      6
      Posts
      1093
      Views

      S

      Can everyone explain me how is pwr_en works? Can I wakeup the board over pwr_en and gnd from deepsleep? Can I force a reset over this pin? Pycom doc confuse me 😊
    • A

      I2C communication between sensor and Pysense not working
      Comments & Feedback • pysense i2c wipy 3.0 external sensor • • ambropete  

      1
      0
      Votes
      1
      Posts
      560
      Views

      No one has replied

    • F

      SD card doesn't work on pysense
      Discussion • pysense micropython code • • freddy  

      26
      0
      Votes
      26
      Posts
      4788
      Views

      S

      @Henning I had the same issue with the Expansionboard v3.1. The issue got solved, after using another Expansionboard v3.1 I've bought recentely..... I never used the SD-Card slot on the first one before, so I don't know, why it seems to be broken. Well, at least it works flawless with the second Expansionboard.
    • 1
    • 2
    • 3
    • 4
    • 5
    • 8
    • 9
    • 3 / 9