Announcement

Collapse
No announcement yet.

Simple arduino code send data to visualiser with hc-05 bluetooth

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Simple arduino code send data to visualiser with hc-05 bluetooth

    Please help me

  • #2
    For example arduino nano atmega 328p

    Comment


    • #3
      https://howtomechatronics.com/tutori...dule-tutorial/

      Comment


      • #4
        With flc100 and arduino mega pleas

        Comment


        • #5
          I gave up on bluetooth. It was exciting my coil too much. Likely because it has no shielding yet, A few gotchas I noted on the way: The bluetooth stack on ESP32 is huge. It took up half my memory and left no room for the code. I tried another ESP variant but it only supported Bluetooth LE (low energy). The software stack and code for LE I thought was overly complicated compared to the original bluetooth. What I really wanted was bluetooth low latency, but the ESP32 doesn't support that yet. In the end I used ESP-NOW which works really well.

          I realise a lot of this is irrelevant to the OP, but watch out for those bluetooth versions when going down that road. Low latency is the only option. Bluetooth has a time lag. Even the newer LE version.

          Comment

          Working...
          X