@shibo can you review this schematic if

@shibo can you review this schematic if its correct
No description
No description
30 Replies
shibo
shibo4mo ago
Change the symbol of d1
Mustafa7
Mustafa7OP4mo ago
and what about J1 and J2 J3 are they jumpers or pinheaders?
Techmannih
Techmannih4mo ago
In the power led which is not the diode. Which is led used as the name of D1 With the color
shibo
shibo4mo ago
I guess since it's a 'J' then it's a jumper "Disable" label is in a weird position You're missing some vcc and ground symbols @ansh.grover how did you change the labels into ground/vcc symbols
Mustafa7
Mustafa7OP4mo ago
yea how do i correct it ? how do i make a gap between them?
ansh.grover
ansh.grover4mo ago
@shibo using this natlabel component <netlabel schX={2.5} schY={2.5} net="V3_3" connection="JP1.pin2" anchorSide="bottom" /> you can see its docs as well on tscircuit docs
Mustafa7
Mustafa7OP4mo ago
@shibo Done. How's it now?
No description
shibo
shibo4mo ago
Nice work Let me verify q1
shibo
shibo4mo ago
No description
shibo
shibo4mo ago
Q1 has the q1 is a p channel mosfet As the arrow is pointing outward
Mustafa7
Mustafa7OP4mo ago
@shibo can you check the pcb for this sparkfun board: https://www.sparkfun.com/sparkfun-mini-linear-3d-hall-effect-sensor-tmag5273-qwiic.html here is my code:https://tscircuit.com/MustafaMulla29/TMAG5273_Hall_Effect_sensor#files Am facing an where if i remove/edit the board width and height, it is not getting autorouted. Can you please check it?
SparkFun Mini Linear 3D Hall-Effect Sensor - TMAG5273 (Qwiic)
The Mini TMAG5273 Qwiic Sensor is a low-power 3D hall-effect sensor perfect for detecting and measuring changes in a nearby magnetic field.
MustafaMulla29/TMAG5273_Hall_Effect_sensor - tscircuit
This code defines a simple electronic circuit with an SMD 10kΩ resistor connected to the gate of an SOT-23 N-channel enhancement-mode MOSFET, with both source and drain linked to a 3.3V net. To import and use the TMAG5273 Hall Effect sensor component: 1. Import the component: ```tsx import { TMAG5273 } from "@tsci/MustafaMulla29.TMAG5273Hall...
No description
Mustafa7
Mustafa7OP4mo ago
@shibo
shibo
shibo4mo ago
I will check asap
shibo
shibo4mo ago
No description
shibo
shibo4mo ago
there are many disconnections there is an error, can you please try to fix it?
shibo
shibo4mo ago
@Mustafa7 this your board right?
No description
Mustafa7
Mustafa7OP4mo ago
Yea
shibo
shibo4mo ago
it looks nothing like the one you made
Mustafa7
Mustafa7OP4mo ago
Ok I'll look into it
shibo
shibo4mo ago
for the pcb it needs to be 1-to-1 with the reference go to your board's reference website and download the eagle files
Mustafa7
Mustafa7OP4mo ago
How to check if there are disconnections?
shibo
shibo4mo ago
I just see disconnected schematic traces, maybe if you fix the error they'll be fixed then put the eagle files in this website: https://www.pcbway.com/tool/ElectronicDesignViewer you can then click any component, pad and pin to see their positions and dimensions
shibo
shibo4mo ago
cc @ansh.grover we use mm, so if you find that the unit used is mil you can change it by clicking the info icon
No description
Mustafa7
Mustafa7OP4mo ago
@shibo its showing correctly in the schematics
No description
Mustafa7
Mustafa7OP4mo ago
@shibo what to do about this? this is giving me error when i have INT named solderjumper and INT net in it. This is the error: Multiple components found with name "INT" in subcircuit "unnamed". Component names must be unique within a subcircuit.
No description
ansh.grover
ansh.grover4mo ago
@shibo yes i m using all units in mm i am using this option, btw thanks for pointing out.
shibo
shibo4mo ago
I thought you said you were converting mil to mm?
Mustafa7
Mustafa7OP4mo ago
should i rename it to INT_JUMPER?
ansh.grover
ansh.grover4mo ago
nope, just using it from here only.
shibo
shibo4mo ago
that shouldn't cause an issue, please investigate what is the root cause of the issue, maybe it's a bug

Did you find this page helpful?