Navigation

    Welcome to the Pycom forum

    Forum

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

    • G

      Deep Sleep Shield
      Expansion Board • pytrack pysense deepsleep pycom deep sleep • • gruia.nichita  

      2
      0
      Votes
      2
      Posts
      982
      Views

      jmarcelino

      @gruia-nichita You don’t need the deep sleep shield on the Pysense/Pytrack, that functionality is built in.
    • M

      Pycom connectivity and use
      Discussion • pycom wipy 2.0 • • MJones8503  

      1
      0
      Votes
      1
      Posts
      682
      Views

      No one has replied

    • J

      Appending data on an SD card file
      Discussion • pymakr sipy pycom sd card • • Josh  

      5
      0
      Votes
      5
      Posts
      1843
      Views

      J

      Hi @seb Thanks that clears things up a lot! I didn't know I could list the methods in each module either, useful to know... That would be fantastic if you could add this sort of extra detail in the documentation, I'm sure that will save me a lot of time! Thanks again.
    • A

      Expansion board and SyPy issues.
      Comments & Feedback • pycom quality • • alidaf  

      9
      0
      Votes
      9
      Posts
      1856
      Views

      robert-hh

      @alidaf Alternatively you can use ampy from Adafruit or rshell fro Dave Hylands (look of it on Guthub) to transfer files using USB.
    • A

      Brightness of on-board LED.
      Enhancements • pycom rgbled • • alidaf  

      10
      0
      Votes
      10
      Posts
      3570
      Views

      A

      @jmarcelino Thank you for noting the issue and acting on it.
    • J

      I2C support clock stretching ?
      MicroPython • lopy sipy micropython pycom wipy i2c • • Jiemde  

      5
      0
      Votes
      5
      Posts
      1305
      Views

      J

      Hi @livius, yes mailbox! here is the text in the documentation of the CCS811 chip: Programming Model: For flexibility and software driver maintenance simplification the CCS811 does not support direct addressing of registers over the I2C bus. Instead it supports single byte mailboxes identifiers that behave as proxies for registers with specific functionality and data sizes. To access a register an I2C transaction must be issued with the target address on the CCS811 being equal to the intended mailbox, this by way of proxy opens access to the register's functionality. In this manner the programming model is rigidy fixed while allowing the underlying firmware to be inherently flexible, extensible and configurable. That's chinese for me! Jiemde
    • ficofer

      PyForum Planned Maintenance Saturday 11-12 AM CEST
      Announcements & News • pycom pyforum • • ficofer  

      5
      1
      Votes
      5
      Posts
      1161
      Views

      ficofer

      @Xykon Working now :D Thanks for the support!!
    • C

      Best way to remove data stored with nvs_set
      Discussion • pycom data nvsset • • ClementN  

      1
      1
      Votes
      1
      Posts
      840
      Views

      No one has replied

    • R

      What is the size limitation of the nvm storage in module pycom?
      Enhancements • pycom nvs feat • • rolandvs  

      3
      2
      Votes
      3
      Posts
      1380
      Views

      bmarkus

      I do not know but it may depend on fw version. Also no idea whether stored data survives fw update or not. I'm missing methods get number of total/used indexes get list of keys Also there are some smaller issues with retrieving data with non existing keys, etc.
    • R

      [SOLVED] Depreciated function wifi_on_boot() in module pycom?
      Issues & Bugs • bugs pycom • • rolandvs  

      3
      0
      Votes
      3
      Posts
      1043
      Views

      R

      Aha, LoPy 1.7.8-b1 micropython 1.8.6-724 loran 1.0.0 Alright I'm going to update the lot. Maybe some hints in the doc like micropython does with the different versions....
    • M

      connecting umqtt library to SAP trial account IOT platform
      Guides • pycom lopy wifi umqtt sap iot • • mkbenon  

      3
      0
      Votes
      3
      Posts
      1457
      Views

      M

      This is the server I am using. You can get a trial account. I am trying to either use the MQTT Websockets or MQTT TCP/IP with mosquito as the broker.
    • P

      OSC Library for micropython/pycom
      MicroPython • micropython pycom library osc • • pedro  

      1
      0
      Votes
      1
      Posts
      963
      Views

      No one has replied

    • J

      What's up with sigfox in the github repository name?
      Comments & Feedback • pycom github general brand • • jellium  

      6
      0
      Votes
      6
      Posts
      1762
      Views

      D

      @jmarcelino you could have pushed the sigfox binaries to a separate branch (without history) and then made that branch the default branch. that way you wouldn't have broken anyone's git remote or pull requests while still hiding the history :)
    • S

      how much is total power consumption on G01 OEM Module for "Downlink only" or "UL and DL" activities?
      Discussion • pycom power downlink g01 oem module uplink • • sonicman7  

      1
      0
      Votes
      1
      Posts
      870
      Views

      No one has replied

    • PiAir

      Pycom Hackathon (Eindhoven) 17 June 2017
      Events • pycom hackaton • • PiAir  

      8
      0
      Votes
      8
      Posts
      2739
      Views

      PiAir

      I personally hate it when people cancel last minute for an event, been in that position as organizer more than once, but I simply have to make some calendar choices for this Saturday. It is one of those “busy parents with busy children and full schedules” kind of things. So I won't be seeing all of you in Eindhoven. Sorry guys :(
    • bucknall

      Alex's Corner - Week 6 - Best Practices for Deployment
      Events • pycom webinar best practices • • bucknall  

      18
      0
      Votes
      18
      Posts
      4707
      Views

      T

      @PiAir Thanks for the link, I will check it out.
    • A

      How to set a dhcp_hostname for a lopy in station mode.
      LoPy • pycom micropython.org • • Andy12  

      12
      1
      Votes
      12
      Posts
      3074
      Views

      Thosch42

      Just to bring it back on the workbench ;-) What are the plans to implement this feature? Cheers, Thomas
    • Y

      OSError: 23
      LoPy • lopy wipy pycom mqtt • • YazIdo  

      3
      0
      Votes
      3
      Posts
      2804
      Views

      M

      @YazIdo I think this may be an error associated with an accumulating number of open sockets. I got the same OSerror: 23 after running the MQTT example for the 8th time and beyond. A soft reset does not clear this, but powering on/off does clear it - and it works again, at least for the first 7 times. I fixed this problem by adding one line at the very end of the MQTT example. client.disconnect()
    • F

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

      1
      3
      Votes
      1
      Posts
      1356
      Views

      No one has replied

    • C

      Lopy: Files deleted after pushing reset button
      LoPy • lopy pycom reset boot mode restart • • cylex  

      5
      0
      Votes
      5
      Posts
      1973
      Views

      S

      @bucknall I am able to corrupt the file system pretty easily. Running 1.7.6FW ATM. It seems to be when the program has a file open and an error occurs. What is the file system running on these boards? It doesn't appear to be a journaling file system. It is way too easy to corrupt the file system and have it erase the whole flash. I am developing a BT application that can update any file on the device and really need protection against this type of failure. I'm already doing a double buffer approach with the file writes so I have a good copy of the target file before deleting the original and renaming the file. The issue is resetting the board in the middle of a file write causes any manor of flash corruption. Before someone says "don't do that", I try very hard to design my system to recover from any type of errors. The cardinal rule is that there should be no way to brick a unit doing an update. To that end, I test every kind of failure during updates to make sure the device remains in a operating state.
    • 1
    • 2
    • 3
    • 4
    • 5
    • 4 / 5