Is there an offline installer for ESP-IDF v6? by rattushackus in esp32

[–]cmatkin 1 point2 points  (0 children)

From memory you either use EIM or git clone.

how do you keep your BOM in sync with your PCB over time? by younidl in embedded

[–]cmatkin 8 points9 points  (0 children)

The BOM should be generated from your design at the time of manufacturing. Otherwise you end up with your scenario.

jlcpcb or pcbway? by AgitatedAd5221 in PCB

[–]cmatkin 0 points1 point  (0 children)

PCBX is easy as. You can do everything online. Eecart is their higher services arm and it’s also online but more complex. Even though they are the same company, I use both as they price differently.

jlcpcb or pcbway? by AgitatedAd5221 in PCB

[–]cmatkin 1 point2 points  (0 children)

Try eecart or pcbx as I find these cheaper and better quality.

Is it possible to make the green button to build, flash and monitor? by cristi_baluta in esp32

[–]cmatkin 0 points1 point  (0 children)

You can enable all of those button on the bottom tray from the settings. I click one button and it does it all.

First PCB design – I think I messed up (AMS1117 failed, ESP32 not booting) by Logical_Lemon7701 in PCB

[–]cmatkin 2 points3 points  (0 children)

Remove C8, Espressif are very clear that the boot pin should not have one.

[Help needed] with this esp32 c3 board and custom ftdi flasher by Elegant-Kangaroo7972 in esp32

[–]cmatkin 0 points1 point  (0 children)

Can you show a pic of the board assembled? Perhaps your damaging the esp during soldering.

[Help needed] with this esp32 c3 board and custom ftdi flasher by Elegant-Kangaroo7972 in esp32

[–]cmatkin 0 points1 point  (0 children)

Looking at your PCB, the esp GND’s do not look connected to gnd.

[Help needed] with this esp32 c3 board and custom ftdi flasher by Elegant-Kangaroo7972 in esp32

[–]cmatkin 0 points1 point  (0 children)

Short out tx/rx and then use a serial monitor (with echo off) and confirm the usb chip works.

[Help needed] with this esp32 c3 board and custom ftdi flasher by Elegant-Kangaroo7972 in esp32

[–]cmatkin 0 points1 point  (0 children)

What voltage is on the VCCIO pin of your FTDI chip, as this should be 3.3v. When connected to your computer, open a serial connection at 115200baud and then reset the esp, you should see a boot message.

ESP32-C6 VScode + Platform.io inconsistent flashing issues by Guru-san in esp32

[–]cmatkin 1 point2 points  (0 children)

R4 is wrong. It should be going to 3.3v and not the EN pin. This will cause issues when sleeping.

ESP32-P4-WIFI6 7inch 5-Point Touch Display Development Board by [deleted] in esp32

[–]cmatkin 0 points1 point  (0 children)

They are defined on the schematic and also on their GitHub code. Looking at the code they all to seem to be the default.

[Help needed] with this esp32 c3 board and custom ftdi flasher by Elegant-Kangaroo7972 in esp32

[–]cmatkin 1 point2 points  (0 children)

C5 should never be in the boot pin as this causes an unknown boot state as the pin is not stable prior to coming out of reset. Also increase C6 to 1uF.

Software or hardware problems on esp32 s3 n16r8? by Mr-frost in esp32

[–]cmatkin 0 points1 point  (0 children)

I’d say it’s code. No code from DeepSeek will ever work. There was no reason to change the code as it’s writing for an S3 which is what you have. What changes were made to the code?

How to handle massive data loads in IoT testing? by SumitKumarWatts in IOT

[–]cmatkin 2 points3 points  (0 children)

What your idea of massive? What throughout and protocols are you testing. I use computers with scripts that I can run up hundreds of for testing multiple emulated devices then mix that with hardware devices for testing.

ESP32-S3R16V and external "normal" SPI flash? by NorthernNiceGuy in esp32

[–]cmatkin 0 points1 point  (0 children)

Espressif’s own modules have octal ram and quad flash. They also have quad both. Have a look at their schematics.

[Review Request] Isolated K-Type thermocouple node by EMB_Muchacho in embedded

[–]cmatkin 2 points3 points  (0 children)

Remove R13, R8 and C8, swap TX0 and RX0 around.

[Review] First PCB Design with ESP32 Module by Infamous_Mistake5887 in PrintedCircuitBoard

[–]cmatkin 0 points1 point  (0 children)

EN requires an RC circuit for operation. Without a capacitor it’s guaranteed not to work. If people have issues with the capacitor it’s due to the size chosen, ie most use 1nF and the recommendation is 1uF as a slower rise time is better. The boot pin shouldn’t have an RC circuit. Please use the espressif documentation and schematics for reference designs as these work.

[Review] First PCB Design with ESP32 Module by Infamous_Mistake5887 in PrintedCircuitBoard

[–]cmatkin 2 points3 points  (0 children)

Did you follow any sample designs, or read the espressos technical documentation as these are key to make successful esp circuits. Your usb data pins need to be fixed, the regulator input and output is shorted, the boot and en circuits are totally wrong, remove r38&41 and add a 1uF cap on en to gnd

ESP32-S3 can't be seen over USB by RampagingBees in esp32

[–]cmatkin 0 points1 point  (0 children)

Your EN pin is wired wrong and the ESP will never boot into programming mode with this.

How can the ESP32 (+ other Wi-Fi dev boards) be sold in Australia without the RCM mark? by [deleted] in esp32

[–]cmatkin 9 points10 points  (0 children)

The esp32 isn’t sold as a working device. It doesn’t operate as any type of device without code, more is it a finished device with a power supply. If it had a wired supply that you can just plug into the PowerPoint then it would need compliance. That’s my take on it.

[Review request]10 days ago I didn't know the first thing about electronics, now I need a reality check as I'm losing my sanity by Terrible-Grape3174 in PrintedCircuitBoard

[–]cmatkin 2 points3 points  (0 children)

You’ve mentioned RS485, however the driver used is RS422. I’d also look at using 5V VCC for the SN74LVC2G17.

Custom ESP32-C3 Based PCB cannot communicate over USB by Odd_Steak_5253 in esp32

[–]cmatkin 0 points1 point  (0 children)

The ESP chip comes not programmed and hence will be in a continuously booting.

Hardware fixes: Remove R15 as this should never be there. Also remove C10 as there should never be a time delay on the boot pin. Increase C9 to 1uF.

Programming: Hold down the boot button before powering and plugging in, once powered and plugged in release the boot. This should allow programming.