GUI-O Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Recent
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • All tags
    • K

      Scheduled outages on Nov 5-8, from 8:00 to 13:00.

      Announcements
      • • • kl3m3n
      1
      0
      Votes
      1
      Posts
      384
      Views

      No one has replied

    • F

      How to display a float number via bluetooth

      General Discussion
      • • • Fehr
      8
      0
      Votes
      8
      Posts
      679
      Views

      K

      @Fehr No problem!

      I plan to write a FAQ page on GUI-O website, which will also include this explanation.

      Best regards,
      Kl3m3n

    • B

      Strange message

      General Discussion
      • • • Bernard
      4
      0
      Votes
      4
      Posts
      221
      Views

      K

      @Bernard Hi.

      Navigate to "Info" and tap on "Powered by GUI-O version..." 10 times. A new menu will appear at the bottom.

      You can see the Developer mode section in the manual for detailed information.

      Best regards,
      Kl3m3n

    • K

      PERSONALIZED APP... POWERED BY GUI-O

      Announcements
      • • • kl3m3n
      1
      0
      Votes
      1
      Posts
      117
      Views

      No one has replied

    • G

      DDS Signal generator

      Share Your Projects
      • • • gammda
      3
      0
      Votes
      3
      Posts
      840
      Views

      G

      @efe24
      Please write in english.

    • G

      GUI-O Energy Meter

      Share Your Projects
      • • • gammda
      1
      0
      Votes
      1
      Posts
      209
      Views

      No one has replied

    • G

      MPPT Solar Charger GUI-O Control

      Share Your Projects
      • • • gammda
      1
      0
      Votes
      1
      Posts
      184
      Views

      No one has replied

    • B

      ESP8266 bugs !!?

      General Discussion
      • • • Bernard
      7
      0
      Votes
      7
      Posts
      557
      Views

      K

      @Bernard I am glad that you've solved it!

      @gammda has made some great projects in the past, so he is definitely a GUI-O expert! 🙂🙂

      Best regards.
      Kl3m3n

    • B

      Audio Mixer Question

      Share Your Projects
      • • • Bernard
      2
      0
      Votes
      2
      Posts
      164
      Views

      G

      It is possible that you are using a While - Wend loop that never ends because the Sig_Sim parameter is always "0".
      Check your code and change the Sig_sim variable to 1 at some point during runtime.

      Maybe you should try changing the While - Wend with an IF - ENDIF statement.

      Alternatively, maybe modify Ischarwaiting() with serial interrupts something like this:

      On Urxc Rxcom1_isr
      Enable Urxc
      Dim Rxdata1$ As String * 80
      Dim Rxdata As Bit

      Dim Comchar1 As Byte
      Enable Interrupts
      Do

      If Rxdata = 1 Then
      Reset Rxdata1
      Print Rxdata1$ 'do something with your received data
      End If
      Loop

      Rxcom1_isr:
      Comchar1 = Inkey()
      Rxdata1$ = Rxdata1$ + Chr(comchar1)
      If Comchar1 = 13 Then ' detect end of line can be 10 or any other char.
      Set Rxdata
      End If
      Return

      , but it will completely change the concept of your code.

    • E

      NTP CLIENT

      General Discussion
      • • • etravnik
      2
      0
      Votes
      2
      Posts
      138
      Views

      K

      @etravnik Hi!

      Can you please tell me which connection mode you are using (Bluetooth, IoT...)? Can you provide a minimal example which reproduces the problem?

      Best regards,
      Kl3m3n

    • G

      GUI-O Datalogger

      Share Your Projects
      • • • gammda
      1
      0
      Votes
      1
      Posts
      154
      Views

      No one has replied

    • S

      Files on the Spiffs

      Comments & Feedback
      • • • Sato
      7
      0
      Votes
      7
      Posts
      545
      Views

      S

      @kl3m3n

      Thank you

      Regards

    • A

      Increased speed using BLE

      Wishlist
      • • • alainpierre
      1
      0
      Votes
      1
      Posts
      273
      Views

      No one has replied

    • G

      Increase CB Widget - Width

      Wishlist
      • • • gammda
      4
      0
      Votes
      4
      Posts
      692
      Views

      G

      @kl3m3n
      Thank you. Now it works.😊

      Screenshot_20240703_160215.png

    • G

      GUI-O Snail Trap

      Share Your Projects
      • • • gammda
      1
      0
      Votes
      1
      Posts
      192
      Views

      No one has replied

    • S

      Unable to compile BasicMQTT - code error

      Report Bugs
      • • • SteveV
      8
      0
      Votes
      8
      Posts
      1.2k
      Views

      K

      @Sato I will update the example, so it is compatible with the new esp32 version.

    • S

      MBCH on v1.0.74

      Comments & Feedback
      • • • Sato
      4
      0
      Votes
      4
      Posts
      489
      Views

      K

      @Sato No problem.

      Best regards,
      Kl3m3n

    • G

      Help on pairing mqtt for esp8266

      Comments & Feedback
      • • • Gemini cricket 0
      4
      0
      Votes
      4
      Posts
      298
      Views

      K

      @Gemini-cricket-0 said in Help on pairing mqtt for esp8266:

      @kl3m3n Hello

      Thanks a lot for your help, I will try following your advice as soon as I have some time. Have a great day.

      Best regards

      If you have any issues, please let me know.

      Regards,
      Kl3m3n

    • S

      Could the GUI-O Designer be made to work with WiFi?

      Wishlist
      • • • SteveV
      5
      0
      Votes
      5
      Posts
      651
      Views

      S

      @kl3m3n Hi,
      Thanks for reviewing my issue.
      I have resigned to the fact that the cheapy ATMPC is probably not going to work with the 'ethernet' connection, and have taken on your suggestion to do the development on the Samsung and use the initialisation strings on the ATMPC.

      I tried a test UI created on the Samsung using the GUI-O Live Designer, copied the initialisation strings into modified ESP32 code, created a new IoT device on the ATMPC and - Bingo! - worked a treat.

      Thanks very much
      Cheers
      Steve

    • S

      GUI-O app let me select Ethernet as a new device - but Ethernet is not fitted

      Report Bugs
      • • • SteveV
      2
      0
      Votes
      2
      Posts
      345
      Views

      K

      @SteveV Hi.

      Did you enter only the name or did you also specify the IP and port. All parameters must be specified...

      If the tablet has WiFi, you can connect via "Ethernet". Please see my other answer here:
      https://forum.gui-o.com/topic/198/could-the-gui-o-designer-be-made-to-work-with-wifi/2

      True, "Ethernet" is usual terminology for internal wired connections. But in this case "Ethernet" means internal wireless connections. I think other (more technical) terminologies would be even more confusing for the user.

      Best regards,
      Klemen