Navigation

    Welcome to the Pycom forum

    Forum

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

    • B

      GPY are Arduino data gate way?
      GPy • arduino • • Bruce Vernham  

      3
      0
      Votes
      3
      Posts
      44
      Views

      S

      I don't use the GPy for sending whole files, but basically as a device to send data in real time every few minutes. I have an Arduino connected to a GPy via serial. The Arduino sends data strings to the GPy. The GPy sends the data to my database at the end. I have to tell you though, that sending data via LTE-M didn't work reliably for me till I took some certain measures. Problem 1: The GPy consistently stopped working for me after a short while (every few days), because of Guru Meditation Errors, where the GPy often completely froze. It just couldn't recover by itself. That's why I've used my Arduino also as an external Watchdog, resetting the GPy with the Arduino. These Guru Meditation Errors seem to come up pretty often while using it to transmit data (LTE-M). Problem 2: Sometimes the GPy also thinks it has a data connection, while it is not the case. Using the Reset pin on the GPy doesn't help in this case. That's why I also had to implement a P-Channel Mosfet, which cuts the power off from the GPy. This power cycle helps with the problem in my experience. The features of Pycom hardware are wonderful, if you are interested in getting your data onto a server, but you have to take some measures to make it work reliably. I wish you good luck with your project!
    • A

      How to drive an LCD screen with micropython?
      MicroPython • raspberry pi arduino micorpython lcd • • Andy Smith  

      12
      0
      Votes
      12
      Posts
      85
      Views

      robert-hh

      @jack-austin This is the wrong forum for Raspberry Pi Pico and MicroPython. Better go to https://forum.micropython.org/
    • J

      Translate Arduino code to microPython
      MicroPython • micropython arduino issues • • JHN  

      4
      0
      Votes
      4
      Posts
      54
      Views

      J

      @Gijs Hello! that pin are not needed, infact my code is working, one hardware pin "p2" had some issue, it is constant 3.3V which means that the ploadPin are not toggled. The code awill hopefully be uploaded on Git!
    • D

      Arduino reading High from WiPY 3.0
      WiPy 2&3 • wipy 3.0 arduino question project electronics • • Dezert754  

      2
      0
      Votes
      2
      Posts
      192
      Views

      robert-hh

      @Dezert754 You have to connect the GND of both devices and a Pin of the Wipy set as Output to a Pin of the Arduino set as Input. The cables should not be long, and adding a resistor of 4.7kOhm into the wire does not hurt. Since the WiPy runs at 3.3 V and the Arduino at 5V, the level at the Arduino for a high is specified as 3.5V, so it's not sure if it works. Better use a level converter.
    • T

      Need for converting Micropython/CircuitPython/Arduino libraries to Pycom tutorial, and central repository for community Pycom libraries
      Discussion • micropython library arduino tutorial circuitpython • • troy salt  

      4
      1
      Votes
      4
      Posts
      661
      Views

      T

      @rcolistete Thanks for the links. Thats a great start, and already has helped me in the implementation of one of my components. As a noob to Pycom, it really has taken longer than it should have to acquaint myself with where to find information, drivers, tutorials, and examples for Pycom. For instance, the links you provided are very useful, but for a newcomer they are very much in the woodworks, and I still think everything is too scattered. Some consolidation would be greatly appreciated. Even a pinned getting started page with links would be a start. Through comparing a few Pycom libraries that were adapted from Micropython libraries I have gotten the hang of how to convert over libraries. If there was a good centralized place to post Pycom libraries I would be happy to share my adaptations and the libraries I've created for some components that don't have libraries out there at all. A tutorial, for converting libraries would still be great, thanks @Paul-Thornton for your consideration.
    • Z

      Arduino to update the firmware ?
      WiPy 2&3 • wipy 2.0 firmware update arduino • • Zahary Momchilov  

      4
      0
      Votes
      4
      Posts
      563
      Views

      robert-hh

      @zahary-momchilov Yes. You can use WiFi. However it is advisable to have a generic USB/UART adapter with 3.3v output as second option. Any adapter with 3.3V output level will do. The latter sorts out most Arduinos.
    • D

      Gpy and Arduino
      GPy • gpy arduino • • dschnabel  

      3
      0
      Votes
      3
      Posts
      669
      Views

      D

      Hey @jcaron, thanks for your response. A picture is about 10-20KB in size but the Arduino can provide the data in small chunks, say 256 bytes or 64 bytes (whatever data packet size the GPy is comfortable with). As for support by the carrier, is there a good way to find out if the city I live in (Vancouver, Canada) supports LTE CAT-M1 and NB-IoT?
    • Volodymyr

      Using PyCom boards with Arduino IDE
      Guides • fipy arduino • • Volodymyr  

      19
      6
      Votes
      19
      Posts
      6253
      Views

      J

      I'm getting this error whenever I try to compile anything for the GPy: [15975] Error loading Python lib '/var/folders/57/hyd6ntr1233_x_brscxdp8480000gn/T/_MEI7xbrkg/libpython3.8.dylib': dlopen: dlopen(/var/folders/57/hyd6ntr1233_x_brscxdp8480000gn/T/_MEI7xbrkg/libpython3.8.dylib, 10): Symbol not found: ____chkstk_darwin Referenced from: /var/folders/57/hyd6ntr1233_x_brscxdp8480000gn/T/_MEI7xbrkg/libintl.8.dylib Expected in: /usr/lib/libSystem.B.dylib in /var/folders/57/hyd6ntr1233_x_brscxdp8480000gn/T/_MEI7xbrkg/libintl.8.dylib I have just re-installed Python 3.9. Anyone know how to fix this?
    • J

      Use Pycom cloud to control Gyroscope interface with Arduino
      Projects • sipy arduino cloud gyroscope • • jhonrob92  

      3
      0
      Votes
      3
      Posts
      886
      Views

      mfalkvidd

      @catalin This is a promotion for NCD store, camouflaged as a question. See https://goo.gl/J9jZ6U for a list of similar questions. And see the user's profile, everything they've posted contains a link to the NCD store. https://forum.pycom.io/user/jhonrob92?_=1533136634032&loggedin=true
    • F

      sending data from Arduino with LoPy to GUI (Visual Basic/VB.Net)
      Discussion • lopy iot arduino gui vbnet • • Fajriansyah  

      5
      0
      Votes
      5
      Posts
      1472
      Views

      F

      @seb thankyou so much 😉
    • H

      Send data to Arduino
      LoPy • arduino • • HelalBR  

      2
      0
      Votes
      2
      Posts
      1012
      Views

      robert-hh

      @helalbr You can use a serial connection via UART in combination, to be safe, with level shifters, which are widely available, e.g. from adafruit. Since you only need to send from the Lopy to the Arduino, only the connections TX(Lopy) to RX(Arduino) and GND to GND are required.
    • R

      Arduino firmware on WiPy
      Discussion • pytrack wipy 2.0 arduino • • River  

      3
      1
      Votes
      3
      Posts
      1613
      Views

      J

      Hi @river, this is a interesting idea, maybe, Did you get to burn esp32-arduino firmware?
    • M

      LoRa receiving data intermittently
      LoPy • lopy arduino adafruit rfm95 feather • • maelstrom  

      18
      0
      Votes
      18
      Posts
      4744
      Views

      H

      @maelstrom Hello, LoRaRAW works for me between 2 LoPys both on EUR and US frequencies on the latest firmware, all the other parameters are default values.
    • 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.
    • M

      LTE-M/NB #fipy Programming and details
      Discussion • fipy mqtt raspberry pi arduino websocket • • mohamedkhalil  

      6
      0
      Votes
      6
      Posts
      3396
      Views

      M

      @livius Many thanks i'm waiting to receive the first lot of FiPy and start the NB-IOT journey
    • M

      Simple button example
      LoPy • lopy arduino • • markj  

      7
      0
      Votes
      7
      Posts
      3188
      Views

      M

      @robert-hh Thanks a lot Robert and Livius! I saw indeed the PWM example in the Micropython docs to dim a led.
    • PiAir

      Connect the Circuit Playground to The Things Network using a LoPy
      Projects • lopy serial arduino adafruit • • PiAir  

      2
      3
      Votes
      2
      Posts
      1493
      Views

      livius

      @PiAir Thank you for sharing this
    • RobTuDelft

      Lopy - Arduino Serial Communication
      Projects • lopy serial arduino • • RobTuDelft  

      1
      3
      Votes
      1
      Posts
      2830
      Views

      No one has replied

    • J

      Arduino > Sipy
      SiPy • sipy sigfox arduino • • jcleloup  

      5
      0
      Votes
      5
      Posts
      2347
      Views

      jmarcelino

      @jcleloup Yes, correct. The SiPy is not just a modem, it's also microcontroller and many times more powerful than the Arduino
    • 1
    • 2
    • 1 / 2