Navigation

    Welcome to the Pycom forum

    Forum

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

    • 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.
    • D

      How to check whether a message has been published to AWS using MQTT on cellular network
      Discussion • gpy connection aws mqtt aws iot cellular • • dexter12  

      2
      0
      Votes
      2
      Posts
      234
      Views

      M

      I would try to monitor the length of the output queue. See _io_thread_func in MQTTMsgHandler.py - in there there's the transmit loop and you could add some signaling there to indicate the TX queue is empty. You'll probably need to modify the code and rename the function so you are not using the builtin frozen ones.
    • F

      Important News regarding Cat-M1 and NB-IoT Cellular range
      Announcements & News • firmware update nb-iot issues cat-m1 cellular • • Fred  

      19
      3
      Votes
      19
      Posts
      4101
      Views

      K

      @elizar Thank you for confirming this!
    • benstr

      Set Cellular Access Point Name (APN)
      FiPy • fipy gpy lte cellular • • benstr  

      51
      4
      Votes
      51
      Posts
      23239
      Views

      jmarcelino

      @camdenkrupala You can already set an APN manually by doing lte.send_at_cmd('AT+CEREG=2') time.sleep(2) lte.send_at_cmd('AT+CFUN=1') time.sleep(1) lte.send_at_cmd('AT+CGDCONT=1,"IP","YOUR_APN_HERE"') time.sleep(2) while lte.isattached() == False: time.sleep(1) lte.connect() while not lte.isconnected(): time.sleep(1) print("connected")
    • Neon22

      Advice request: tracking stolen item
      Discussion • cellular stolen • • Neon22  

      2
      0
      Votes
      2
      Posts
      1023
      Views

      RobTuDelft

      Ill be testing with a neo-6 GPS module soon link. LoRa will be used to send the coordinates. (we will also try something like Geo-LoRa or trilateration with LoRa, but don't expect the accuracy to be anywhere near that of GNSS solutions). The metal is probably going to block the signal in your case, but ill let you know how sensitive it is.
    • 1 / 1