Navigation

    LILYGO

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Wellco
    W
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Best 1
    • Groups 0

    Wellco

    @Wellco

    1
    Reputation
    1
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Wellco Unfollow Follow

    Best posts made by Wellco

    • RE: No GPS data received: check wiring

      @wellco ..answering myself here, it may help others.

      I now have the right output in the serial window. Many frustrating hours were spent trying to make it work. Somehow Tools\USB CDC On Boot: Enable, had reset to disabled. It took me a while to realise this.

      Then (this is the vague bit) sometimes I need to click the RST, Boot and Power buttons in various sequences. This is what usually works if the serial monitor window is blank.

      1. Press the RST button momentarily and wait for 20 seconds. If window is still blank ..
      2. Press the power button and hold for 6 secs. Release and press momentarily, wait for 20 seconds. If window is still blank ..
      3. Unplug the USB hold down the Boot down and plug the USB cable back in. Upload you sketch again.
      4. Hurl device against a solid wall with as much force as you can muster ☺

      Joking apart; there is also another button sequence that might help and that's the documented one. Hold RST down, press and hold the Boot button. Release the RST button, and finally release the Boot button.

      Hope this helps somebody..

      Cheers Wellco

      posted in Technical Discussion
      W
      Wellco

    Latest posts made by Wellco

    • RE: No GPS data received: check wiring

      @wellco ..answering myself here, it may help others.

      I now have the right output in the serial window. Many frustrating hours were spent trying to make it work. Somehow Tools\USB CDC On Boot: Enable, had reset to disabled. It took me a while to realise this.

      Then (this is the vague bit) sometimes I need to click the RST, Boot and Power buttons in various sequences. This is what usually works if the serial monitor window is blank.

      1. Press the RST button momentarily and wait for 20 seconds. If window is still blank ..
      2. Press the power button and hold for 6 secs. Release and press momentarily, wait for 20 seconds. If window is still blank ..
      3. Unplug the USB hold down the Boot down and plug the USB cable back in. Upload you sketch again.
      4. Hurl device against a solid wall with as much force as you can muster ☺

      Joking apart; there is also another button sequence that might help and that's the documented one. Hold RST down, press and hold the Boot button. Release the RST button, and finally release the Boot button.

      Hope this helps somebody..

      Cheers Wellco

      posted in Technical Discussion
      W
      Wellco
    • RE: No GPS data received: check wiring

      @teastain2 Thanks for contribution.

      I think the example I was using was not a good example. At least that's how it seems. Since my post last I have seen that there are two lots of examples folders:

      ../LilyGo-LoRa-Series-master/lib/TinyGPSPlus,

      and

      ../LilyGo-LoRa-Series-master/examples/GPS/

      Which is a bit confusing.

      Anyway the folder ../examples/GPS/ has two lots of examples, one for the L76K and one for the Ublox.

      So I am using

      ../LilyGo-LoRa-Series-master/examples/GPS/TinyGPS_KitchenSink ( I think this is correct for my board with the L76K GPS module)

      This example gives me a different problem though. It runs the initBoard function but never returns to void setup() where it should print out some simple header info. Well nothing appears in the serial monitor window.

      Screenshot 2024-03-25 at 18.52.37.png

      So while I haven't resolved my original issue I think I should probably go with the example that's specific to my GPS module (L76K).

      This is the first time I have ever tried to program an Arduino/ESP32 so sorry if I am asking making a schoolboy mistake..

      Many thanks, Wellco

      posted in Technical Discussion
      W
      Wellco
    • No GPS data received: check wiring

      If I try any of the GPS examples code, on a T-Beam Supreme S3 L76K GPS version, I get

      No GPS data received: check wiring
      

      in the serial monitor window.

      I thought any of the examples would work out the box, but clearly not.

      I'm using IDE 2.3.2 on macOS

      Can anyone point be in the right direction?

      posted in Technical Discussion
      W
      Wellco
    • RE: Problem uploading a Sketch to T-Beam Supreme S

      @wellco Replying to myself here; it may help others

      I found that using PlatromIO in VS code I was able to upload my sketch, where I couldn't with IDE. Once I uploaded in VS code I was then able to upload from IDE. Seems a bit strange.

      posted in Technical Discussion
      W
      Wellco
    • Problem uploading a Sketch to T-Beam Supreme S

      I have the T-Beam supreme S, and before I start coding I wanted to test everything is as expected. So I decided to upload the KitchenSink example sketch. The sketch compiles ok, but never uploads. I get this error:

      Failed uploading: uploading error: exit status 2

      Does the device have to be in T-Beam Boot mode or is there another way?

      When I have been in T-Beam Boot mode, I see device is mounted as a drive on my Mac. When in this mode the USB connection used by IDE is not available, and I guess that's one of the reasons I get the error..

      I have also read that you need to convert your compiled sketch bin file into a UF2 file. Never done this before and reading on this so far has me scratching my head. Is there a simple way to do this?

      Maybe I've missed the documentation on this? Any advice is much appreciated.

      Wellco

      posted in Technical Discussion
      W
      Wellco