GUI-O Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Comments & Feedback
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • P

      Multiple access to an ESP32 app

      • • Proto
      2
      0
      Votes
      2
      Posts
      158
      Views

      K

      @Proto Hi!

      Yes, you need a license for each Android device that uses a different Google account from the one used to purchase the license.

      Licensing is based on the app, not on development. Specifically, the app does not track (and cannot enforce) which device is designated as the "development" device.

      Best regards,
      Kl3m3n

    • S

      Files on the Spiffs

      • • Sato
      7
      0
      Votes
      7
      Posts
      491
      Views

      S

      @kl3m3n

      Thank you

      Regards

    • S

      MBCH on v1.0.74

      • • Sato
      4
      0
      Votes
      4
      Posts
      449
      Views

      K

      @Sato No problem.

      Best regards,
      Kl3m3n

    • G

      Help on pairing mqtt for esp8266

      • • Gemini cricket 0
      4
      0
      Votes
      4
      Posts
      248
      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

      Purchased Pro but hasn't activated

      • • SteveV
      5
      0
      Votes
      5
      Posts
      372
      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

      Graphic Bar Chart-2

      • • Sato
      22
      0
      Votes
      22
      Posts
      2.6k
      Views

      K

      @Hub

      I am happy you find the improvements useful!

      Thanks.

      Regards,
      Klemen

    • W

      Ethernet re-connect after MCU reboot

      • • wolerdbon
      3
      0
      Votes
      3
      Posts
      171
      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

      Tap on Push notification to connect automaticly

      • • Sato
      37
      0
      Votes
      37
      Posts
      3.3k
      Views

      S

      Hello @kl3m3n,

      Works good, thank you

      Regards

    • S

      Join image to Push notification

      • • Sato
      10
      0
      Votes
      10
      Posts
      466
      Views

      K

      @Hub Thanks 🙂

    • S

      Tap on MBCH to hide it

      • • Sato
      3
      0
      Votes
      3
      Posts
      163
      Views

      S

      Hello @kl3m3n,

      Thanks for the tip

      Regards

    • S

      Graphic Bar Chart

      • • Sato
      7
      0
      Votes
      7
      Posts
      287
      Views

      S

      Hi @kl3m3n,

      It works perfectly, thank you very much.

      You are the best! 💪

      Best regards

    • G

      conectivity

      • • gaÅ¡per.medved
      3
      0
      Votes
      3
      Posts
      141
      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

    • S

      No more show longer device names

      • • Sato
      3
      0
      Votes
      3
      Posts
      225
      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

    • V

      GUI-O with Nano 33 BLE and the ArduinoBLE Library

      • • VNB
      12
      0
      Votes
      12
      Posts
      755
      Views

      K

      @VNB said in GUI-O with Nano 33 BLE and the ArduinoBLE Library:

      There were two minor problems.
      1.) The Slider Control knob always stayed at 100% even if it is set to a low brightness. That was fixed by adding the following instruction in the "led drive" section.
      sendMsg("@brightness VIS:1 VAL:val\r\n");

      The code:

      @VNB said in GUI-O with Nano 33 BLE and the ArduinoBLE Library:

      sendMsg("@brightness VIS:1 VAL:val\r\n");

      is not correct (as you've already pointed out), since the val is a non-numeric string that GUI-O cannot convert to numeric string.

      This is correct:

      @VNB said in GUI-O with Nano 33 BLE and the ArduinoBLE Library:

      sendMsg("@brightness VIS:1 VAL:"+ String(val) + "\r\n");

      as the String constructor converts the val into numerical representation.

      This code should not be necessary, since the value originates from CB, which should already have the correct position. The issue seems to originate from somewhere else, but I cannot see the problem...

      Regards,
      kl3m3n

    • S

      TA widget - Text copy to clipboard

      • • Sato
      3
      0
      Votes
      3
      Posts
      179
      Views

      S

      @kl3m3n

      Ok, thank you

      Regards

    • S

      Read text file in to TA widget

      • • Sato
      3
      0
      Votes
      3
      Posts
      206
      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

    • V

      More information and examples of CB widget

      • • VNB
      5
      0
      Votes
      5
      Posts
      331
      Views

      V

      Your changes work great! THANK YOU for the quick response and new parameters in CB

    • S

      This topic is deleted!

      • • Sato
      1
      0
      Votes
      1
      Posts
      5
      Views

      No one has replied

    • S

      Send sms

      • • Sato
      4
      0
      Votes
      4
      Posts
      270
      Views

      K

      @Sato Hi!

      Google has strict policies regarding sensitive permissions (SMS included).
      In order to handle SMS related functionality, the application needs to be (in general) registered as the default SMS app. Since GUI-O does not need SMS functionality to run, it would be probably quite impossible to convince Google to allow SMS features in GUI-O. You can read more about it here:

      https://support.google.com/googleplay/android-developer/answer/10208820?sjid=7843560484419800904-EU

      Regards,
      kl3m3n

    • S

      Hide te process of the Gui creation

      • • Sato
      3
      0
      Votes
      3
      Posts
      190
      Views

      S

      Hi @kl3m3n,

      Thanks, I really have to change my glasses

      Regards