Chat

Welcome to Flux

Treat Flux like your intern. Tell it what you'd like to build and it'll get to work. You can also ask it questions, brainstorm ideas, and teach it your preferences. Learn More

Explain project
Write a project description
Find schematic issues
Create a test plan
Simulate a circuit
Prepare for Manufacturing
Component Selection Workflow
New Subsystem Wizard
Write I2C initialization code
Generate firmware skeleton
PROG_MODULE
Check that all reset/enable have an external pull-up or pull-down resistors. Rep...

@copilot Check that all reset/enable have an external pull-up or pull-down resistors. Report action items in an ordered list.
2y
To check if all reset/enable signals have required pull-up or pull-down resistors, let's review the project components and nets.
  1. U3 - ESP32-WROOM-32: This component has an enable pin labeled as 'EN'. According to the datasheet of ESP32-WROOM-32, an RC delay circuit is usually recommended at the EN pin. Typically, the resistor value is (10 , k\Omega) and the capacitance value is (1 , \mu F). These values may need to be adjusted depending on the exact power-up timing requirements of your specific application[1].
  2. Examining the project nets, there's a net named 'RESET' that appears to be associated with the EN pin of U3. However, there's no clear information if there's an external resistor connected to this net.
Based on these observations, here are the action items:
  1. Check the connections of the 'EN' pin of U3. Ensure it's connected to an RC delay circuit as recommended in the ESP32-WROOM-32 datasheet.
  2. Find and check the functionality of the 'RESET' net. If it's connected to an enable or reset pins of components, ensure that it has the necessary pull-up or pull-down resistors.
  3. For every component in the project that has a reset or enable pin, ensure that it is connected to an appropriate net and has an external pull-up or pull-down resistor if necessary. Reference the specific component datasheets for direction on this.
2y
Someone is typing...
3
LCSC Part C295747 Works for J2 https://storage.googleapis.com/flux-comment-file...

LCSC Part C295747 Works for J2
Image

Image

https://storage.googleapis.com/flux-comment-files/files/commentFileId-505d8603122109ed1874fc30713b9804f022105052a3b0025beea21dd158ede8.jpeg?GoogleAccessId=graviton-mvp%40appspot.gserviceaccount.com&Expires=4857471744&Signature=XriiyOrfctNZFg954%2BPs9ZbbdLWV6W7NdhBjxe9mVT4OJPnWpqiI00r2svn9oBLo7scCj3WbUU%2BqlBAcNVKIS1pXpeCUpCl1hJvQuVRws%2ByUa0ySJJ5hL1Kmyyaz0ARf4Kx9NouC6fTEVJsxBCABiRYGgFOToF9dovTCKpkRqhonOmzEzKmVoQdd59esfImpTiT0fCwm2MOCk2hIxu7pbXeM9KhvpVBswrG5xk9QvsO5nmW7TcJZUl2PxCLnwSfBYVVNzdMODVX%2BDyEHWFqi1T3PJmn0EbJGb9VgiMJQK9Y0jQU9JQEyHiGhSF5StQxgslG3mZLT9vtQEJkz1DB0vA%3D%3D
2y
Someone is typing...
6
please connect the HSPI bus on U3 to the SPI bus on BUCK\_MODULE

@copilot please connect the HSPI bus on U3 to the SPI bus on BUCK_MODULE
2y
To connect the HSPI bus on ESP32 (U3) to the SPI bus on the BUCK_MODULE, you can connect the following pins:
  1. Connect U3:IO13/HSPI_COPI to BUCK_MODULE:BUCK_SPI_COPI
  2. Connect U3:IO12/HSPI_CIPO to BUCK_MODULE:BUCK_SPI_CIPO
  3. Connect U3:IO14/HSPI_CLK to BUCK_MODULE:BUCK_SPI_CLK
  4. Connect U3:IO15/HSPI_CS0 to BUCK_MODULE:BUCK_SPI_CS
Please note that this is assuming the BUCK_MODULE supports SPI and is compatible with the locations of the HSPI pins of the ESP32. If your BUCK_MODULE uses a different naming scheme for SPI pins, you'll need to adapt this accordingly.
Here's what each connection does:
  • COPI (Controller Out-Peripheral In), also known as MOSI (Master Out-Slave In), sends data from the ESP32 to the BUCK_MODULE.
  • CIPO (Controller In-Peripheral Out), also known as MISO (Master In-Slave Out), sends data from the BUCK_MODULE to the ESP32.
  • CLK is the clock signal for synchronizing data transfer.
  • CS is the Chip Select, or Slave Select, which enables communication with the BUCK_MODULE when pulled low.
Remember, communication protocols like SPI can vary across different devices, so ensure to check your specific BUCK_MODULE datasheet to verify the correct connections.
2y
Someone is typing...
2
pullups that I forgot to add

pullups that I forgot to add
2y
Someone is typing...
4
ORDERING INFO: -Order Test with 4 layer export -Order Production with 2 layer e...

ORDERING INFO: -Order Test with 4 layer export
-Order Production with 2 layer export (ONLY USE INNER LAYERS FOR TEST CONNECTOR)
2y
Someone is typing...
5
New Comment

Someone is typing...
8
J2
Not Recommended for New Designs
RESET
USB_DN
U3 IO15/HSPI_CS0 - BUCK_MODULE BUCK_SPI_CS
USB_DP
3.3V
5V/BATT
U3 IO13/HSPI_COPI - BUCK_MODULE BUCK_SPI_COPI
5V_USB
GPIO0
USB_DP
0V-1.9V
3.3V
MCU_RX
BUCKEN
5V/BATT
MCU_TX
3.3V
0V-1.9V
3.3V
GPIO0
MCU_TX
RESET
U3 IO14/HSPI_CLK - BUCK_MODULE BUCK_SPI_CLK
5V_USB
3.3V
MCU_RX
GPIO0
3.3V
U3 IO15/HSPI_CS0 - BUCK_MODULE BUCK_SPI_CS
3.3V
0V-1.9V
USB_DN
0V-1.9V
U3 IO14/HSPI_CLK - BUCK_MODULE BUCK_SPI_CLK
3.3V
BUCKEN
RESET
U3 IO13/HSPI_COPI - BUCK_MODULE BUCK_SPI_COPI
0V-1.9V
0V-1.9V
U4
Manufacturer Part Number
ME6206A33XG
M1
R10
Resistance
10kΩ
C9
Capacitance
0.1uF
M4
M3
R9
Resistance
10kΩ
C10
Capacitance
1uF
C8
Capacitance
1uF
C7
Capacitance
1uF
M2
R7
Resistance
5.1kΩ
U3
J4
Test Breakout
J1
BUCK_MODULE
SW2
SW1


No results...

On Air R2 Demo

On Air R2 Demo thumbnail
R2 changes: -Moving to Letter Modules for ease of design -Adding ESP32 for WiFi On/Off and intensity control
-Optional: Add unpopulated AA Battery Holder for battery option
R1 changes: -Changed LED part to Red LEDs -adjusted resistor value of buck converter -Changed source for USB-C Connector -Removed exposed soldermask on buck converter with negative soldermask expansion -Order with black soldermask
Modified by markwu2001:
  • Adjustable Brightness,
  • 85-90% Drive Efficiency
  • <5W Operation (Can use 5V 1A Plug) This project can be purchased from LCSC
Original Description: Daddy's second circuit board. A sign to let my wife know when I'm on a call. Activates with a slide switch and is powered by USB-C. #template

Properties

5VDC, 4.2VDC

WiFi

Pricing & Availability

Distributor

Qty 1

Arrow

$0.24–$1.04

Digi-Key

$2.34–$29.38

LCSC

$4.17

Mouser

$0.54–$2.38

Verical

$0.24–$1.25

Controls