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

      Add the IoT name to @init

      Comments & Feedback
      • • • Sato
      10
      0
      Votes
      10
      Posts
      589
      Views

      S

      @kl3m3n ,

      Thank You

      Regards

    • D

      Calendar date select

      Comments & Feedback
      • • • DenesL
      10
      0
      Votes
      10
      Posts
      532
      Views

      K

      @DenesL Thanks for the feedback.

      I am not experiencing this problem on any of my devices, which is strange... I get some strange behavior (nothing serious, some taps on the screen don't always work on the outer-most days...) when setting the calendar width to approx. 90% or more...

      I will try some more devices...

      Lastly, I will see if I can re-implement the calendar widget a bit differently... This will take some time though. In any case, I will get back to you.

      Best regards,
      kl3m3n

    • B

      "PGF:1" parameter

      General Discussion
      • • • Bernard
      10
      0
      Votes
      10
      Posts
      641
      Views

      G

      @Bernard
      In your Sub, the Return statement is used twice. Maybe that's the problem.
      After first return statement must be:
      Guio_ini_2:

      @hls 250 should be at the end of the Init procedure.
      I checked the Init process without the Bascom code and it works OK.

      Maybe put |CH

      |CH UID:ch0 X:50 Y:75 W:50 H:50 XLO:0 BSZ:120 VLP:2 BGC:#E53A4456 FGC:#EF33EAF5 SHE:1 FSZ:2.5 RAD:1 CHT:2 CHN:'MESURE HUM / TEMP / PRESSION' XTC:12 YTC:6 YMA:4 XMA:2 XHI:75 PZO:0 @hls 250

      just before @hls 250

      Otherwise, your GUI-O screen is very nice ๐Ÿ‘

    • S

      Join image to Push notification

      Comments & Feedback
      • • • Sato
      10
      0
      Votes
      10
      Posts
      466
      Views

      K

      @Hub Thanks ๐Ÿ™‚

    • S

      Compactibility

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

      S

      Thank You

      Best regards

    • G

      Grid of buttons?

      Comments & Feedback
      • • • GrantA
      9
      0
      Votes
      9
      Posts
      683
      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
      484
      Views

      S

      Hello @kl3m3n,

      Tested, works well

      Thanks
      Best regards

    • B

      Joint PDF file

      General Discussion
      • • • Bernard
      9
      0
      Votes
      9
      Posts
      421
      Views

      B

      @kl3m3n
      So,
      I exited the forum and the GUI-O site and logged back in and there it is "upload file" Thank you!!

    • E

      Can widget configuration commands be sent directly to App from a file.txt?

      Wishlist
      • • • enniom
      9
      0
      Votes
      9
      Posts
      677
      Views

      K

      @enniom Thank you. ๐Ÿ˜

    • S

      failure in v1.0.53.1

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

      H

      @kl3m3n

      Android 13

      Best regards,
      Hub

    • P

      Number of widgets limited to 28

      Report Bugs
      • • • pcu
      9
      0
      Votes
      9
      Posts
      522
      Views

      K

      @pcu Hi!

      I have made two examples using Nucleo board (USB and BLE).

      You can find them here, if you are interested:
      https://www.gui-o.com/examples/gui-o-and-boards/stm32-nucleo-wb55

      Best wishes.
      Klemen

    • B

      Quick pair

      General Discussion
      • • • Bernard
      9
      0
      Votes
      9
      Posts
      538
      Views

      B

      @kl3m3n
      yes, I stupidly took the Arduino sketch that I used in February, without checking all the parameters! I hope that my thoughtlessness will be useful to others......
      Kind regards and thank you Bernard

    • S

      Uninstall automatically Gui-o App0

      Comments & Feedback
      • • • Sato
      8
      0
      Votes
      8
      Posts
      424
      Views

      S

      Hello @kl3m3n,

      I understand, thank you

      Best regards

    • T

      Text Input On BLE, problems with more than 14 characters

      Report Bugs
      • • • tgpa123
      8
      0
      Votes
      8
      Posts
      634
      Views

      K

      @tgpa123 Hi.

      I tested this on my device with ESP32 and can send longer data than 20 bytes. It seems that the server and client negotiate a larger MTU value in my case.

      Nevertheless, I can chunk the data so that there is never more than 20 bytes by default. So, for messages greater than 20 bytes, multiple packets will be sent. Of course, the last packet will still be terminated with CRLF.

      Regards,
      Klemen

    • S

      Unable to compile BasicMQTT - code error

      Report Bugs
      • • • SteveV
      8
      0
      Votes
      8
      Posts
      1.1k
      Views

      K

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

    • F

      How to display a float number via bluetooth

      General Discussion
      • • • Fehr
      8
      0
      Votes
      8
      Posts
      508
      Views

      K

      @Fehr No problem!

      I plan to write a FAQ page on GUI-O website, which will also include this explanation.

      Best regards,
      Kl3m3n

    • D

      Button released events

      General Discussion
      • • • devmonkey
      8
      0
      Votes
      8
      Posts
      623
      Views

      K

      @jjl said in Button released events:

      @kl3m3n Hi

      Have not seen the new release until now.
      The Live designer did not mention anything about a new release !!

      New release works fine. Great work,๐Ÿ‘

      Thanks.

      /Jens

      Yes, there was a bug in the previous release regarding the version check...

      Thanks ๐Ÿ™‚

      Best regards,
      Kl3m3n

    • F

      Text input and Nubmer input add event at lost focus

      Wishlist
      • • • forest70
      8
      0
      Votes
      8
      Posts
      485
      Views

      F

      @kl3m3n
      I tested an it works as excepted! Thanks ๐Ÿ™‚

      Best regards,
      forest70

    • S

      BASACOM and CAN BUS

      General Discussion
      • • • Sato
      7
      0
      Votes
      7
      Posts
      503
      Views

      S

      Hi @kl3m3n,

      Thanks, I know this chip, but never used it

      I have done in the last 20 years almost all my projects with Bascom and Atmega and Xmega microcontrollers, but there are no libraries like in the Arduino, you have to code everything from scratch. With the Esp32 this task is easier, for this there is the lib can.h and you only need the soic8 driver for the bus.

      The advantage is that the Atmega88PA is cheaper than the Esp32 but I will still think about which one to choose

      Thanks for the attempt to help

      Regards

    • S

      Graphic Bar Chart

      Comments & Feedback
      • • • Sato
      7
      0
      Votes
      7
      Posts
      287
      Views

      S

      Hi @kl3m3n,

      It works perfectly, thank you very much.

      You are the best! ๐Ÿ’ช

      Best regards