Arduino Uno R4 Wifi - Bluetooth Controlled LED

Поділитися
Вставка
  • Опубліковано 3 лип 2024
  • What better way to test the new Arduino Uno R4 than to delve back into Bluetooth. We look at how Arduino managed to harness the abilities of the ESP32-S3 chip to provide its new abilities.
    GitHub: github.com/CurtisIreland/elec...
    ArduinoBLE Documentation: www.arduino.cc/reference/en/l...
    Patreon: / basementelectronics
    Buy me a Coffee: ko-fi.com/curtisireland
    Web Site: www.basementelectronics.com/
    Facebook: / basementelectronics
    Outro
    Track: Jim Yosef - Speed [NCS Release]
    Music provided by NoCopyrightSounds.
    Watch: • Jim Yosef - Speed | Ho...
    Free Download / Stream: ncs.io/speed
    #Arduino #BLE #bluetooth
  • Наука та технологія

КОМЕНТАРІ • 10

  • @MixalisXaxalios
    @MixalisXaxalios 2 місяці тому +1

    When you use the wifi-esp module, can you use the d0,d1 pins ? Is this uart bus used for the ble ?

    • @BasementElectronics
      @BasementElectronics  2 місяці тому

      Yes, I believe so. The connection between the Arduino and the ESP use UART1 while D0 and D1 use UART0

    • @MixalisXaxalios
      @MixalisXaxalios 2 місяці тому

      @@BasementElectronics I can see it says TDX/P109 and RDX/P110. Where did you find that it is uart1 ?

    • @MixalisXaxalios
      @MixalisXaxalios Місяць тому

      Do you know how I can use the regular Bluetooth, and not the BLE ?

  • @hughessoso2003
    @hughessoso2003 16 днів тому

    HI, May I ask how do you send out the string by the control side? it would be much great if you could share the control side of the code. 🙇‍♀

    • @BasementElectronics
      @BasementElectronics  9 днів тому +1

      Control was done using an app on my phone called nRF Connect. It should be available in all the usual phone app places (Android and iPhone)

    • @hughessoso2003
      @hughessoso2003 9 днів тому

      @@BasementElectronics good. I am starting to build a remote car with a joystick(my final year project), and I am not considering to use a mobile app, for some security reason.
      by the time I received your reply. I am able to interpret the code from the control LED example, using the one bit signal to kick start (the characteristic) the motor from the peripheral side. and using the same method to run other characteristics for the movement of the motors.
      it's not perfect, but sending a string (byte) out is just too complicated for me, as I have zero programming background.
      Anyway, thank you so much for all the support. the world will be more fruitful for all the youtube channel like this and all the unselfish sharing.

  • @msg1956
    @msg1956 2 місяці тому

    What is the Bluetooth App used in this video..? BLE Scanner..?

    • @BasementElectronics
      @BasementElectronics  2 місяці тому +2

      It's nRF Connect. I have always liked how flexible it is and how much visibility it gives me to Bluetooth communication.

  • @ricksampson6780
    @ricksampson6780 4 місяці тому +1

    I believe so.