[USB-Serial] Android Phone + ESP32-LoRa Module + Chat App = Text Transceiver!

Sdílet
Vložit
  • čas přidán 27. 08. 2024

Komentáře • 40

  • @ThatProject
    @ThatProject  Před rokem +3

    Check More Projects - youtube.com/@ThatProject
    Github Repository - github.com/0015/
    Join FB Group - facebook.com/groups/138965931539175

    • @TheDailyMemesShow
      @TheDailyMemesShow Před rokem

      Max range of your project and line of sight limitations?

    • @ThatProject
      @ThatProject  Před rokem +1

      @@TheDailyMemesShow I didn't do any distance measurements here, so I'm not sure. Please check the datasheet of SX1262.

  • @helinaras8664
    @helinaras8664 Před 10 měsíci +1

    Very nice!
    but don't you have to add security, error control and acknowledgement system to make the transmission more reliable. If you have added these features can you tell me about it

  • @surflaweb
    @surflaweb Před rokem

    This is a good tool to send messages in the desert

  • @mann333chauhan
    @mann333chauhan Před 22 dny

    I am developing lora based project using sx 1302 lorawan gateway hat. can I connect sx 1262 with that gateway . Also please guide me how can i use this app to send and receive messages when via mobile to sx1262 to another node via gateway. Pls reply

    • @ThatProject
      @ThatProject  Před 21 dnem +1

      To use this app, connect the mobile and microcontroller via the serial port, and then output a string in JSON format that has already been determined to the serial port. The app is just a shell that reads the JSON string and displays it on the screen, and the important thing is to create a data type in JSON format.

  • @rachidtessoudali9337
    @rachidtessoudali9337 Před 11 měsíci

    Awesome thanks

  • @balazshegyi7290
    @balazshegyi7290 Před rokem

    Why does it communicate via uart, if the esp32 already has bluetooth, then use it, if you use the uart you can't charge your phone

    • @ThatProject
      @ThatProject  Před rokem +2

      Good point. Depending on how you set the direction of the project, your perspective will change. I wanted to use my phone's power without connecting a battery to my ESP32 board. That's an important part of this project. We can make the same using BLE.

  • @wazneh
    @wazneh Před rokem +1

    can you make it work using the helium lora network for global coverage ?

    • @ThatProject
      @ThatProject  Před rokem +1

      This has a different purpose. I recommend using a device that supports the Helium Lora Network.

    • @wazneh
      @wazneh Před rokem

      @@ThatProject ur device supports it, it just needs the right software app

    • @ThatProject
      @ThatProject  Před rokem +1

      @@wazneh You're right. www.hackster.io/kritch83/ttgo-t-beam-helium-mapper-bd3017

  • @furatkafir3819
    @furatkafir3819 Před 8 měsíci

    why not include apk in github repository?

  • @m.i.4968
    @m.i.4968 Před rokem

    I am using t-beam v1.1 dev board. I have prepared the code also. After uploading the code, arduino serial monitor says that
    "initBoard
    init GPS
    [SX1262] Initializing ... failed, code -2"

    • @ThatProject
      @ThatProject  Před rokem

      Yeah, something is wrong. Check the pinout in the utilities.h

  • @TT-it9gg
    @TT-it9gg Před rokem

    OOPS, no more Eric but AI voice.... Well, thanks for sharing!~

    • @ThatProject
      @ThatProject  Před rokem

      😂

    • @erich7431
      @erich7431 Před rokem

      @@ThatProject To be completely honnest with you, I really like this new AI voice since I had a hard time understanding you. Don't get me wrong my english is very bad but I was really struggling and putting subtitles while your channel is one of my favorite ones. Keep up with the fantastic work!

  • @arintechnologies
    @arintechnologies Před rokem

    Great Project!! Curious how you make the android phone connect to your ESP32 without a system confirmation dialog. I have been trying to write android apps to connect to serial devices over OTG but am unable to skip the confirmation dialog. Can you provide some pointers? Is your Android app code also available on github - I did not see it in your repo. Any help you can provide will be greatly appreciated!!!!

    • @ThatProject
      @ThatProject  Před rokem

      I think we have a different way to connect external devices. In my case, it's connected via USB-Serial and not OTG. Sorry, but I don't open the application part for this project. Sharing apps via Google Play is the only way for me.

  • @user-fk3gu2dl2x
    @user-fk3gu2dl2x Před rokem

    I am using a SX1276 that I should configure in the code because I get error code-13

    • @ThatProject
      @ThatProject  Před rokem

      Is your T-BEAM model? or anything else?

    • @user-fk3gu2dl2x
      @user-fk3gu2dl2x Před rokem

      It is your model because if I compile it with SX1262 I get error 705

    • @ThatProject
      @ThatProject  Před rokem

      @@user-fk3gu2dl2x Of course, you have to modify the source code for your device.

  • @m.i.4968
    @m.i.4968 Před rokem

    Hi Eric thanks for the valuable project. Your android application is not supporting CH9102 chip(instead of Cp2104 ). Please Could you also add that chip to your software. T-Beam V1.1 dev board also has CH9102 chip and application can not see the driver. Thank you.

    • @ThatProject
      @ThatProject  Před rokem

      To support CH9102, I need to know vendor id and product ID. Any info on this?

    • @m.i.4968
      @m.i.4968 Před rokem

      @@ThatProject Hi Eric, hope this information is helpful;
      Dev Board : LILYGO Model T-Beam-V1.1
      Serial Chip : CH9102F / 1020DC11
      USB Device Properties : USB\VID_1A86&PID_55D4&REV_0444
      USB\VID_1A86&PID_55D4
      Vendor ID : 1A86
      Product ID : 55D4

    • @ThatProject
      @ThatProject  Před rokem +1

      @@m.i.4968 I added this and uploaded a new version. It may take a few days to download. Thanks.

    • @m.i.4968
      @m.i.4968 Před rokem

      @@ThatProject Thank you very much for your interest and effort Eric.

    • @m.i.4968
      @m.i.4968 Před rokem

      Hi Eric i guess app has updated in the play store but still i cant find serial connection. Do i need to wait more? Chip's default baud rate might, 115200 thanks.

  • @devchimaobi5929
    @devchimaobi5929 Před rokem

    How do I reach you?

  • @latef3663
    @latef3663 Před rokem

    Hello, so i am interested in making cameras project in my school, is it ok to pay you to give us a good option and help us with the project?
    Is there any way to contact you directly?

  • @JNET_Reloaded
    @JNET_Reloaded Před rokem +3

    but anyway meshtastic litrally does this already!

    • @mars3142
      @mars3142 Před rokem +1

      This was my first though as well. But meshtastic is using BLE to communicate with the LoRa boards.

    • @ThatProject
      @ThatProject  Před rokem +4

      Of course, meshtastic is much more powerful. I just wanted to configure a system that runs on the Android phone's battery using a USB-Serial port.