• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
GUI-O Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login

Increased speed using BLE

Scheduled Pinned Locked Moved
Wishlist
1
1
247
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A
    alainpierre
    last edited by 5 Jul 2024, 06:27

    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 !!

    1 Reply Last reply Reply Quote 0
    1 out of 1
    • First post
      1/1
      Last post