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

      Edit name - long press on the device entry!

      Report Bugs
      • • • Sato
      3
      0
      Votes
      3
      Posts
      338
      Views

      S

      Hello @kl3m3n,

      Ok, Thank You

      Best regards

    • S

      Compactibility

      Report Bugs
      • • • Sato
      9
      0
      Votes
      9
      Posts
      659
      Views

      S

      Thank You

      Best regards

    • S

      v0.11.32.1 differences

      Report Bugs
      • • • Sato
      6
      0
      Votes
      6
      Posts
      447
      Views

      K

      @sato Hello,

      version 0.11.33 (which will be available shortly) has custom navigation bar which can be disabled through the "General settings" menu.

      Best regards,
      kl3m3n

    • K

      GUI-O Animation Promo Video

      Video Tutorials
      • • • kl3m3n
      1
      0
      Votes
      1
      Posts
      296
      Views

      No one has replied

    • A

      Licence

      General Discussion
      • • • AndrejK
      2
      0
      Votes
      2
      Posts
      409
      Views

      K

      @andrejk Hello!

      Please download the application from the Google Store:

      https://play.google.com/store/apps/details?id=com.guio.guioapp

      or via the Play Store on your device.

      After installing, navigate to: Settings -> Unlock pro and Select GUI-O Pro to initiate the Google Store purchase flow.

      If you have any further questions, please feel free to ask.

      Best regards,
      kl3m3n

    • S

      GUI-O for IOS?

      Comments & Feedback
      • • • Sato
      3
      0
      Votes
      3
      Posts
      377
      Views

      S

      Ok, Thank you

      Regards

    • S

      Close App feedback

      Comments & Feedback
      • • • Sato
      3
      0
      Votes
      3
      Posts
      342
      Views

      S

      Hello Klemen,

      "If you are using MQTT, there is another option (which is not yet fully supported) - last will testament. If one client goes offline, the broker can notify the subscribed clients, which can react accordingly."

      This functionality would be great.
      So I wait, please inform me when it is integrated

      Thank you
      Best regards

    • G

      GUI-O Counter

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

      No one has replied

    • S

      Gui-o App IoT´s limit?

      Frequently Asked Questions (FAQ)
      • • • Sato
      4
      0
      Votes
      4
      Posts
      613
      Views

      S

      @kl3m3n

      Thank You

      Regards
      Fernando

    • S

      Prevent access to my IoT's

      Frequently Asked Questions (FAQ)
      • • • Sato
      3
      0
      Votes
      3
      Posts
      423
      Views

      S

      @kl3m3n

      Thank you for the explanation

      Best regards

    • M

      Connects in Notify mode, but no data sent

      Report Bugs
      • • • Monolit
      4
      0
      Votes
      4
      Posts
      485
      Views

      K

      NOTE: The application now supports NUS (Nordic UART Service) for BLE. As always, use the latest app version (Google Play or www.gui-o.com).

    • S

      Timestamp through Gui-o MQTT server

      Wishlist
      • • • Sato
      2
      0
      Votes
      2
      Posts
      511
      Views

      K

      @sato said in Timestamp through Gui-o MQTT server:

      Hello,
      If there is also a possibility, when connected to the Gui-O MQTT server, to be able to receive, whenever requested, the Timestamp, without the need to have a Gui-O APP open?

      If so, how to do that?

      Regards
      Fernando

      Hello Fernando.

      The MQTT protocol by itself does not include a timestamp, so you would need to create the timestamp on the client side.
      You could also have a reference device (could also be a PC) that publishes the timestamp to some topic. You can then subscribe to this topic on your microcontroller.

      Best regards,
      kl3m3n

    • G

      GUI-O Arduino Joystick

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

      No one has replied

    • japJ

      INTERNET HEATING MANAGEMENT - PART 3

      Blogs
      • • • jap
      1
      0
      Votes
      1
      Posts
      2.4k
      Views

      No one has replied

    • japJ

      INTERNET HEATING MANAGEMENT - PART 2

      Blogs
      • • • jap
      1
      0
      Votes
      1
      Posts
      300
      Views

      No one has replied

    • japJ

      INTERNET HEATING MANAGEMENT - PART 1

      Blogs
      • • • jap
      1
      0
      Votes
      1
      Posts
      333
      Views

      No one has replied

    • S

      How to add a delay

      Frequently Asked Questions (FAQ)
      • • • Sato
      2
      0
      Votes
      2
      Posts
      456
      Views

      A

      Hello,

      you can create both widgets with one invisible (or opacity set to 0):

      VIS:0 or OPA:0

      Then you delay on the microcontroller side and send the VIS:1 or OPA:1 command when the delay expires. This will then show the widget to the user.

      Hope this helps.
      Best regards.