So what would be the best way to do this? any leads please?
Thanks in advance
Search found 15 matches
- Mon Jun 10, 2024 5:25 pm
- Forum: General Discussion
- Topic: ESP32-S3 capacity to relay 1080P/2K video
- Replies: 3
- Views: 827
- Mon Jun 10, 2024 1:38 pm
- Forum: General Discussion
- Topic: ESP32-S3 capacity to relay 1080P/2K video
- Replies: 3
- Views: 827
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...
- Thu Feb 29, 2024 3:26 pm
- Forum: Hardware
- Topic: Need suggestions regarding selecting proper hardware
- Replies: 0
- Views: 1178
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...
- Thu Jul 27, 2023 2:19 pm
- Forum: Hardware
- Topic: ESP32-C3 needs external flash chip?
- Replies: 19
- Views: 18558
Re: ESP32-C3 needs external flash chip?
Thanks I'll check and get back to tell you how it goes.
- Tue Jul 25, 2023 6:10 am
- Forum: Hardware
- Topic: ESP32-C3 needs external flash chip?
- Replies: 19
- Views: 18558
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...
- Tue Jul 25, 2023 6:03 am
- Forum: Hardware
- Topic: ESP32-C3 needs external flash chip?
- Replies: 19
- Views: 18558
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 ...
- Mon Jul 17, 2023 6:33 am
- Forum: Hardware
- Topic: ESP32-C3 needs external flash chip?
- Replies: 19
- Views: 18558
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 ...
- Mon Apr 10, 2023 6:15 am
- Forum: Hardware
- Topic: ESP32-C3 needs external flash chip?
- Replies: 19
- Views: 18558
Re: ESP32-C3 needs external flash chip?
Thanks for the reply. I have ordered 40MHz crystals from DigiKey. Will drop an update as soon as I made any progressESP_Sprite wrote: ↑Mon Apr 10, 2023 1:08 amYeah, 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.
- Sun Apr 09, 2023 1:04 pm
- Forum: Hardware
- Topic: ESP32-C3 needs external flash chip?
- Replies: 19
- Views: 18558
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...
- Sun Apr 09, 2023 10:49 am
- Forum: Hardware
- Topic: ESP32-C3 needs external flash chip?
- Replies: 19
- Views: 18558
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...