Search found 9 matches
- Thu Sep 05, 2024 7:23 pm
- Forum: Hardware
- Topic: PCB Antenna design review request
- Replies: 8
- Views: 3774
Re: PCB Antenna design review request
Please check this below topic. Seems similar to your case. https://www.esp32.com/viewtopic.php?f=12&t=41564 If we assume your antenna has a 50 ohm impedance, then your matching network can be wrong. I think the transmission line isn't exactly 50 ohms. It should be very thick for a 2-layer board. Nev...
- Sun Sep 01, 2024 11:40 am
- Forum: Hardware
- Topic: Feedback own environmental sensor board
- Replies: 1
- Views: 1292
Re: Feedback own environmental sensor board
So, you are planning to use the I2C bus over a cable. There is a possibility that clock line effects the data line. When you drive the clock line to ground strongly, it causes glitches on the data line via capacitive coupling while data is at high level through the pull up resistor. You may want to ...
- Fri Aug 30, 2024 6:57 pm
- Forum: Hardware
- Topic: Combining analog and digital ground
- Replies: 1
- Views: 1302
Re: Combining analog and digital ground
Generally, if you don't have a specific purpose, you can connect both analog and digital grounds to the same ground plane. The noise is coupled through a common impedance. The purpose here is to reduce the impedance and so the noise. Impedance is mainly resistive for low frequency and mainly inducti...
- Fri Aug 30, 2024 8:48 am
- Forum: Hardware
- Topic: RF issue on custom board
- Replies: 9
- Views: 2683
Re: RF issue on custom board
Previous location of C35 was better. You are matching the chip to the transmission line. C35 and L6 should be between these two. Chip -> C36, L6 and C35 together -> transmission line -> antenna. But you don't need to update the PCB. You can just replace the matching components to check the wifi issue.
- Thu Aug 29, 2024 8:24 pm
- Forum: Hardware
- Topic: RF issue on custom board
- Replies: 9
- Views: 2683
Re: RF issue on custom board
I used Saturn PCB toolkit and calculated coplanar waveguide impedance. I've found 57.2 ohms with your width of 0.294mm and spacing of 0.2mm for JLC04161H-7628 (er 4.4) process. The other calculation you made says differential pair so it is not correct. I recommend you to use 15 mil track width and 8...
- Thu Aug 29, 2024 12:37 pm
- Forum: Hardware
- Topic: RF issue on custom board
- Replies: 9
- Views: 2683
Re: RF issue on custom board
I believe ESP32-S3-FN8 has an RF impedance of 35+j0. W3008 antenna has 50 ohms. When I place the conjugate (35-j0) to a smith chart software (i.e. SimNEC) and try to match to 50 ohms, it calculates a series 1.5nH inductor and a parallel 0.9pF capacitor (closer to the antenna). Additionally, 0 ohms r...
- Mon Apr 29, 2024 6:27 am
- Forum: Showcase
- Topic: Open Source ESP32 Ethernet, Wi-Fi & Serial Gateway
- Replies: 2
- Views: 6276
Re: Open Source ESP32 Ethernet, Wi-Fi & Serial Gateway
More images...
- Mon Apr 29, 2024 6:26 am
- Forum: Showcase
- Topic: Open Source ESP32 Ethernet, Wi-Fi & Serial Gateway
- Replies: 2
- Views: 6276
Re: Open Source ESP32 Ethernet, Wi-Fi & Serial Gateway
PCB layers and antenna simulation.
- Sun Apr 28, 2024 1:45 pm
- Forum: Showcase
- Topic: Open Source ESP32 Ethernet, Wi-Fi & Serial Gateway
- Replies: 2
- Views: 6276
Open Source ESP32 Ethernet, Wi-Fi & Serial Gateway
Hello All, I want to share a recent project of mine with you. This is a design based on ESP32 chip. It is compatible with open source esp-at project. One can easily develop a custom firmware on it as well. Schematics, layout, PCB antenna design and simulations, pin out diagram, part list and much mo...