Navigation

    Welcome to the Pycom forum

    Forum

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

    • S

      WDT Reset, RTC also reset
      MicroPython • gpy micropython pycom rtc watchdog • • serafimsaudade  

      1
      0
      Votes
      1
      Posts
      438
      Views

      No one has replied

    • F

      Kickstarter campaign: PyGo for Enterprise
      Pylife • lora pycom sigfox lte-m kickstarter • • Fred  

      8
      3
      Votes
      8
      Posts
      1580
      Views

      M

      Will messages be stored temporarily, until a PyGo has contacted another node for a certain amout of time and then hop the stored message? Thinking of eg. communication net between busses or so.
    • F

      THANK YOU!
      Announcements & News • pycom • • Fred  

      1
      5
      Votes
      1
      Posts
      843
      Views

      No one has replied

    • C

      Bluetooth LE security
      Getting Started • ble pycom bluetooth security • • chadtfraser  

      2
      0
      Votes
      2
      Posts
      612
      Views

      P

      If your going to have a physical button to enable it to be reconfigured you dont have many options. An idea may be to write something to flash storage after the first time its been configured and not allow additional setup attempts unless that file is removed but if someone has physical access to the device there's nothing stopping them connecting over uart and removing it via repl. Alternatively. A physical preventative might be more suitable (lock it in a box)
    • W

      Socket errors
      LoPy • wifi pycom oserror • • Wendfrey  

      1
      0
      Votes
      1
      Posts
      479
      Views

      No one has replied

    • P

      pycom wipy pysense problem
      WiPy 2&3 • wipy pycom atom file transfer • • priis  

      7
      0
      Votes
      7
      Posts
      803
      Views

      P

      @dan I finally made it work! But only because of your advice! Thank you so much!!!
    • J

      external sensor program to pycom
      Getting Started • pycom i2c external sensor • • Juan_Peroza  

      3
      0
      Votes
      3
      Posts
      644
      Views

      J

      @jcaron as of right now what I want to achieve: Using a SCD30 sensor (which gets humidity, temperature and CO2 levels) read the data and save it, for that I intend to create (or modify based on other libraries) the library for the sensor. I already have the adress of the sensor and the hexadecimal "commands" and I am trying to use the libraries of the Pysense sensors as a template
    • F

      Connection between pycom and cmd console
      WiPy 2&3 • pycom wipy 2.0 wipy 3.0 connect console • • FedeSilvi  

      1
      0
      Votes
      1
      Posts
      388
      Views

      No one has replied

    • F

      pycom and anaconda
      WiPy 2&3 • wipy pycom wipy 3.0 connect pycom console • • FedeSilvi  

      3
      0
      Votes
      3
      Posts
      686
      Views

      M

      Hi! You can use this command line tool: https://hackmd.io/s/HJhUcamxQ#
    • J

      Send data with JSon
      Projects • lopy sipy pycom json • • Juan_Peroza  

      2
      0
      Votes
      2
      Posts
      1036
      Views

      J

      @juan_peroza JSON is not a protocol, it’s just a data representation. You can send whatever you want, but JSON is not very space efficient, and is usually not the best choice for data sent over a (very) low bandwidth link such as LoRa, SigFox, NB-IoT, or BLE. It’s usually better to use an optimised binary format in those cases.
    • L

      Connecting and Sending PyCom LoPy 4 Data to a Server
      LoPy • lopy pycom server send data data lopy • • letsgo  

      3
      0
      Votes
      3
      Posts
      595
      Views

      bmarkus

      D not forget LoRa as an option if it is a LoPy 4 device.
    • M

      Communication between two systems lopy4 Sigfox Pycom
      Projects • lopy4 pycom sigfox fsk • • Martinho  

      4
      0
      Votes
      4
      Posts
      956
      Views

      dan

      Hi @Martinho and @robert-hh, Indeed that's missing from the docs, I've updated the page. Thanks for pointing it out!
    • V

      Wipy 2.0 and save data on my pc, not in flash memory
      WiPy 2&3 • pycom i2c python wipy2.0 saving data • • VFlorio94  

      100
      0
      Votes
      100
      Posts
      25554
      Views

      robert-hh

      @robert-hh said in Wipy 2.0 and save data on my pc, not in flash memory: Which BN055 module I was asking about the vendor and make of the BNO055 board.
    • 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.
    • D

      PYCOM IS RECRUITING!
      Announcements & News • pycom jobs opportunity recruitment • • daniel  

      1
      1
      Votes
      1
      Posts
      706
      Views

      No one has replied

    • C

      Send Wireless Sensor data directly to AWS cloud
      Discussion • gpy pycom aws aws mqtt gpy lte m1 • • cardoz85  

      5
      0
      Votes
      5
      Posts
      852
      Views

      C

      Hey @timh , I have mentioned about the sensor, I am going to use for monitoring and I want to use cellular service, as wifi connection is not available here so not sure about which hardware will be better to use and if I try with GPY then need to know the better way to connect the Private network with GPY which help readings of sensor on AWS cloud And I am new comer to this area so please suggest the tools of AWS cloud which I should use to make this monitoring process display on my smart phone.
    • K

      5V Relay on pycom
      MicroPython • lopy pycom relay • • Kebson  

      22
      0
      Votes
      22
      Posts
      4753
      Views

      robert-hh

      @kebson Thinking about your message, I assume that you connected the collector of the transistor to GND and control the relay though through the Vcc & GND pins of that relay board. Two topics are to be discussed: Current draw. According to the data sheet, the coil resistance is 70 Ohm, resulting in an current of 47 mA at 3.3V. At that load, the output voltage should be lower than 3.3 V, so it might "just" fit. At about 3V, the force at the relay contacts may be lower than at 5V, causing higher relay contact wear. Flyback voltage peaks. If you did not remove the flyback diode from the board, that might work, at least for a while. But still I would not consider to connect an inductive load directly to the ESP32 output pins. It may work for a while, but then break. B.T.W.: What is the mains voltage/power of the Pump?
    • P

      Does LoRaWAN officially support the Nano Gateway concept?
      Comments & Feedback • lopy lorawan pycom ttn nano gateway • • Prawnhead  

      4
      0
      Votes
      4
      Posts
      938
      Views

      bmarkus

      LoRaWAN is using a non-licensed shared frequency band. As long as you meet local regulations, e.g. in Europe max. 1% transmit duty cycle, do not exceed transmit power and bandwidth limits you are safe. It is not about LoRaWAN it is about local radio regulations. These rules are the same for single and 'normal' multi channel GW's.
    • 1
    • 2
    • 3
    • 4
    • 5
    • 2 / 5