Navigation

    Welcome to the Pycom forum

    Forum

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

    • 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/
    • P

      Using Pycom FiPy as network adapter for Raspberry Pi?
      FiPy • iot raspberry pi network cellular adapter • • patrickl  

      2
      0
      Votes
      2
      Posts
      186
      Views

      J

      @patrickl That's indeed what I would do: just "interconnect" the UART connected to the Pi with the LTE's UART, sending data receiving from one end to the other and vice versa. Then the modem will look like it's directly connected to the Pi. Just don't call LTE and make sure you have the same speed settings everywhere. An alternative would probably to do it over BLE, but that seems like quite some more work to me.
    • S

      Transferring from Raspberry Pi to GPy
      GPy • gpy raspberry pi newbie • • smoochypea  

      4
      0
      Votes
      4
      Posts
      557
      Views

      P

      @smoochypea You can achieve 5 minuite send intervals easily enough by sleeping for 5minuites - however long execution took. (read the time at the start and end of executing. run time is end - start sleep for 5 minuites - runtime as long as recording and sending data takes < 5 minuites you'll end up with a nicely timed 5 minuite loop) That said. without knowing more about what the rest of the datacollection code does it's rather hard to make recommendations.
    • T

      pymakr/vscode on raspberry pi
      Pymakr • pymakr raspberry pi vscode • • theshade  

      9
      0
      Votes
      9
      Posts
      1742
      Views

      Ralph

      Good to hear you sorted that out @theshade! If I have time I might fix Pymakr to look in that folder on a raspi, although I think there are not many people running this setup. (ps Pymakr is open source, so if you want to do that yourself with a pull request, feel free)
    • A

      Buffer size too small
      LoPy • lopy lora raspberry pi buffer downlink struct • • AHellLycan  

      1
      0
      Votes
      1
      Posts
      474
      Views

      No one has replied

    • A

      Interfacing between Neo-6m gps sensor with Fipy
      MicroPython • fipy raspberry pi neo gps • • Archana Kadam  

      15
      0
      Votes
      15
      Posts
      1939
      Views

      robert-hh

      @archana-kadam I looke dagain at you request. What I cannot understand is, why you do not simple set the respberry Pi to 115200 baud. Besides that, you can free UART0 from the REPL and reconfigure it to any speed you like, e.g. for 9600 baud: import uos from machine import UART uos.dupterm(None) uart0 = UART(0, 9600) Be aware, that after the "uos.dupterm(None)", the REPL and print etc. is on telnet only.
    • pierrot10

      How can I send data to RFM95 chip (LoRa)
      LoPy • lorawan raspberry pi lopy lora mode rfm95 • • pierrot10  

      7
      0
      Votes
      7
      Posts
      1525
      Views

      F

      @pierrot10 Hi, are you able to solve the issue?
    • N

      ssh to rpi compute module 3 over wifi using FiPy
      FiPy • fipy raspberry pi server micorpython • • Nash  

      6
      0
      Votes
      6
      Posts
      1253
      Views

      seb

      @Nazz Will need to do the opposite of what you've done here, send from the RPi, recvieve on the FiPy (see here: https://docs.pycom.io/chapter/firmwareapi/pycom/machine/UART.html#uartreadnbytes), and then do what ever sending you require.
    • N

      ssh to rpi compute module 3 over wifi using FiPy
      FiPy • fipy micropython gateway raspberry pi server • • Nash  

      3
      0
      Votes
      3
      Posts
      969
      Views

      N

      @seb Thank you for your reply, YES true that compute module does not have wifi or BT , so only we go with UART connection, and i have connected the fipy and RPI compute module via UART. But how shall ssh to RPI compute module and access the RPI file structure. After the serial connection now i want to send data within the RPI compute module to server. How to do this?? Thank You
    • A

      Not getting Sensor Readings in Pysense with FiPy Module
      MicroPython • fipy pysense raspberry pi micorpython • • Archana Kadam  

      79
      0
      Votes
      79
      Posts
      27699
      Views

      jmarcelino

      @archana-kadam Normal LTE no.. unless you use a WiFi-LTE router (MiFi) or external LTE modem.
    • G

      Pysense and Raspberry Pi Official Universal Power Supply
      LoPy • lopy pysense raspberry pi charging charger • • gruia.nichita  

      5
      0
      Votes
      5
      Posts
      1171
      Views

      G

      @seb I tried, but still to no avail.
    • H

      LOPY with Raspberry pi 3
      LoPy • lopy uart raspberry pi • • hsn548  

      3
      0
      Votes
      3
      Posts
      1341
      Views

      H

      @livius i did already.. still the same problem.. Now i connected my lopy to raspberry pi through usb0 and putty.. the data bieng sent by raspberry pi is showing on the terminal instead of in uart.readall()...
    • T

      Lopy LORAWAN/LORA standalone gateway
      LoPy • lopy lora lorawan gateway raspberry pi • • thomand1000  

      12
      0
      Votes
      12
      Posts
      3989
      Views

      D

      I'm trying to use nano-gateway with loraserver.io but I can not downstream messages just upstream. Can you share if you had the same problem?
    • 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.
    • H

      Lopy with Raspberrypi 3
      LoPy • lopy raspberry pi • • hsn548  

      10
      0
      Votes
      10
      Posts
      2444
      Views

      T

      @hsn548 Hi I am senthamil doing my master's in telecommunication from University of south Australia. In my project progress, I am intended to send an image from raspberry pi 3 to Lopy 4 through WiFi. It would be appreciated, if you guide me to send an image from raspberry pi 3 to Lopy 4. Thanks in advance!!!! Regards senthamil
    • J

      Sending data from LoPy to a webserver
      LoPy • lopy raspberry pi data wifi send data • • JeromeMaquoi  

      13
      0
      Votes
      13
      Posts
      5097
      Views

      livius

      @jeromemaquoi yes, you got 'done' if on the destination side port is open and something is listen
    • S

      Provide internet to LoPy from Raspberry Pi or Particle Electron
      LoPy • raspberry pi internet • • shivams  

      3
      0
      Votes
      3
      Posts
      1199
      Views

      S

      @crumble Thanks for this insightful reply. WiFi is out of question in any form. Your other suggestions are really interesting. Could you explain the second suggestion, using UART, in a bit more detail?
    • O

      Power up wipy from raspberry pi 3
      Getting Started • power raspberry pi pins • • ozeta  

      3
      0
      Votes
      3
      Posts
      5283
      Views

      O

      @bucknall ok, thank you! I had not considered that the pytrack hasn't extra female pins, so i think i'll start with a standard usb connection, because i don't want to have to solder, at least for now. I'll have a look at the lopy-raspberry code :D
    • J

      Raspberry with Maxbotics
      Discussion • python raspberry pi maxbotics • • Jen  

      2
      0
      Votes
      2
      Posts
      1062
      Views

      bucknall

      Hi @Jen, I think you might be in the wrong place! These forums are for the Pycom (https://pycom.io) products such as the WiPy, LoPy, etc. It seems as though you are using the Raspberry Pi which uses a different version of Python from that found on our devices! I'll point you towards https://www.raspberrypi.org/forums/ to find some more support for your issue! Thanks! Alex
    • 1
    • 2
    • 1 / 2