How good is MCU based on RISC-V? (ESP32-C6)

Sdílet
Vložit
  • čas přidán 27. 08. 2024

Komentáře • 28

  • @ThatProject
    @ThatProject  Před rokem +4

    Check More Projects - youtube.com/@ThatProject
    Github Repository - github.com/0015/
    Join FB Group - facebook.com/groups/138965931539175

  • @whatcall
    @whatcall Před rokem +21

    I think that is prounced as RISC-Five,😀

  • @adamkoxxl
    @adamkoxxl Před rokem +8

    There is going to be ESP32-C5 which is similar to C6 but will also have a 5GHz WiFi.

    • @astrolemonade349
      @astrolemonade349 Před 5 měsíci

      where did you find that information? afaik there is no C5 yet.

  • @clehaxze
    @clehaxze Před rokem +2

    Nice video!
    Xtensa is VLIW not RISC. That means it'll excel at some jobs (DSP, matrix operations, etc.... heck Xtensa is designed as a DSP core) but be effectively the same as a single issue in order core like the C3 on other tasks. But at lower code density.

  • @hightechjoe1
    @hightechjoe1 Před rokem +1

    Maybe next time, can you measure power consumption with WIFI off or in sleep mode? Thank you for sharing your projects. I'm going to try your VNC client with Klipperscreen.

  • @Gerald-iz7mv
    @Gerald-iz7mv Před rokem

    Hi. A project with a thermal camera would be cool… e.g connect it to a drone and detect things. And compare with a infrared camera. Make it low weight and operate it 30 min woth a battery…

  • @electrovoltmce
    @electrovoltmce Před 6 měsíci

    It is possible to turn an ESP32 C6 into a WIFI DAC Adio - as a reference to play music from CZcams and with the help of C6 to connect it to an amplifier.

    • @ThatProject
      @ThatProject  Před 6 měsíci

      I don't know much about Wireless DAC Audio. I think I need more study on this. Sorry for not being helpful.

  • @mattjax16
    @mattjax16 Před 9 měsíci

    Great video dude!!!

  • @MikePreston-darkflib
    @MikePreston-darkflib Před 6 měsíci

    Xtensa have said the C6 code is not power optimised yet, so expect results to improve.

    • @ThatProject
      @ThatProject  Před 6 měsíci

      Thanks for sharing. Is there an official page that mentions this?

    • @MikePreston-darkflib
      @MikePreston-darkflib Před 6 měsíci

      I seem to recall it being a forum response about the latest esp-idf or esp32-arduino releases, but I can't seem yo find it right now.
      But the gist is that right now they are mostly optimising for support and bugs, the power optimization is not as high priority right now.

    • @ThatProject
      @ThatProject  Před 6 měsíci

      @@MikePreston-darkflib All right. Thank you for the information. I haven't found any good project ideas using C6 yet. If you have one, please share it. Thank you.

    • @MikePreston-darkflib
      @MikePreston-darkflib Před 6 měsíci

      @@ThatProject The two things that jump out at me for the C6 over other ESP models is that it supports zigbee (so can interop with other home automation devices) and 802.11ax which in theory gives the ability to be very low power while still remaining connected to wifi and waking up at fixed intervals to see if there is any data for it.
      Both these are big advances and open up some applications that weren't possible before.
      The other thing that is likely less important to most other people is that it has better security than some of the older models - both in terms of ciphers etc and in terms of protecting code and data during early boot.
      There is also talk of a variant on the C6 which will work on 5GHz, which while I have not seen any announcement yet of, is rumoured to be launching in the next 6 months or so.

    • @ThatProject
      @ThatProject  Před 6 měsíci

      @@MikePreston-darkflib If it supports 5Ghz, I'm planning to do some testing on projects that require fast data transmission. ZigBee modules can also transmit and receive data at low power, but there are no good ideas yet for any special projects using them.

  • @arias80rp10
    @arias80rp10 Před 14 dny

    so there is almost no difference?

    • @ThatProject
      @ThatProject  Před 13 dny

      @@arias80rp10 The ESP32-S3 is more powerful while the ESP32-C6 is more IoT-focused with advanced connectivity features like Wi-Fi 6 and Zigbee.
      1. **Core Architecture**:
      - **ESP32-S3**: Dual-core Tensilica LX7 processor, primarily designed for AI/ML and multimedia processing.
      - **ESP32-C6**: Single-core RISC-V processor, focusing more on IoT and low-power applications.
      2. **Wireless Connectivity**:
      - **ESP32-S3**: Supports Wi-Fi 4 (2.4 GHz) and Bluetooth 5.0 (LE), catering to a broad range of wireless applications.
      - **ESP32-C6**: Adds Wi-Fi 6 (2.4 GHz) support along with Bluetooth 5.0 (LE) and Zigbee/Thread, making it ideal for modern IoT applications requiring higher efficiency and lower latency.

  • @yes_man_lol
    @yes_man_lol Před rokem

    Can we use micro python on s3 and c6 too?

    • @ThatProject
      @ThatProject  Před rokem

      As far as I know, ESP32-C6 is not supported by anything right now, including, Arduino IDE, Circuit Python. Need more time to do using them.

  • @collinb5524
    @collinb5524 Před rokem +2

    RISC-5

  • @dunk_law
    @dunk_law Před 8 měsíci

    It is NOT single core. It has an LP core.

    • @ThatProject
      @ThatProject  Před 8 měsíci

      It's Ultra-low-power SoC with RISC-V single-core microprocessor.

    • @dunk_law
      @dunk_law Před 8 měsíci

      @@ThatProject Watch - DevCon23 - Low-Power Features of ESP32-C6: Target Wake Time + LP Core