Search found 15 matches

by Crazy electron
Mon Jun 10, 2024 5:25 pm
Forum: General Discussion
Topic: ESP32-S3 capacity to relay 1080P/2K video
Replies: 3
Views: 617

Re: ESP32-S3 capacity to relay 1080P/2K video

So what would be the best way to do this? any leads please?

Thanks in advance
by Crazy electron
Mon Jun 10, 2024 1:38 pm
Forum: General Discussion
Topic: ESP32-S3 capacity to relay 1080P/2K video
Replies: 3
Views: 617

ESP32-S3 capacity to relay 1080P/2K video

Hello! Greetings! I'm working on a project where I have ESP32-S3 connected to my RPi (Running HAAS OS). ESP32-S3 is programmed thru ESP-HOME inside HAAS OS Admin panel. I need to have a high quality video like 1080P to be streamed as well. For this I'm using Realtek IoT AMB82. Now, I plan to send th...
by Crazy electron
Thu Feb 29, 2024 3:26 pm
Forum: Hardware
Topic: Need suggestions regarding selecting proper hardware
Replies: 0
Views: 774

Need suggestions regarding selecting proper hardware

I'm currently working on a project which requires to communicate over Matter Wifi6/ Thread and also be able to take and stream live videos from camera and should have MICs so that the voice commands can be sent to the cloud. Now, I learnt that ESP32-C6 is capable of Matter Wifi6 and Thread but camer...
by Crazy electron
Thu Jul 27, 2023 2:19 pm
Forum: Hardware
Topic: ESP32-C3 needs external flash chip?
Replies: 19
Views: 17279

Re: ESP32-C3 needs external flash chip?

Thanks I'll check and get back to tell you how it goes.
by Crazy electron
Tue Jul 25, 2023 6:10 am
Forum: Hardware
Topic: ESP32-C3 needs external flash chip?
Replies: 19
Views: 17279

Re: ESP32-C3 needs external flash chip?

So according to this link: https://github.com/espressif/arduino-esp32/blob/master/variants/esp32c3/pins_arduino.h Should I write digitalWrite(SCK, HIGH); to turn ON the LED or like how it should be? I'm not asking about what logic I need to pass. What I'm trying to know is, On my custom PCB LED is c...
by Crazy electron
Tue Jul 25, 2023 6:03 am
Forum: Hardware
Topic: ESP32-C3 needs external flash chip?
Replies: 19
Views: 17279

Re: ESP32-C3 needs external flash chip?

I have this PCB custom made that uses ESP32C3 FN4. Initially I had lot of problems like not using the ESP variant with in built flash and using some another crystal instead of 40MHz and I wasn't able to upload any sketches to my custom PCB. After long long long awaiting, I finally managed to get my ...
by Crazy electron
Mon Jul 17, 2023 6:33 am
Forum: Hardware
Topic: ESP32-C3 needs external flash chip?
Replies: 19
Views: 17279

Re: ESP32-C3 needs external flash chip?

After long waiting finally I found the perfect 40MHz crystal that matches the footprint on my PCB and I managed to replace it. After that successful replacement, my board is accepting the code and executing it. I tried uploading serial printing code from Arduino IDE and I can see "Hi" on the serial ...
by Crazy electron
Mon Apr 10, 2023 6:15 am
Forum: Hardware
Topic: ESP32-C3 needs external flash chip?
Replies: 19
Views: 17279

Re: ESP32-C3 needs external flash chip?

ESP_Sprite wrote:
Mon Apr 10, 2023 1:08 am
Yeah, you need a 40MHz crystal indeed, the C3 won't properly work with a 32MHz one. Your Arduino settings look like they should work, however I'm not an expert on that topic.
Thanks for the reply. I have ordered 40MHz crystals from DigiKey. Will drop an update as soon as I made any progress
by Crazy electron
Sun Apr 09, 2023 1:04 pm
Forum: Hardware
Topic: ESP32-C3 needs external flash chip?
Replies: 19
Views: 17279

Re: ESP32-C3 needs external flash chip?

Please check if power supply is not less than 500 mA. Add RC not only R at CHIP_EN, add a pull-up at GPIO2, add a series inductor 24 nH at XTAL_P, use ESP32-C3F chip and add 1 uF at VDD_SPI. Then schematic should be basically correct, layout should be designed following hardware guidelines and modu...
by Crazy electron
Sun Apr 09, 2023 10:49 am
Forum: Hardware
Topic: ESP32-C3 needs external flash chip?
Replies: 19
Views: 17279

Re: ESP32-C3 needs external flash chip?

After long awaiting for chips to arrive finally the chips got here two days ago and I managed to replace the MCU on my custom built board. Now my board has ESP32-C3 FH4. The board is now accepting the code, but now I found another problem that my PCB fabricator (inspite of giving the correct part nu...