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
    • B

      Audio Mixer Question

      Watching Ignoring Scheduled Pinned Locked Moved Share Your Projects
      2
      0 Votes
      2 Posts
      430 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

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      2
      0 Votes
      2 Posts
      402 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

      Watching Ignoring Scheduled Pinned Locked Moved Share Your Projects
      1
      0 Votes
      1 Posts
      483 Views
      No one has replied
    • S

      Files on the Spiffs

      Watching Ignoring Scheduled Pinned Locked Moved Comments & Feedback
      7
      0 Votes
      7 Posts
      1k Views
      S

      @kl3m3n

      Thank you

      Regards

    • A

      Increased speed using BLE

      Watching Ignoring Scheduled Pinned Locked Moved Wishlist
      1
      0 Votes
      1 Posts
      473 Views
      No one has replied
    • G

      Increase CB Widget - Width

      Watching Ignoring Scheduled Pinned Locked Moved Wishlist
      4
      0 Votes
      4 Posts
      1k Views
      G

      @kl3m3n
      Thank you. Now it works.😊

      Screenshot_20240703_160215.png

    • G

      GUI-O Snail Trap

      Watching Ignoring Scheduled Pinned Locked Moved Share Your Projects
      1
      0 Votes
      1 Posts
      449 Views
      No one has replied
    • S

      Unable to compile BasicMQTT - code error

      Watching Ignoring Scheduled Pinned Locked Moved Report Bugs
      8
      0 Votes
      8 Posts
      2k Views
      K

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

    • S

      MBCH on v1.0.74

      Watching Ignoring Scheduled Pinned Locked Moved Comments & Feedback
      4
      0 Votes
      4 Posts
      754 Views
      K

      @Sato No problem.

      Best regards,
      Kl3m3n

    • G

      Help on pairing mqtt for esp8266

      Watching Ignoring Scheduled Pinned Locked Moved Comments & Feedback
      4
      0 Votes
      4 Posts
      665 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?

      Watching Ignoring Scheduled Pinned Locked Moved Wishlist
      5
      0 Votes
      5 Posts
      1k 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

      Watching Ignoring Scheduled Pinned Locked Moved Report Bugs
      2
      0 Votes
      2 Posts
      614 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

    • S

      Purchased Pro but hasn't activated

      Watching Ignoring Scheduled Pinned Locked Moved Comments & Feedback
      5
      0 Votes
      5 Posts
      981 Views
      K

      @SteveV said in Purchased Pro but hasn't activated:

      I unreservedly apologise for my mistake and sorry to have bothered you and wasted your precious time.

      No problem 🙂

      @SteveV said in Purchased Pro but hasn't activated:

      Would you please advise what the license entails - how is it applied?

      Please check the DEMO and PRO difference here:
      https://www.gui-o.com/home#h.udqy5odkk9

      Best regards,
      Klemen

    • S

      Unable to enter Device IP or UEL

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      6
      0 Votes
      6 Posts
      1k Views
      S

      @kl3m3n
      The new release (1.0.73) fixed the problem with the wrong? keyboard on my Samsung tablet.
      I was then able to connect to GUI-O Live Design, and downloaded the TemperatureReader.gdp. All appears to work, although I am struggling to do anything different with the Designer in these early stage
      Good job - thanks.
      Cheers
      Steve

    • S

      GUI-O on Raspberry Pi 5

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      7
      0 Votes
      7 Posts
      2k Views
      K

      @SteveV

      No problem! Thanks for the feedback 🙂

      If you have any more issues, feel free to ask!

      Best regards,
      Klemen

    • K

      Translators needed

      Watching Ignoring Scheduled Pinned Locked Moved Translations - Help Needed
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    • S

      Edit the In and Out tokens on the Gui-O app

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      871 Views
      S

      Hi @kl3m3n,

      I see, thank you

      Regards

    • S

      Hello Gui-O - I'm alive

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      14
      0 Votes
      14 Posts
      2k Views
      S

      Hello @kl3m3n,

      You are right, tested it now with two Esp32 and it works.

      Thanks
      Regards

    • T

      Disable Updates when editing a field

      Watching Ignoring Scheduled Pinned Locked Moved Wishlist
      4
      0 Votes
      4 Posts
      913 Views
      K

      @tgpa123 I understand.

      In my opinion, this is not a very transparent user feature - updating field from another source, while user is typing in the same field.

      I will put this on hold for now. If there should be a need for this feature in the future, I will consider it again.

      Best regards,
      Klemen

    • S

      Selectable language

      Watching Ignoring Scheduled Pinned Locked Moved Wishlist
      6
      0 Votes
      6 Posts
      907 Views
      K

      @Hub said in Selectable language:

      Hello @kl3m3n,

      I can help with translation into Polish.

      Regards,
      Hubert

      Thanks! 🙂
      First, I need to prepare some stuff for this feature. I will let you know.