ESP USB: Espressif’s Wireless Communication Solution

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 พ.ย. 2024

ความคิดเห็น • 72

  • @anuradhapriyankara5226
    @anuradhapriyankara5226 3 ปีที่แล้ว +7

    Espressif never fails to impress the makers and community ! Yet another great esp device, cant wait to test it out!

  • @xamashee
    @xamashee 3 ปีที่แล้ว +33

    ESPs are reaching new heights and lifting makers along to a next level. Good stuff!

  • @ianbolfa
    @ianbolfa 3 ปีที่แล้ว +40

    Can't wait to start building applications with the USB OTG. Hope there will be an easy to use and well documented stack. 😄

    • @savejeff15
      @savejeff15 3 ปีที่แล้ว +9

      Yeah. Keep hoping

  • @kjafhjfajshf
    @kjafhjfajshf 3 ปีที่แล้ว +5

    I have waiting USB host on ESP-32 for sooo long. Thanks! I hope it has examples and docu!

  • @MichelSatoer
    @MichelSatoer 3 ปีที่แล้ว +8

    Hope the Arduino community embraces this. Then it’s goodbye Arduino Leonardo.

    • @wolframsmith5
      @wolframsmith5 3 ปีที่แล้ว

      with proper documentation and stronger community support Arduino platform will be history

    • @netroy
      @netroy 3 ปีที่แล้ว +2

      @@wolframsmith5 why does Arduino platform need to die for anyone else to be more successful?
      Why can't we have all platforms well documented, and with strong communities?
      Choice is a good thing. Monopoly not so much.

    • @wolframsmith5
      @wolframsmith5 3 ปีที่แล้ว +2

      Progression is when you are paying less for more computing power and features, the only reason many still stick to arduino/raspi platform is because of their strong community support

  • @jbenitez3669
    @jbenitez3669 3 ปีที่แล้ว +7

    Would love to see OpenWRT in ESP devices!

    • @netroy
      @netroy 3 ปีที่แล้ว +5

      That's very unlikely to happen, unless espressif releases some new risc-v based cores (something a lot more powerful than C3) .
      while linux ports do exist for xtensa, none of them are stable or even usable.
      The best attempt so far runs an emulated risc-v port of linux using JuiceVM, and even that has barely any RAM left after boot to do anything useful.
      Perhaps espressif will get into the microprocessor business someday. we'll just have to wait and find out.

  • @NikolaiVarankine
    @NikolaiVarankine 3 ปีที่แล้ว +5

    Thank you for the video and ideas! I see you connect USB OTG pins right to the plug pins. Could you please share sample circuitry to protect this connection from high static voltage?

    • @EspressifSystems
      @EspressifSystems  3 ปีที่แล้ว +2

      Many thanks for your support, Nikolai. For technical enquiries, please submit your questions/requests here: www.espressif.com/en/contact-us/technical-inquiries/other-technical-issues

  • @kasimsche2812
    @kasimsche2812 3 ปีที่แล้ว

    Espressif never fails to surprise developers like us.... can't wait....

  • @Cptnbond
    @Cptnbond 2 ปีที่แล้ว +1

    Interesting, but I would have liked to see a clear divide when the application utilizes the USB host capability vs. USB device capability. It kind of gets very confusing with the high rate of the proposed applications and trying to sort out this while looking during the fast pace presentation. Cheers.

  • @WndSks
    @WndSks ปีที่แล้ว +2

    Came for the girl in the thumbnail, stayed for the very posh British guy

  • @ofresh333
    @ofresh333 3 ปีที่แล้ว +1

    It's a great feature on S2. Unfortunately it's single-core, not suitable for multithreaded programs I usually build for ESP32.
    But I love to see it on my future projects!!

    • @Supermath101
      @Supermath101 ปีที่แล้ว +2

      Check out the ESP32-S3, that one is dual core.

  • @chulote8
    @chulote8 3 ปีที่แล้ว +2

    ESP-32 is great, but please, we need more Pins!!!

  • @D0ct0rDTV
    @D0ct0rDTV ปีที่แล้ว +1

    Now I'm developing the device based on ESP32-S3 that uses USB host for interacting with USB-camera using component from ESP-IOT-solutions. Now I have a picture from camera in 640*480 px MJPEG compressed, and I need to have still images with resolution more than 640*480px, I'll try to incorporate still image feature

  • @MrgnUTube
    @MrgnUTube 3 ปีที่แล้ว

    You simply ROCK. Thank you.

  • @hasanabs
    @hasanabs ปีที่แล้ว

    I have a question, should we use logic shifter from D+ and D- of source (laptop) to D+ and D- of ESP32? Why is that?
    Because Vbus USB port PC is 5v, while ESP32 3.3v. Thank you.

  • @Lionel_Walder
    @Lionel_Walder 3 ปีที่แล้ว +1

    wow la grande claque de tout ce qui peu faire ♥

  • @Ahmedhkad
    @Ahmedhkad 3 ปีที่แล้ว

    Goodjob , I will change my next project from Nodemcu to esp32

  • @augurelite
    @augurelite 3 ปีที่แล้ว +1

    This is SO awesome!!! What kind of latency are you getting with those wireless peripherals like keypads and game controllers? Is it good enough for real-time games and/or online gaming? I imagine its pretty fast but idk

    • @EspressifSystems
      @EspressifSystems  3 ปีที่แล้ว

      Many thanks for your support! To get answers to your technical enquiries, you should contact us via our website, using the following link: www.espressif.com/en/contact-us/technical-inquiries/other-technical-issues

  • @Scrogan
    @Scrogan 3 ปีที่แล้ว

    So the picture I’m getting is it can be programmed for native USB. Looks like the STM32 has some competition, even if you don’t use it for wireless this could be a cheaper (or at least more in stock) alternative for people wanting to make their own USB HID projects. Especially instruments and joysticks, plus the whole mechanical keyboard crowd.
    Might it also be usable for making a Bluetooth keyboard?

    • @stephenhookings1985
      @stephenhookings1985 ปีที่แล้ว

      I use esp32 dev kit c to act as a BT keyboard. I read button inputs and send pg up/down/left/right to a Android tablet via BT and this turns my electronic sheet music. So yes it is possible to use ESP32 as BT HID keyboard.

  • @PhG1961
    @PhG1961 3 ปีที่แล้ว

    Excellent video/product !!

  • @riteshprajapati2224
    @riteshprajapati2224 3 ปีที่แล้ว

    Really Excellent and Useful Video

  • @OnurDinler
    @OnurDinler 3 ปีที่แล้ว +2

    thank you esp.

  • @abirammbr7031
    @abirammbr7031 3 ปีที่แล้ว

    I'm waiting for it to come to our city.

  • @josephzicaro79
    @josephzicaro79 2 ปีที่แล้ว

    I don't quite understand. I'm looking for something to plug into a dumb device, specifically a 3d printer, to make it accessible on my LAN. Is this what I'm looking for?

  • @parkeryoung2471
    @parkeryoung2471 10 หลายเดือนก่อน

    can I use a blutooth dongle with the usb ?

  • @wk1550r
    @wk1550r 2 ปีที่แล้ว

    Is that posible to connect Leap Motion to windows pc using ESP32-S2 in result geting wireless handtracking device?

    • @EspressifSystems
      @EspressifSystems  2 ปีที่แล้ว

      For all your technical enquiries, please get in touch via our website: www.espressif.com/en/contact-us/technical-inquiries/other-technical-issues That's the best way for you to get in touch directly with an Espressif engineer who will be able to answer all your questions.

  • @janakaone
    @janakaone 3 ปีที่แล้ว

    Hope s2 will be available to purchase soon

    • @EspressifSystems
      @EspressifSystems  3 ปีที่แล้ว

      Please submit any sales-related questions here: www.espressif.com/en/contact-us/sales-questions

  • @Banana-eh7do
    @Banana-eh7do ปีที่แล้ว

    can somebody link me the camera used at 1:14 i want to use same usb connection in my raspberry pi 4

  • @guywhoknows
    @guywhoknows 3 ปีที่แล้ว

    I've not seen the speeds required for a competitive market place.
    Isn't WiFi around 4mbs on these devices? Or 8mbs I forget which esp33 offers which speed.
    With usb2 being 40MBs there would need to be a big update to improve performance.
    USB 3 is current and I traverse 185MBs.
    I had hoped this video was going to show some performance and upgrades.
    It's small package would be ideal for WiFi NAS on older HDD s. If it could perform up to SSD speeds then we're really cooking!
    -rpi 450MBs

    • @EspressifSystems
      @EspressifSystems  3 ปีที่แล้ว

      Thanks for your questions, Rory. To get adequate answers to them from Espressif engineers, please get in touch via our website, using the following link: www.espressif.com/en/contact-us/technical-inquiries/other-technical-issues

  • @Felpado
    @Felpado ปีที่แล้ว

    only S2 has this usb interface?

  • @alfredkaserekasivanzire9488
    @alfredkaserekasivanzire9488 3 ปีที่แล้ว

    Comparison table of all Esp-32 boards please

    • @EspressifSystems
      @EspressifSystems  3 ปีที่แล้ว +2

      Just head over to our website please: products.espressif.com/#/product-selector?language=en&names= & www.espressif.com/en/products/socs

  • @Pocketninjanight
    @Pocketninjanight 3 ปีที่แล้ว +1

    Yeeeeeh Boi!

  • @binhlaian2507
    @binhlaian2507 3 ปีที่แล้ว

    where can i find the solution for ESP - LTE connection via USB

    • @EspressifSystems
      @EspressifSystems  3 ปีที่แล้ว

      Please submit all your technical enquiries here: www.espressif.com/en/contact-us/technical-inquiries

  • @AshishKumar-qe4hq
    @AshishKumar-qe4hq 3 ปีที่แล้ว

    Where can I find 4g module used in video

    • @EspressifSystems
      @EspressifSystems  3 ปีที่แล้ว

      Please submit your enquiry here: www.espressif.com/en/contact-us/sales-questions

  • @hassansardar6649
    @hassansardar6649 2 ปีที่แล้ว

    How can we make usb mouse with esp32 s3 ?

    • @EspressifSystems
      @EspressifSystems  2 ปีที่แล้ว

      For all your technical enquiries, please get in touch with our technical support team via the following link: www.espressif.com/en/contact-us/technical-inquiries/other-technical-issues

  • @EasyOne
    @EasyOne 3 ปีที่แล้ว +1

    nice

  • @sinthethick2249
    @sinthethick2249 3 ปีที่แล้ว

    Great!!! But, how can I build an USB audio card with ESP32-S2?

    • @EspressifSystems
      @EspressifSystems  3 ปีที่แล้ว

      Please submit all your technical enquiries here: www.espressif.com/en/contact-us/technical-inquiries/other-technical-issues

  • @solderbuff
    @solderbuff 3 ปีที่แล้ว +1

    One microcontroller to rule them all. Chinese tech is growing 💪🏻

    • @sanityd1
      @sanityd1 3 ปีที่แล้ว

      Two microcontrollers...

    • @solderbuff
      @solderbuff 3 ปีที่แล้ว +1

      @@sanityd1 , which one is the second?

  • @Tomyb15
    @Tomyb15 3 ปีที่แล้ว +1

    Give us esp32-s3 pls

  • @yosafatkesuma7205
    @yosafatkesuma7205 ปีที่แล้ว

    Hi Espressif, i have a problem finding any code related to usb disk (th-cam.com/video/RQOhrgRd7N8/w-d-xo.html) to mobile phone (th-cam.com/video/RQOhrgRd7N8/w-d-xo.html). Do you have any code that connects both devices?
    Board Module: ESP32-S3-USB-OTG

  • @nagarava
    @nagarava 3 ปีที่แล้ว

    How to connect esp32 with rh45

    • @EspressifSystems
      @EspressifSystems  3 ปีที่แล้ว

      For all your technical enquiries, please contact us via the following link: www.espressif.com/en/contact-us/technical-inquiries/other-technical-issues

  • @bramSDASCL1759
    @bramSDASCL1759 3 ปีที่แล้ว +1

    great, it would be nice if i can get free sample 🤣

  • @tiagodavila2107
    @tiagodavila2107 3 ปีที่แล้ว

    How about wifi direct?

    • @EspressifSystems
      @EspressifSystems  3 ปีที่แล้ว

      Please submit all your technical enquiries here: www.espressif.com/en/contact-us/technical-inquiries/other-technical-issues

  • @alokcom
    @alokcom 3 ปีที่แล้ว +1

    Its USB 3.0 OR usb 2.0

    • @EspressifSystems
      @EspressifSystems  3 ปีที่แล้ว

      Please submit all your technical enquiries here: www.espressif.com/en/contact-us/technical-inquiries/other-technical-issues

  • @ashishtanwar9748
    @ashishtanwar9748 2 ปีที่แล้ว

    just looking for this deivce but it doesn't exsist on retail market , this is much needed , this will kill all wireless device option coz one can just make any wired device wireless with the use of this device

  • @khaoslol1631
    @khaoslol1631 2 วันที่ผ่านมา

    who can help me with the gamepad thing? :D

  • @文迪顧
    @文迪顧 ปีที่แล้ว

    hey,jack

  • @ЭтьенЛамандуа
    @ЭтьенЛамандуа ปีที่แล้ว

    Что с голосом