GUI-O Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. alainpierre
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    alainpierre

    @alainpierre

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    alainpierre Unfollow Follow

    Latest posts made by alainpierre

    • Increased speed using BLE

      Hello,
      I've an application like the BLE example given in this forum, running on a XIAO BLE Sense.
      Messages are send via :

      void sendMsg(const String& msg) {
      guioCharacteristic.writeValue(msg);
      delay(50);
      }

      delay(50) is a limit causing 2 differents problems :

      • no more than 20 msg/second
      • program is inoperative during all this time in delay()

      I would like to fill a chartwith 64 or 128 values, each second, so I tried to reduce the delai time, but results are erratics.

      Can somebody explain me the reasons ?

      Further more, I've used Bluetooth classic with an HC05 and it was working well at 19200 bds.

      Sorry for my poor english !!

      posted in Wishlist
      A
      alainpierre