Clarification Request

overall project i want to create one similar with diffrent sensors and an ai chip onboard
To tailor a new wearable-health system with different sensors plus an onboard AI engine, let’s firm up your requirements. Could you answer:
  1. Sensor suite
    • Which vital signs or environmental parameters must it measure? (e.g., SpO₂, temperature, motion, glucose)
  2. AI functionality
    • What processing do you need on-board? (e.g., anomaly detection, signal filtering, ML inference)
    • Target throughput or model size?
  3. Form factor & power
    • Max size/weight and battery life goal?
    • Recharge method (USB, wireless)?
  4. Connectivity & UI
    • How will data be relayed? (BLE, Wi-Fi, cellular?)
    • Local user interface? (LEDs, display, haptics?)
  5. Regulatory & safety
    • Any specific medical or EMI standards to meet?
Once we have these, I can sketch a block-level architecture (power, sensor front-end, AI SoC, comms, display, battery management). Let me know!
Specify sensor list
Clarify AI chip role
Define form factor and connectivity
Regulatory and integration scope
connect charging controller aand battery

@copilot connect charging controller aand battery
1y
To connect a charging controller to the battery in your wearable pregnancy monitoring system, you need to ensure that the flow of power is correctly managed. Based on the standard operation, the charging controller will manage charging the battery and providing power to the system when the external charger is connected.
Here are the key connections:
  1. Connect Charging Module to Battery:
    • Connect [chargingmodule]:BAT+[charging-module]:BAT+ to [battery]:positive[battery]:positive terminal.
    • Connect [chargingmodule]:BAT[charging-module]:BAT- to [battery]:negative[battery]:negative terminal.
  2. Connect Charging Module to System Power:
    • Connect [chargingmodule]:OUT+[charging-module]:OUT+ to the power input of your system, typically [voltageregulator]:VI[voltage regulator]:VI if it requires regulated voltage.
    • Connect [chargingmodule]:OUT[charging-module]:OUT- to the system ground, which may be connected to [voltageregulator]:GND[voltage regulator]:GND or [esp32c3mini1]:GND[esp32-c3 mini-1]:GND.
  3. Connect Input for Charging:
    • Connect [chargingmodule]:IN+[charging-module]:IN+ to the positive terminal of your charging supply.
    • Connect [chargingmodule]:IN[charging-module]:IN- to the negative terminal of your charging supply.
Here's a concise format for the connections:
  • Connect [chargingmodule]:BAT+[charging-module]:BAT+ to [battery]:positive[battery]:positive terminal.
  • Connect [chargingmodule]:BAT[charging-module]:BAT- to [battery]:negative[battery]:negative terminal.
  • Connect [chargingmodule]:OUT+[charging-module]:OUT+ to [voltageregulator]:VI[voltage regulator]:VI.
  • Connect [chargingmodule]:OUT[charging-module]:OUT- to [voltageregulator]:GND[voltage regulator]:GND.
  • Connect [chargingmodule]:IN+[charging-module]:IN+ to the positive terminal of your charging supply.
  • Connect [chargingmodule]:IN[charging-module]:IN- to the negative terminal of your charging supply.
Should I carry out these connections on your schematic? Also, please confirm if the [battery][battery] element needs to have explicit pins listed or if it's connected externally.
1y
5
connectthe parts

@copilot connectthe parts
1y
Let's get started by connecting the components in your wearable pregnancy monitoring system. Here are the connections based on the designators and pins specified:
Power Connections
  • Battery to Voltage Regulator:
    • Connect the positive terminal of the battery to voltage regulator:VI\text{{voltage regulator}}: \text{{VI}}.
    • Connect the negative terminal of the battery to voltage regulator:GND\text{{voltage regulator}}: \text{{GND}}.
  • Voltage Regulator to Components:
    • Connect voltage regulator:VO\text{{voltage regulator}}: \text{{VO}} to esp32-c3 mini-1:3V3\text{{esp32-c3 mini-1}}: \text{{3V3}}.
    • Connect voltage regulator:VO\text{{voltage regulator}}: \text{{VO}} to Fetal-movement sensor:VDD\text{{Fetal-movement sensor}}: \text{{VDD}}.
    • Connect voltage regulator:GND\text{{voltage regulator}}: \text{{GND}} to GND net.
Ground Connections
  • Common Ground:
    • Connect esp32-c3 mini-1:GND\text{{esp32-c3 mini-1}}: \text{{GND}} to GND net.
    • Connect Fetal-movement sensor:GND\text{{Fetal-movement sensor}}: \text{{GND}} to GND net.
    • Connect heart-rate-sensor:GND\text{{heart-rate-sensor}}: \text{{GND}} to GND net.
    • Connect Blood Pressure Sensor:GND\text{{Blood Pressure Sensor}}: \text{{GND}} to GND net.
Sensor Connections
  • Fetal-movement sensor (MPU-6050):
    • Connect Fetal-movement sensor:SDA\text{{Fetal-movement sensor}}: \text{{SDA}} to esp32-c3 mini-1:IO19\text{{esp32-c3 mini-1}}: \text{{IO19}}.
    • Connect Fetal-movement sensor:SCL\text{{Fetal-movement sensor}}: \text{{SCL}} to esp32-c3 mini-1:IO18\text{{esp32-c3 mini-1}}: \text{{IO18}}.
  • Heart-rate sensor (MAX30102):
    • Connect heart-rate-sensor:SDA\text{{heart-rate-sensor}}: \text{{SDA}} to esp32-c3 mini-1:IO4\text{{esp32-c3 mini-1}}: \text{{IO4}}.
    • Connect heart-rate-sensor:SCL\text{{heart-rate-sensor}}: \text{{SCL}} to esp32-c3 mini-1:IO5\text{{esp32-c3 mini-1}}: \text{{IO5}}.
  • Blood Pressure Sensor (BMP280):
    • Connect Blood Pressure Sensor:SDI\text{{Blood Pressure Sensor}}: \text{{SDI}} to esp32-c3 mini-1:IO10\text{{esp32-c3 mini-1}}: \text{{IO10}}.
    • Connect Blood Pressure Sensor:SCK\text{{Blood Pressure Sensor}}: \text{{SCK}} to esp32-c3 mini-1:IO9\text{{esp32-c3 mini-1}}: \text{{IO9}}.
Display Connections
  • OLED Display (SSD1327):
    • Connect OLED display:DIN\text{{OLED display}}: \text{{DIN}} to esp32-c3 mini-1:IO13\text{{esp32-c3 mini-1}}: \text{{IO13}}.
    • Connect OLED display:CLK\text{{OLED display}}: \text{{CLK}} to esp32-c3 mini-1:IO14\text{{esp32-c3 mini-1}}: \text{{IO14}}.
    • Connect OLED display:CS\text{{OLED display}}: \text{{CS}} to esp32-c3 mini-1:IO15\text{{esp32-c3 mini-1}}: \text{{IO15}}.
    • Connect OLED display:DC\text{{OLED display}}: \text{{DC}} to esp32-c3 mini-1:IO16\text{{esp32-c3 mini-1}}: \text{{IO16}}.
    • Connect OLED display:RST\text{{OLED display}}: \text{{RST}} to esp32-c3 mini-1:IO17\text{{esp32-c3 mini-1}}: \text{{IO17}}.
    • Connect OLED display:GND\text{{OLED display}}: \text{{GND}} to GND net.
    • Connect OLED display:VCC\text{{OLED display}}: \text{{VCC}} to voltage regulator:VO\text{{voltage regulator}}: \text{{VO}}.
Other Connections
  • LED (WS2812B-B):
    • Connect LED1:DIN\text{{LED1}}: \text{{DIN}} to esp32-c3 mini-1:IO7\text{{esp32-c3 mini-1}}: \text{{IO7}}.
    • Connect LED1:VDD\text{{LED1}}: \text{{VDD}} to voltage regulator:VO\text{{voltage regulator}}: \text{{VO}}.
    • Connect LED1:VSS\text{{LED1}}: \text{{VSS}} to GND net.
Charging Module
  • Charging Module:
    • Connect charging-module:OUT+\text{{charging-module}}: \text{{OUT+}} to voltage regulator:VI\text{{voltage regulator}}: \text{{VI}}.
    • Connect charging-module:OUT-\text{{charging-module}}: \text{{OUT-}} to GND net.
    • Connect charging-module:BAT+\text{{charging-module}}: \text{{BAT+}} to the positive terminal of the battery.
    • Connect charging-module:BAT-\text{{charging-module}}: \text{{BAT-}} to the negative terminal of the battery.
Additional Connections
  • Ferrite Beads (BLM21PG331SN1D):
    • Place ferrite beads\text{{ferrite beads}} (FB1) between any DC lines from power sources and ICs to reduce noise.
Please check these connections and adjust any specifics as per your project's requirements. Let me know if you need further modifications or additions!
1y
4


No results...

firstPCB

firstPCB thumbnail
This project aims to develop a wearable and portable pregnancy monitoring system that continuously tracks key health parameters and provides real-time notifications to healthcare providers and family members. The solution integrates a comfortable, non-intrusive wearable device with embedded sensors, a mobile application, cloud connectivity, and machine learning algorithms to predict and manage potential complications.

Properties

Properties describe core aspects of the project.

Pricing & Availability

Distributor

Qty 1

Arrow

$3.30–$3.30

Digi-Key

$17.00–$28.32

LCSC

$22.99–$23.12

Mouser

$17.33

Verical

$2.93–$2.95

Controls