Hi, this is my first post, I'm learning about winding pickups and i have a few questions
The first and i think is the most important is:
If i want to play with the impedance of my homebrew pickups i need to know the turns it's need, thinking about it a few time i
have a idea to get it:
1 - Calculate the length per turn
-For Square end core:
Length_turn = 2*(width_coil + length_coil)
-For round end core:
Length_turn = Pi*width_coil + 2*length_coil
2 - Calculate the length for the wire
With the data of the wire, we could start to calculate the length of the wire we need to get the output impedance.
Total_length = "impedance wanted" / "Resistance in ohms per (km, foot, inch, mm, ...)"
If you use km the Total_length will be in km too
3 - Calculate the turns
Knowing the length of the wire and the length per turn it will be very easy.
Turns = Total_length / Length_turn
Use the same units for the both lengths
But this idea have a "little" problem, it will be the maximum turns, because it use the minimum length per turn, in a computer i could write a recursive function who calculate it with precision, but i want to lean to get the closer turns without using my computer
I'm thinking to get the wire's diameter(with the insulate) and with the coil's height i could know the max turns per layer, and get the number of layers it will take for the turns we need. Using this we could calculate the max core length, and using it to obtain the turns and calculate the average of both.
I'm on the right way? or it's the worst method to calculate the turns for the pickup?
Thanks for your time, and sorry for my bad English.
The first and i think is the most important is:
If i want to play with the impedance of my homebrew pickups i need to know the turns it's need, thinking about it a few time i
have a idea to get it:
1 - Calculate the length per turn
-For Square end core:
Length_turn = 2*(width_coil + length_coil)
-For round end core:
Length_turn = Pi*width_coil + 2*length_coil
2 - Calculate the length for the wire
With the data of the wire, we could start to calculate the length of the wire we need to get the output impedance.
Total_length = "impedance wanted" / "Resistance in ohms per (km, foot, inch, mm, ...)"
If you use km the Total_length will be in km too
3 - Calculate the turns
Knowing the length of the wire and the length per turn it will be very easy.
Turns = Total_length / Length_turn
Use the same units for the both lengths
But this idea have a "little" problem, it will be the maximum turns, because it use the minimum length per turn, in a computer i could write a recursive function who calculate it with precision, but i want to lean to get the closer turns without using my computer
I'm thinking to get the wire's diameter(with the insulate) and with the coil's height i could know the max turns per layer, and get the number of layers it will take for the turns we need. Using this we could calculate the max core length, and using it to obtain the turns and calculate the average of both.
I'm on the right way? or it's the worst method to calculate the turns for the pickup?
Thanks for your time, and sorry for my bad English.
Comment