Arduino Uno R4 Wifi - Bluetooth Controlled LED

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

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

  • @MixalisXaxalios
    @MixalisXaxalios 3 месяца назад +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  3 месяца назад

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

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

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

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

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

  • @msg1956
    @msg1956 4 месяца назад +1

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

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

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

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

    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  2 месяца назад +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 2 месяца назад

      @@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.

  • @ricksampson6780
    @ricksampson6780 6 месяцев назад +1

    I believe so.