Navigation

    Welcome to the Pycom forum

    Forum

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

    • J

      [SOLVED]Send Serial ASCII string to Web Server
      Discussion • lopy uart1 • • jimpower  

      12
      0
      Votes
      12
      Posts
      2627
      Views

      J

      @livius @jcaron <SOLVED> I managed to get this to work thanks to your help, used a sparkfun MAX3232 to step down the RS232 to UART and ASCII strings appear as expected and was able to upload them to a web server.
    • Z

      Piezo element as input for ADC
      LoPy • lopy piezo • • zappfinger  

      1
      0
      Votes
      1
      Posts
      441
      Views

      No one has replied

    • P

      [Solved] issues w/ serial connection: Atom + LoPy
      Discussion • lopy serial • • pynew  

      3
      0
      Votes
      3
      Posts
      1032
      Views

      P

      @seb Yup, that solved it
    • pierrot10

      Can not upload file to lopy
      Pymakr • lopy pymakr pymakr upload • • pierrot10  

      14
      0
      Votes
      14
      Posts
      3957
      Views

      J

      @seb Same reaction here... I think however there are cases when Ctrl-C will not interrupt the currently running code right away, but have an effect only once the current call is finished or something, maybe that's related? We don't quite know what code was running... Or maybe... @pierrot10, had you actually deleted the console in Atom (clicked on the bottom part of the window) before hitting Ctrl-C?
    • T

      UART IRQ
      LoPy • lopy uart • • tushar44  

      6
      0
      Votes
      6
      Posts
      1423
      Views

      Z

      Any News?
    • T

      How to store data in flash
      LoPy • lopy flash • • tushar44  

      4
      0
      Votes
      4
      Posts
      1619
      Views

      Marco Moraes 0

      @seb Is it possible to use this method with encrypted flash? I mean, is application capable of writing/modifying the json file if the flash is encrypted? And if so, does these changes count for those 3 FW flashs overs USB?
    • EndoMonkey

      Deepsleep wake reason crashes board when on battery power
      LoPy • lopy deepsleep crash latest firmware • • EndoMonkey  

      1
      1
      Votes
      1
      Posts
      730
      Views

      No one has replied

    • H

      Lopy & Pytrack sending data by Lora KPN network
      LoPy • lopy lora • • han  

      9
      0
      Votes
      9
      Posts
      1638
      Views

      H

      Hello everybody, I have tested the Lopy with the gc.collect function. It isn`t giving a error message anymore! Thanks for the help.
    • J

      A library for Cayenne LPP
      LoPy • lopy ttn cayenne lpp • • jojo  

      5
      4
      Votes
      5
      Posts
      2581
      Views

      M

      @jojo The problem is that I have insufficient knowledge in python. I cannot write a working script that(for example) reads a DHT22 sensor and formats the data in LPP. Thats why I want a working example with a real sensor.
    • D

      Class-C sample
      LoPy • lopy lora class class c class-c • • derchris  

      14
      0
      Votes
      14
      Posts
      3542
      Views

      G

      Class B is currently not supported in the pycom firmware for the Lopy. You might be able to write some addition to the firmware to build it yourself, though I suspect it will be some work
    • G

      Blynk on LoPy
      LoPy • lopy lora sensors blynk android app • • gruia.nichita  

      2
      2
      Votes
      2
      Posts
      1096
      Views

      E

      Hi @gruia-nichita I'm using LoPy with Blynk via WiFi, but am also interested in using it with LoRa, let me know if you find a solution (I haven't looked at LoRa+Blynk with enough detail yet...) I'm using BlynkLib : https://github.com/vshymanskyy/blynk-library-python
    • pierrot10

      [beginner] can LoPy work alone
      LoPy • lopy wifi websocket web page wifi send data • • pierrot10  

      4
      0
      Votes
      4
      Posts
      1286
      Views

      robert-hh

      @pierrot10 Yes, you can use a FTDI cable, or a RasPi. YOu need to connect Tx, Rx and GND. Verify that the output voltage of the adaper is set to 3.3V, since ESP32 input are not 5V tolerant.
    • C

      ADC Pins Outputting Voltage?
      LoPy • lopy adc voltage • • Cryog0at  

      9
      0
      Votes
      9
      Posts
      1973
      Views

      C

      @robert-hh Sorry, I misunderstood. I didn't take the pin's voltage with the 1V connected, however I took the voltages of other pins without anything connected. I think the input-only pins were fine, as was pin 20 (and a few others) but some GPIO pins were outputting between 1-3 volts.
    • G

      How to update script on 100 boards
      LoPy • lopy lora firmware firmware update code • • gruia.nichita  

      8
      0
      Votes
      8
      Posts
      1883
      Views

      G

      @seb It's my bad. I have missed that service was listening just on localhost, that's why I was not able to receive any file.
    • T

      lopy to raspberry pi 3 serial connection
      LoPy • lopy serial raspberry pi urgent • • thomand1000  

      28
      0
      Votes
      28
      Posts
      7729
      Views

      robert-hh

      @testos As long as you do not use SPI this does not matter. And the SPI pins can be reassigned too. And P11 (External IO 8) seems not to be connected on pytrack. Using I diode tester, I cannot detect any connection. At P10 (external IO 7) seems to be used. At least is show something like a ESD diode behavior of an active chip pin.
    • W

      Inspecting LoRa Memory
      LoPy • lopy lorawan otaa • • wstallwood  

      2
      0
      Votes
      2
      Posts
      708
      Views

      J

      @wstallwood As far as I know you can’t do it directly from micropython, but you could easily build a custom image from source adding a few logs where appropriate.
    • F

      When is the Deep Sleep Shield required?
      Announcements & News • lopy deepsleep deep sleep deepsleep fipy ultra low power • • Fred  

      3
      0
      Votes
      3
      Posts
      1485
      Views

      I

      @fred said in When is the Deep Sleep Shield required?: Ultra Low Power mode is available on the devices straight out of the box. It's probably also worth mentioning that it doesn't work...
    • B

      Experience with Lopy and ADR (Adaptive Data Rate)
      LoPy • lopy ttn adr objenious nemeus • • brunoS  

      1
      1
      Votes
      1
      Posts
      1068
      Views

      No one has replied

    • T

      ImportError: no module named 'threading'
      LoPy • lopy thread threading • • thomand1000  

      3
      0
      Votes
      3
      Posts
      3073
      Views

      seb

      try _thread
    • 1
    • 2
    • 15
    • 16
    • 17
    • 18
    • 19
    • 40
    • 41
    • 17 / 41