Ralim / IronOS

Open Source Soldering Iron firmware
https://ralim.github.io/IronOS/
GNU General Public License v3.0
7.17k stars 712 forks source link

Enable Accelerometer Data Access via Bluetooth Low Energy (BLE) #1899

Open Defozo opened 6 months ago

Defozo commented 6 months ago

Is your feature request related to a problem? Please describe. When using my Pinecil V2 for embedding brass inserts into 3D prints, maintaining the soldering iron perfectly perpendicular to the insertion point is essential for optimal results.

Describe the solution you'd like Integrating accelerometer data accessible via Bluetooth Low Energy (BLE) would be incredibly helpful. This feature would allow me to monitor and adjust the angle of the soldering iron in real-time, ensuring precision in positioning.

Additional context image Source of the image: https://www.youtube.com/watch?v=KqSmCHr4fdA

Nickduino commented 4 months ago

This is such a clever way to use the accelerometer! I wonder if you could also deduce from the acceleration in the Z-axis when the insert is low enough

discip commented 2 months ago

@Defozo I think a more efficient solution would be a fixture (like these MakerWorld or these Printables) that works independently of the surface you are working on, as this might be tilted in one way or the other.

discip commented 1 month ago

@Ralim Is the accelerometer in the Pinecil_2:

  1. able to take measurements in an upright orientation reliably enought?
  2. capable of making the requested task accurate enough, so that it would justify the effort to implement this?