Navigation

    GUI-O Forum

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Popular
    Log in to post
    • All categories
    • Video Tutorials
    • Share Your Projects
    • Wishlist
    • Examples
    • Frequently Asked Questions (FAQ)
    • Announcements
    • General Discussion
    • Comments & Feedback
    • Report Bugs
    • Blogs
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month
    • S

      How much notifications append without to open Gui-O
      Announcements • • Sato

      38
      0
      Votes
      38
      Posts
      91
      Views

      S

      Hie @kl3m3n
      Thank you

      I know, I've googled it.
      The Autostart option I haven't found on my phones yet, but I'll keep looking because that could solve the issue.
      Yesterday I tried to open Gui-O when the index was at 121, and I found that the App had frozen, but I was still getting the notifications from your script.
      I'll turn on logcat and send it to you later, maybe you can see something that will help.

      Best regards

    • K

      Announcing IoT push notifications
      Announcements • • kl3m3n

      32
      0
      Votes
      32
      Posts
      105
      Views

      S

      @kl3m3n,

      Have updated to 1.0.7.1 the Samsung Android 10 and it no changed the Application UUID
      Good!

      Don't know why my cellphone Android 12 have changed the UUID on update
      Next version update i will look if it happens again

      Regards

    • B

      How does GUI-O's auto-connect work in BLE?
      Comments & Feedback • • bmillier

      15
      0
      Votes
      15
      Posts
      41
      Views

      B

      @kl3m3n That was quick! Yes, your code which restarts the advertising in the onDisconnect routine is much better. I believe I tried putting it there first but I don't think it would compile ("not in scope" error). Then I checked out that Kolban demo and just did it his way.
      You must be a pretty good programmer to be handling all aspects of this by yourself. Even programmers that do both MCU programming and either smartphone or PC applications, are often not good writers- i.e. their documentation is poor. Your's is excellent.
      FYI. I have used an IOS app called TechBasic which is something like GUI-O in that it lets you communicate with MCUs via Bluetooth. It is, however, a Basic interpreter running on the IOS device. So, its a bit more versatile but you do the actual programming/development on the IOS device itself. That's not ideal. The TechBasic app itself starts up like a PC IDE for Basic programming, and you can compose/edit or select & run your Basic programs from there.. So, it's not really a stand-alone app that a non-programmer can use easily. The auto-connect feature of GUI-O is quite superior in this respect.
      Also, as far as I know, IOS only works in the BLE mode- not the legacy Bluetooth SPP mode. I happen to like that the Android OS lets you use legacy Bluettoth/SPP.
      So, I agree- you are right to be hesitant about an IOS app. There would be a lot of adaptation you would likely have to do.
      Again- thanks for your attention and efforts on my forum posts.😊

    • S

      How to implement Push notifications
      Comments & Feedback • • Sato

      13
      0
      Votes
      13
      Posts
      75
      Views

      S

      Hi @kl3m3n,

      Fantastic!
      I already updated by Google Play the new version. When you have some example code, please send it, I can start testing on my microcontroller.

      Thanks. Great feature from Gui-O

      With best regards

    • K

      Announcing GUI-O design tool
      Announcements • • kl3m3n

      12
      0
      Votes
      12
      Posts
      56
      Views

      B

      @kl3m3n On another, unrelated topic- I use the ESP32 arduino core version 2.0.3-RC1, since it adds support for the newer ESP32C2, C3 etc. This version works fine with the BasicBluetooth demo you provide, and I am using straight Bluetooth for my current project.
      However, out of curiosity, I tried to compile the GUI-O_BasicBLE demo. It wouldn't compile. It turns out that I had to remove the existing,older ESP32_BLE_Arduino-master folder from my Library folder. After that ,it will link with the proper BLE library that comes with the ESP32 vers. 2.0.3-RC1 core. Other GUI-O users, who have also upgraded to the latest ESP32 core library, may have the same issue if they have that other, older library installed.
      BR

    • S

      Add the IoT name to @init
      Comments & Feedback • • Sato

      10
      0
      Votes
      10
      Posts
      38
      Views

      S

      @kl3m3n ,

      Thank You

      Regards

    • S

      Compactibility
      Report Bugs • • Sato

      9
      0
      Votes
      9
      Posts
      40
      Views

      S

      Thank You

      Best regards

    • G

      Grid of buttons?
      Comments & Feedback • • GrantA

      9
      0
      Votes
      9
      Posts
      44
      Views

      G

      @kl3m3n drop down box looks to be easier to use than the spinnable list.
      grid of buttons also seems to work much faster than drawing each button individually. Just need to fine tune the size of each button and the colours, but I can set each button in the pattern initially, and also set individual buttons interactively.

      I'll also have to see if I can load my settings from a CSV file, so that I think might be the last thing to test out, but looking very feasible at the moment to complete what I wanted to do.

    • S

      Navigating between page´s
      Comments & Feedback • • Sato

      9
      0
      Votes
      9
      Posts
      34
      Views

      S

      Hello @kl3m3n,

      Tested, works well

      Thanks
      Best regards

    • S

      Uninstall automatically Gui-o App0
      Comments & Feedback • • Sato

      8
      0
      Votes
      8
      Posts
      29
      Views

      S

      Hello @kl3m3n,

      I understand, thank you

      Best regards

    • S

      v0.11.32.1 differences
      Report Bugs • • Sato

      6
      0
      Votes
      6
      Posts
      25
      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

    • S

      FLA widget not sensitive enough?
      Report Bugs • • Sato

      6
      0
      Votes
      6
      Posts
      44
      Views

      K

      @sato please try first official version 1.0.0. Flick widget sensitivity property is implemented here (please see the latest manual).

      P.S. If you like the app, it would be very nice if you could rate it on Google Store 🙂

    • S

      multi-language support
      Comments & Feedback • • Sato

      5
      0
      Votes
      5
      Posts
      30
      Views

      S

      Hello @kl3m3n,

      Like you say, implementing a control for language selection from the GUI-O app side, which is then stored in EEPROM of the microcontroller, is a good choice.

      Regards

    • S

      Visual component with id (im2) already exists
      Comments & Feedback • • Sato

      5
      0
      Votes
      5
      Posts
      17
      Views

      S

      Hi Kl3m3n,

      This works, only the IP without the SCI and VIS

      mqttClient.publish(&In[0], "@im8 IP:"https://i.imgur.com/vFexxxx.png"\r\n");

      Solved
      Thanks

    • S

      Gui-o App IoT´s limit?
      Frequently Asked Questions (FAQ) • • Sato

      4
      0
      Votes
      4
      Posts
      96
      Views

      S

      @kl3m3n

      Thank You

      Regards
      Fernando

    • M

      Connects in Notify mode, but no data sent
      Report Bugs • • Monolit

      4
      0
      Votes
      4
      Posts
      128
      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

      Close App feedback
      Comments & Feedback • • Sato

      3
      0
      Votes
      3
      Posts
      42
      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

    • S

      Prevent access to my IoT's
      Frequently Asked Questions (FAQ) • • Sato

      3
      0
      Votes
      3
      Posts
      66
      Views

      S

      @kl3m3n

      Thank you for the explanation

      Best regards

    • S

      Edit name - long press on the device entry!
      Report Bugs • • Sato

      3
      0
      Votes
      3
      Posts
      20
      Views

      S

      Hello @kl3m3n,

      Ok, Thank You

      Best regards

    • S

      GUI-O for IOS?
      Comments & Feedback • • Sato

      3
      0
      Votes
      3
      Posts
      22
      Views

      S

      Ok, Thank you

      Regards