Tuns counter for winding in h4 #231
Replies: 3 comments 2 replies
-
Estuve estudiando el asunto, pero yo no sé nada de programar...he conseguido algo de ayuda a traves de buscadores y he deducido lo siguiente: void IRAM_ATTR onAsyncTimer() { Además, se me sugiere que alterne las RPM con los GRADOS del husillo y las Vueltas que quiero mostrar, de la siguiente forma: También se me sugiere que incluya en la función updateDisplay lo siguiente: |
Beta Was this translation helpful? Give feedback.
-
Try adding
after the line 1005 printing the "Angle " string - https://github.com/kachurovskiy/nanoels/blob/main/h4/h4.ino#L1005 - this will show the number of turns with 2 precision signs in the Angle display mode - and the degree angle would be shown after. Reset angle and turns with the Stop button. |
Beta Was this translation helpful? Give feedback.
-
Hi @tektonandroid,
The results is a line like this: |
Beta Was this translation helpful? Give feedback.
-
Good afternoon everyone. I would like to use my lathe to count the turns when winding transformers. Would it be possible to implement a turns counter in the H4 software?
Regards and thanks
Beta Was this translation helpful? Give feedback.
All reactions