Bluetooth Low Energy ( BLE ) Peripherals with Arduino for Beginners

Поделиться
HTML-код
  • Опубликовано: 16 ноя 2024

Комментарии • 29

  • @elonmust6473
    @elonmust6473 9 месяцев назад +1

    Your code works perfectly fine on arduino uno r4 wifi, thank you.

    • @DanRNLab
      @DanRNLab  9 месяцев назад +1

      Happy to help!

  • @supaphonkamon4339
    @supaphonkamon4339 4 месяца назад +2

    Can you tell me how to use and install your andriod applicaiton ?

  • @josephkopke4185
    @josephkopke4185 3 месяца назад

    Thanks for the video! Have you been able to connect BLE arduino to a computer? Do you have code and a video for this? Mainly thinking of recording simple sensor data acquired with the arduino.

    • @DanRNLab
      @DanRNLab  3 месяца назад

      You can find the Peripheral and Central code in the description

  • @rantheone9789
    @rantheone9789 10 месяцев назад +1

    Hey thank you for the tutorial I have a quick question. Do you have an arduino ble33 code acting as a master that can read the data from the peripheral arduino you wrote? I just don’t able to get the data to the arduino master ftt try on the peripheral
    Thank you for your reply!

    • @DanRNLab
      @DanRNLab  10 месяцев назад +1

      Hey, unfortunately I don’t have the BLE 33 device so I can’t try this out. Sorry about that!

  • @MrMausTrap
    @MrMausTrap 10 месяцев назад

    How can you send multiple bytes to the same characteristic? I have a project and I need to send 9 bytes to a single characteristic but it only reads the first and ignores the rest. Im kinda new to bluetooth besides a coupe weeks of reading.

  • @maxisthemoose
    @maxisthemoose 8 месяцев назад

    Any idea about if react-native-ble-plx will be updated to Expo 50? I can't seem to get old projects running on Expo SDK 49 working at all... getting a bit stuck lol

    • @DanRNLab
      @DanRNLab  8 месяцев назад

      I recommend going to the Expo discord for upgrade related questions.
      discord.com/invite/expo

  • @torchris1
    @torchris1 Год назад

    Very cool! I must give this a try! You should also try the ESP32 which also includes BLE and supports the Arduino IDE.

    • @the_infominer3215
      @the_infominer3215 11 месяцев назад

      I try myselve with an nano esp32. The libary for the servo had to be changed to the esp32servo libary but else it should work. I have a little trouble to get a ble signal from my arduino but I guess its an mistake form my side.

  • @kleiner_nobody
    @kleiner_nobody 8 месяцев назад

    Cool programme, what is the app file at your github link for android. What is it called, is it the php file? Thanks in advance

    • @DanRNLab
      @DanRNLab  8 месяцев назад

      Hey, for the mobile app I made it in React Native using TypeScript

  • @massterrbarber
    @massterrbarber 2 месяца назад

    I really do wanna learn this and from the platforms that I’ve been on I was not capable of understanding. The main part of understanding is when I am on my laptop I can’t seem to open the website for the. Arduino uno then I already wrote the code on my iPhone, but then I can’t write the code on my it’s strange. I can’t get the code onto the website where it’s supposed to be so the agent can upload it to the board. I have the breadstick pins. I have all the correct stuff. I just don’t understand, the computer part plugging the Arduino board and the wire is the easiest part but I need the code on the board Arduino board so I can use the Arduino board to upgrade my controller. Somebody else actually wrote the code. I edited the code on my iPhone why I can’t do it on my laptop. I just don’t understand but then, if I knew how to transfer from my iPhone to the board would be nice to understand and easier probably I just don’t know. I need this code on my board.

  • @WildSteps_outdoor
    @WildSteps_outdoor 10 месяцев назад

    Hey Dan, thank you for your Video! I'm just getting started with this cool new Version of Arduino and I am wondering how I can get the App working on iOS. Can you help me with this?

    • @DanRNLab
      @DanRNLab  10 месяцев назад

      Hey I think this video may help:
      ruclips.net/video/UuHLPsjp6fM/видео.htmlsi=QBnh4pvlK7bMaU1f

  • @walterkorner7824
    @walterkorner7824 Год назад +2

    How to program the Android?

    • @DanRNLab
      @DanRNLab  10 месяцев назад

      You can learn to work on the central side of things using this tutorial: ruclips.net/video/UuHLPsjp6fM/видео.html

  • @austinkirkman2286
    @austinkirkman2286 10 месяцев назад

    Where do these "valid" UUID's come from?

    • @DanRNLab
      @DanRNLab  10 месяцев назад

      I just generated them using this website: www.uuidgenerator.net/

  • @arturscerjaks4409
    @arturscerjaks4409 Год назад

    Thanks, Dan.

  • @bertdong1023
    @bertdong1023 5 месяцев назад

    I have to sub your channels!! Thank you from all my heart!

    • @DanRNLab
      @DanRNLab  5 месяцев назад

      Happy to help 🙂

  • @oscarsheng7670
    @oscarsheng7670 8 месяцев назад

    Can I connect r4 wifi to xbox controller?

    • @DanRNLab
      @DanRNLab  8 месяцев назад

      I’ve never tried but that would be cool

  • @TomBrockington
    @TomBrockington 8 месяцев назад

    great video

    • @DanRNLab
      @DanRNLab  8 месяцев назад

      Thanks! 🙂

  • @joeborovina4769
    @joeborovina4769 9 месяцев назад

    thank you