GUI-O Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • S

      What is the most correct code

      General Discussion
      • • • Sato
      3
      0
      Votes
      3
      Posts
      198
      Views

      S

      @kl3m3n,

      Thank you

      Best regards

    • S

      Stream with Esp32Cam

      General Discussion
      • • • Sato
      3
      0
      Votes
      3
      Posts
      213
      Views

      S

      Hi @kl3m3n,

      Not see it, thank you
      In a few days i will test it and give feedback

      Best regards

    • S

      Read text file in to TA widget

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

      S

      Hello @kl3m3n,

      The read how many lines exists in the files is no problem.
      Next week i will see how to handle it with FAC and FP

      Thank you
      Regards

    • S

      TA widget - Text copy to clipboard

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

      S

      @kl3m3n

      Ok, thank you

      Regards

    • S

      No more show longer device names

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

      S

      Hi @kl3m3n,

      If not possible, it's ok

      The long name can be part of a street name or if to long it can be in short form.
      With the name i can immediatly know where the connection is to.

      Regards

    • G

      conectivity

      Comments & Feedback
      • • • gašper.medved
      3
      0
      Votes
      3
      Posts
      138
      Views

      K

      @gašper-medved Based on some quick research, the DIP position are:

      When programming:
      USB UART connection with ESP8266 in programming mode (GPIO0-GND) - DIP 5 and 6 and 7 ON

      When operating:
      USB UART connection with ESP8266 - DIP 5 and 6 ON

      Regards,
      Kl3m3n

    • C

      Bug after chart clear

      Report Bugs
      • • • cayon
      3
      0
      Votes
      3
      Posts
      178
      Views

      K

      @cayon Hi,

      the bug should be fixed in v1.0.64.

      Best regards,
      Klemen

    • S

      Tap on MBCH to hide it

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

      S

      Hello @kl3m3n,

      Thanks for the tip

      Regards

    • W

      Ethernet re-connect after MCU reboot

      Comments & Feedback
      • • • wolerdbon
      3
      0
      Votes
      3
      Posts
      168
      Views

      K

      @wolerdbon Hi!

      So, when you connect GUI-O app (client) to the ESP32 (server) a persistent connection is established. If the server closes the client connection, client will detect this and show an error. If autoconnect is enabled client will try to reconnect every 5 seconds...

      When you just "kill" the server, the client is not disconnected properly and no "goodbye" message is sent. That is why nothing happens on the client side (there are ways to handle this, e.g., keep-alive as MQTT uses for example, but this is currently not implemented in Ethernet connection.

      If you try the GUI-O design tool (and exit when the connection is established), you will notice that the client (GUI-O app) reacts immediately, because when the tool closes it implicitly disconnects the client.

      I can suggest you use "home" button. So, when you reboot the ESP32, swipe GUI-O from the left side of the screen to the right to open the settings menu. Press the "home" button in the upper right corner.

      Hope this helps.

      Best regards,
      Klemen

    • S

      A small percentage of the profit of any sell pcb

      General Discussion
      • • • Sato
      3
      0
      Votes
      3
      Posts
      182
      Views

      S

      Hello @kl3m3n,

      I've already answered in the other thread

      Regards

    • T

      Character Limits on Text Input Fields

      Wishlist
      • • • tgpa123
      3
      0
      Votes
      3
      Posts
      171
      Views

      T

      @kl3m3n Excellent, I look forward to it!

    • S

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

      General Discussion
      • • • Sato
      3
      0
      Votes
      3
      Posts
      528
      Views

      S

      Hi @kl3m3n,

      I see, thank you

      Regards

    • A

      mqttClient.publish ESP32

      General Discussion
      • • • AndrejK
      3
      0
      Votes
      3
      Posts
      131
      Views

      A

      Hi!

      Thanks, it works!

      BR
      A

    • A

      Access control example

      Examples
      • • • admin
      2
      0
      Votes
      2
      Posts
      1.3k
      Views

      G

      Here is the new RFID access control screen.
      https://i.imgur.com/8NE7gvC.png

    • G

      BSL

      General Discussion
      • • • gammda
      2
      0
      Votes
      2
      Posts
      396
      Views

      K

      Hello gammda!

      Thank you for trying the GUI-O application. I hope you will find it useful for your use cases.

      Regarding your question... The line's rotation point is located at the start of the line. Specifying the rotation of 37 degrees means that the rotation is performed CCW (counter clockwise). To perform the CW (clockwise rotation, set the value to -37 degrees).

      In order to extend the line to the edge of the screen you need to use a little trigonometry trick to calculate the new length:

      new_length = current_length / cos(37°) = 100 / cos(37°) = 125.2

      So, your initialization must be modified to:

      |BSL UID:bsl3 X:0 Y:50 ROT:37 LEN:125.2

      NOTE THAT PARAMETER AND VALUE MUST NOT BE SPACE SEPARATED, e.g., ROT:37 works, while ROT: 37 does not!

      Hope you do some interesting project with the GUI-O application. You can always share them in our Share your projects category.

      Best regards,
      kl3m3n

    • S

      Price

      Comments & Feedback
      • • • Sato
      2
      0
      Votes
      2
      Posts
      349
      Views

      A

      @sato Hello!

      The final price depends on the country (due to VAT), but it is roughly 8€ for PRO license. You can check your local price here:

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

      This is the easisest way to purchase a single license.

      Alternatively, for multiple licenses we offer different purchasing options (not via the Google Store).

      I hope this answers your question.

      Best regards.

    • K

      Add touch area to image widget

      Wishlist
      • • • kl3m3n
      2
      0
      Votes
      2
      Posts
      374
      Views

      A

      Implemented in v0.11.4 (already available).

      Added touch response to image and video widgets. Touching the image (video) widget now sends the message in the following format: @<uid>, where <uid> denotes the widget's unique identifier set by the UID: parameter.

    • G

      Add parameter to EXTF

      Wishlist
      • • • gammda
      2
      0
      Votes
      2
      Posts
      304
      Views

      K

      Hello!

      You mean like a boolean flag to enable / disable date time prepending to each line in a file. For example:

      [date_time] text [date_time] text2 ...

      when flag is enabled and

      text text2 ...

      when flag is disabled?

      Can you confirm this?

      Thanks.

    • S

      How to add a delay

      Frequently Asked Questions (FAQ)
      • • • Sato
      2
      0
      Votes
      2
      Posts
      365
      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.

    • S

      Timestamp through Gui-o MQTT server

      Wishlist
      • • • Sato
      2
      0
      Votes
      2
      Posts
      413
      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