Navigation

    Welcome to the Pycom forum

    Forum

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

    • iotmaker

      How to protect my main.py
      Discussion • lopy wipy sipy security • • iotmaker  

      8
      1
      Votes
      8
      Posts
      2456
      Views

      robert-hh

      @jmarcelino if that is built in to the low level esp.read and esp.write to flash, then it may be transparent, covering anything in flash, like binary code, frozen bytecode and file system. It would then protect against raw readout of flash bypassing the esp.
    • C

      What can run on the ULP co-processor?
      Discussion • sipy power saving ulp • • chrisi  

      3
      0
      Votes
      3
      Posts
      1229
      Views

      M

      Any news on the ability to utilize the ULP through micropython APIs?
    • C

      is short period Deep Sleep possible to save power?
      Expansion Board • pytrack sipy power saving • • chrisi  

      12
      0
      Votes
      12
      Posts
      3977
      Views

      B

      @chrisi Or what about good old UART?
    • O

      [SiPy] PyTrack GPS Not Working? (Firmware 0.0.4) [SOLVED]
      Getting Started • pytrack sipy • • OPCDF  

      8
      0
      Votes
      8
      Posts
      2831
      Views

      bucknall

      @OPCDF Unfortunately there isn't a way to mark it as resolved (we're looking into other forums that allow you to do it). The best thing you can do right now is to modify the title of this post to add '[SOLVED]' to the end of it! Thanks!
    • C

      increment files in SD card in python on Sipy
      MicroPython • sipy micropython codeing • • chrisi  

      4
      0
      Votes
      4
      Posts
      1458
      Views

      C

      Thanks anyway but the problem fixed itself after I updated the firmware and made a few other changes to my code but i still don't know what the problem was but am all good now. Kind regards, Chris
    • iotmaker

      DeepSleep current without the promised shield?
      SiPy • sipy deepsleep • • iotmaker  

      1
      0
      Votes
      1
      Posts
      737
      Views

      No one has replied

    • C

      Trying to accessing accelerometer values on sipy with pytracks
      Expansion Board • pytrack sipy accelerometer • • chrisi  

      6
      0
      Votes
      6
      Posts
      2119
      Views

      T

      @bucknall : @chrisi runned into one of your documentation errors: https://docs.pycom.io/pycom_esp32/pycom_esp32/tutorial/includes/pytrack-examples.html#axis-accelerometer you might adapt the example as mentioned above.
    • J

      Problem with Sigfox Payload
      SiPy • pytrack sipy sigfox • • Jiemde  

      21
      0
      Votes
      21
      Posts
      7600
      Views

      J

      @livius Hi livius, That's work!, now I need to understand how work the "format" of the "pack" function and specialy "little and big-endian. Best regards Jiemde
    • A

      Japan (RCZ3) Missing in SiPy Country List
      Issues & Bugs • firmware sipy country list rcz3 japan • • a.zak  

      1
      0
      Votes
      1
      Posts
      704
      Views

      No one has replied

    • G

      Expected battery life
      SiPy • sipy sigfox battery • • GeirFrimann  

      1
      0
      Votes
      1
      Posts
      1051
      Views

      No one has replied

    • H

      SiPy UART read with RS485 communication
      SiPy • sipy uart arduino communication • • huynhvak  

      2
      0
      Votes
      2
      Posts
      1368
      Views

      B

      To enable reception you need to put your p_out to FALSE.
    • A

      SiPy and BME280
      SiPy • sipy i2c i2c bus error bme280 • • adrien3d  

      6
      0
      Votes
      6
      Posts
      2457
      Views

      A

      @robert-hh said in SiPy and BME280: i2c = I2C(0, I2C.MASTER, pins=(Pin("G9"), Pin("G10"))) Thank you soooo much, correct syntax for me is: i2c = I2C(0, I2C.MASTER, pins=("G9", "G10")) and thanks @bucknall for the library ;)
    • A

      Serial Detection and Atom Pymakr debugging problems
      Issues & Bugs • pymakr sipy atom serial debug • • adrien3d  

      2
      0
      Votes
      2
      Posts
      1727
      Views

      bucknall

      Hi @adrien3d, Could you please try following the instructions at the bottom of this page, https://atom.io/packages/pymakr? It looks like you're having issues with the serial port module! Let me know if this helps, Alex
    • 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.
    • N

      Using Sigfox and UART 1 causes instability
      Getting Started • sipy uart hang unstable shared pins • • noxqs  

      5
      0
      Votes
      5
      Posts
      1590
      Views

      N

      @jmarcelino Yes, my problem is the same as what you highlight, thanks for solving the mystery. As an temp solution (for lazy ppl) I can suggest : # hard reset if last was a soft reset if reset_cause() == 4: reset() if not 'sigfox' in locals(): sigfox = Sigfox(mode=Sigfox.SIGFOX, rcz=Sigfox.RCZ4) Regarding the UART1 activity causing Sigfox instability, I will do more tests later. Maybe update the SiPy pinout PDF to include the UART1 pins (like LoPy) as @livius mentioned?
    • A

      Issues using Bluetooth with SiPy
      SiPy • sipy wifi bluetooth sipy firmware • • adg  

      7
      0
      Votes
      7
      Posts
      2294
      Views

      A

      @Jurassic-Pork @jmarcelino I tried it, and as far as I can see the result is the same.
    • S

      SiPy and Sigfox BTS... HELP.
      SiPy • sipy sigfox bts • • scg94  

      8
      0
      Votes
      8
      Posts
      2323
      Views

      nicolsc

      Hi @scg94 Sorry, I'm jumping late in this topic 1/ Did you manage to get this sorted ? 2/ If not, I assume you got this base station through a loan from Phaxsi Solutions ? Please send details to devrelations@sigfox.com so we can have a look 3/ In case you're unaware, Phaxsi is organising two developer events next week in Bogota & Medellin : makers.sigfox.com/tour
    • S

      Issue when running the code
      SiPy • pymakr sipy connect • • Smartpills  

      2
      0
      Votes
      2
      Posts
      1001
      Views

      livius

      @Smartpills Pymakr or Atom Pymakr plugin? If Pymakr - then do not use it at all. https://forum.pycom.io/topic/1026/pymakr-atom-plugin-released
    • V

      Cannot find PYB lib
      Discussion • sipy pyb • • Vercellotti  

      3
      0
      Votes
      3
      Posts
      2466
      Views

      robert-hh

      @Vercellotti The pyb module exists for PyBoard in the micropython.org family of ports, not for the Pycom family of boards. Since the Pycom software is derived from these, it is mentioned still at some places in the docs. The module machine is to be used instead.
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 5 / 7