Cercare un Fisioterapista Specializzato in Fitoterapia.
Scopri come progettare e realizzare una camera di embedding 3D per un sensore fluxgate, utilizzando i file OpenSCAD disponibili nel nostro repository. Questa soluzione innovativa offre resistenza meccanica e isolamento elettrico, ideale per applicazioni di misurazione magnetica.
Trova professionisti vicino a te
Trova professionisti
3D-Printed Embedding Chamber for Fluxgate Sensor
This repository contains OpenSCAD files for a 3D-printed embedding chamber for a fluxgate sensor.
The chamber is designed to house a [Fluxgate Magnetometer](https://www.sparkfun.com/products/10663) from Sparkfun. It may fit other fluxgate sensors of similar size.
The chamber is designed to be filled with epoxy to give it mechanical strength and to provide good electrical insulation.
The OpenSCAD files include:
* `main.scad`: The main OpenSCAD file. This includes a parameter `thickness` to control the thickness of the walls of the chamber.
* `test.scad`: This OpenSCAD file includes a test fixture to check the dimensions of the chamber.
The fluxgate magnetometer is not included.
# License
The OpenSCAD files in this repository are released under the MIT license.
Copyright (c) 2014 David Whale
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.