Projekte Achtung: Bitte KEINE neuen Projekte mehr hier anlegen! Wir wollen zukünftig nur noch Project Gallery on FabLab Manager nutzen. Vacuum cleaner My neighbours gave me this vacuum-cleaner brush that didn't work anymore because it stopped spinning. The connecting piece was so worn out, that the "clutch" piece would spin freely inside it. I 3D-scanned the clutch with our CR-Scan Raptor in blue laser mode. For this to work, you need several tracking points around the object. Here you can see the result of the scan. I used blender to postprocess the data into a positive part and a negative copy that fits into the center of the brush. In order to make it removable, I drilled a hole through my printed piece and the brush, in place of one of the screw holes. Now I can securely fix the part in rotation, but still dissasemble and replace it if neccesary. This is what the finished result looks like: staubsauger_fix_01.stl Otto Our fellow researcher M. Sc. Yonghuan Fu from the Fachgebiet Angewandte Nanophysik contacted us because he wanted to build a little robot in order to promote his sodium batteries. Detailed information can be found at this link:https://fablab.tu-ilmenau.de/#!/projects/robots-powered-by-all-solid-state-sodium-ion-batteries This work was supported by FabLab/UNIKAT and Otto Robot Open Source Project.   Rückenkratzer Unsere liebe Reinigungsfachangestellte Susanne hat mich gebeten Ihr einen Rückenkratzer zu drucken. Auf die Frage "Wie soll der denn aussehen?" hat Sie eine Geste mit der Hand gemacht, die ich ungehend mit unserem 3D-Scanner erfasst habe. Obwohl sie beim Scan etwas gewackelt hat, ist ein relativ brauchbares 3D-Modell daraus geworden. HSF-Radio Our beloved Student radio HSF is celebrating its 70th birthday! https://www.radio-hsf.de/ As a present we wanted to develop a HSF-Radio Soldering kit. The first attempt was to try this this radio-kit from Aliexpress. MIoTy Thanks to Tim Hemmecke, we had a little MIoTy-Workshop in our FabAcademy Networking class. This is the boards we designed, milled and programmed. Another board made by Fraunhofer-Institut. The mioty Gateway. Projektseminar Prof. Husung We build two prototypes for the Projektseminar of Prof. Husung. This one, by Zhi-xi Koay, included milling the base on the carvera, while this one from Mustafa Alan has a laser-cut base from Acrylic. Sensorhalter Für Herrn Bernd Klose haben wir diesen Sensorhalter gedruckt: Gravierung USB-Hubs RC-Van Die Studenten Benedikt Feit und Marvin Gärtner haben dieses ferngesteuerte Auto als modularen Bausatz entickelt: Fab-Logo Brandeisen For decorating our Buns, we made a branding iron in collaboration with the Lehrwerkstatt. The first prototype was milled out of recycled HDPE-Plastic (Carvera) while the final pieces were milled out of brass on the 3-axis CNC in the Lehrwerkstatt. Repair of Headphones Jakob Lerch: Repair Hinge for Headphones ATH-MK40x Reparatur Delonghi Siebträgermaschine Using our Carvera 3-axis milling machine, we milled an aluminum piece in order to fix this Espresso-machine: PCB für ein Mischpult Zusammen mit Thore Lencer haben wir ein einseitiges PCB für einen Verstärker gefräst. Grundlagen analoger Schaltungstechnik; Prof. Sommer Ersatz-Zahnrad Ein weiteres Projekt für unsere Susanne ist ein Ersatz Zahnrad für einen Dönergrill-Drehspieß The most difficult part was getting the gear right. I measured the inner and outer diameter of the gear (Kopfkreis Ø 25 mm and Fußkreis Ø 14 mm) and then asked DeepSeek for the modulus of the gear. The first time I didn't give it the amount of teeth and it gave me a long but useless answer. The second time it told me that the module is 2,5. Which turns out to be perfectly right. I used the Gear-Module in FreeCAD to model this gear: I asked DeepSeek again just for completing this documentation, but it completely messed up: My cog has an outer diameter of 25mm and an inner diameter of 14mm. The gear has eight teeth. What is the module? zahnrad_01.FCStd Jarni's robots Jarni Castillo printed some parts for his modular robot 2leggedRobot In collaboration with Prof. Dr.-Ing. Gerald Schuller we are trying to help with his two-legged robot. https://github.com/TUIlmenauAMS/2-Legged-Robots 2legged_robot_01.blend We are working on pressure sensors for the feet. We wanted to try a material from Junior-Prof. Hongye Sun as a pressure sensor, but unfortunately the long-term signal repeatability does not seem to be consistent enough. We will continue to work with her and her team to hopefully improve the results. After cleanup labeling the wires hotglue leftovers original situation cleaning connectors hotglue / solder - mess Name link Datasheet Analog read with digital pin: https://www.raspberrypi-spy.co.uk/2012/08/reading-analogue-sensors-with-one-gpio-pin/ Formulierung dehnbarer leitfähiger Tinten für 3D-Drucker vom Typ Direct Ink Writing (DIW) Junior-Prof. Hongye Sun arbeitet mit Ihren Kollegen an einer Formulierung dehnbarer leitfähiger Tinten für 3D-Drucker vom Typ Direct Ink Writing (DIW) Your browser does not support the video tag. In the fablab we tried to help with measuring the resistance of this material with a RaspberryPi Pico. 2legged_robot_01.blend Resistance Measurement For doing the “Multi-channel-measurement” of your Resistors we used the https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html I just realized that the pico only has 3 analog inputs. It would be better to use the Arduino Mega, the Teensy4.1, the STM32 Blue Pill or a ESP32 https://chat-ai.academiccloud.de How can I measure a resistance between 1 and 10 Ohms with an Raspberry Pi Pico using a Voltage divider? We use the software: https://www.arduino.cc/ With this sketch: /* ReadAnalogVoltage Reads an analog input on pin 0, converts it to voltage, and prints the result to the Serial Monitor. Graphical representation is available using Serial Plotter (Tools > Serial Plotter menu). Attach the center pin of a potentiometer to pin A0, and the outside pins to +5V and ground. This example code is in the public domain. https://www.arduino.cc/en/Tutorial/BuiltInExamples/ReadAnalogVoltage */ // the setup routine runs once when you press reset: void setup() { // initialize serial communication at 9600 bits per second: Serial.begin(9600); } // the loop routine runs over and over again forever: void loop() { // read the input on analog pin 0: int sensorValue = analogRead(26); // Convert the analog reading (which goes from 0 - 1023) to a voltage (0 - 5V): float voltage = sensorValue * (5.0 / 1023.0); // print out the value you read: Serial.println(voltage); delay(100); } And this electrical setup (we only had a 220ohm resistor): 3.3V | [ R_ref ] = z. B. 100 Ω | +----+----------------+ | | [Rx] ADC-Messpunkte | (A+ und A− an GPIO26/27) GND https://chat-ai.academiccloud.de How can I measure a resistance between 110 ohms and 1 kOhm with a arduino Nano using a Voltage divider? Reparatur Bosch-Handmixer MFQ3530/04 Anleitung zum Auseinanderbauen eines Bosch-Handmixers MFQ3530/04 https://youtu.be/zUCDC8c7Mfw?si=xyCjRCcBSx1NDzej https://www.gutefrage.net/frage/wie-baue-ich-den-bosch-handmixer-mfq3530-auseinander Some more pictures of the repair: This is the electronics still with te broken cable. This is right after cutting off the bad piece of cable and the terminals. I skinned the cables, crimped and soldered them to the old terminals. Here the electronics with the fixed cable are back in place. Msys msys_02.svg MSys.svg Mys v5.f3d Block: 148 mm x 88 mm x 18,5 mm = 241944 mm³ Volume of mold: 241944 - 96361 = 144583 mm³ panema 3D Scan of a toy car Stempel Bergfest Short explanation on how to make stamps out of EVA-Foam: First, the design should be made as a vector-graphic. This could be done in Powerpoint, Illustrator or Inkscape (any software that exports in .ai, .svg, or .pdf). I'm using Inkscape as an example: The dimensions should be to scale. In the next step we mirror the design (horizontal or vertical): In order to engrave the space between the letters, we have to duplicate the box and subtract the text from it. Select the box, then shift select the text and hit "Strg + -" (Pfad --> Differenz) I gave it a blue fill color for engraving. I made the outline red for cutting. Then we go to file --> Save as... and choose with the default settings. In RDWorks we can import with "File --> Import". Make sure that the dimensions are correct by selecting everything and comparing it to the bounding box size in Inkscape. These are the settings I used for engraving and cutting: The final result should look like this: Handle Lawn Mower Our neighbour Dr.-Ing. Christoph Baumer gave us a broken handle for lawn mower with the request to fix it. We made a 3D-scan of it and printed a copy: The first version was lacking the groove in the handle, so we printed a second one in the right color. This the final working version installed in the lawn mower: This is the name and brand of the Lawn mower: LUX 20V Akku-Rasenmäher Design and 3D Modeling of a Multilayer LTCC Interconnection Platform Based on Einstein Tile Audio Tone Control Thore Lencer, Prof. Dr.-Ing. Ralf Sommer GaSt Praxisseminar WS 25/26 Probably our most complex double sided PCB so far. Size ~60x50mm We are working on soldering this board with our Reflow-oven. We want to try making the solder-paste stencil with our vinyl-cutter: Above is a screenshot from GoSign, our software for the Summa S3 T75. This is an attempt with a speed of 10mm/s instead of 800mm/s: The first stencil looks very promising! Reflow soldering Placing all components: Good settings for perfect TSSOP package and 0,4mm traces copper milling: 0.2mm v bit but insert 0.25mm in modsproject with 0.25 stepover and 4 offsets Solder mask removal: Solder mask removal bit; Z calibration with multimeter; then step up by 0,12mm and step down slowly if needed; cure UV mask for 5min first, then mill, then final-cure; cut speed 5mm/s; plunge speed 2mm/s, spindle 6000rpm Drill after solder mask application! Elsewise solder mask gets into the holes and copper can be destroyed when there are thin pad rings Miteinander Stärken We lasercut some "white rings" for the event "Miteinander Stärken" from 3mm Plywood. The design was done in Inkscape. In order to get it to the Lasercutter I saved the file as dxf_r12. I used Power=80% and Speed=10mm/s A higher speed might have been OK as well. Stretch-Sensor We are working on a little circuit for testing a material developped by M.Sc. Han Yang: 4 Measurement with Multimeter: Initial state 110 - 170 Ω slight stretching 350 - 500 Ω Higher tensile force 1kΩ (unstable) Approximately limited state 9-15 kΩ (unstable) https://modsproject.org/https://modsproject.org/ rightclick --> program --> open program --> carvera mill 2D PCB first test: https://www.hackster.io/ddami/5-blinking-leds-c29889 https://chat-ai.academiccloud.de How can I measure a resistance between 110 ohms and 1 kOhm with a arduino Nano using a Voltage divider? We tried Rk=330Ω (values too high) Rk=220Ω (values even higher) Rk=1kΩ (ok!) Sensor Trihedral Corner Reflector The goal was to build trihedral corner reflectors to be used in a radar training accompanying the lecture "Fundamentals and Systems of Radar Technology" (FSRT). This lecture is offered by the "Radio Technologies for Automated and Connected Vehicles" research group. New reflectors were required after the FSRT training has been modernized, financially supported by the examING project. Analysis A trihedral corner reflector is basically made of three equal right-angled triangles. The first task was to define the length a of the legs (cathetus). The reflector shall work in a frequency range of 77 GHz to 81 GHz. This corresponds to wave lengths of approximately 3.7 mm to 3.9 mm. Hence, any leg length a that is significantly larger than 3.9 mm is will be okay. However, the corner reflector shall still be handy and lightweight such that anyone can hold it easily. For the following analysis, we used the center frequency of f = 79 GHz. Let c0 denote the speed of light (in vacuum). Then, the free-space radar cross-section (RCS) σ can be computed as follows. For more details, see here. We chose a = 69 mm which results in an RCS σ ≈ 6.6 m² (6.5932... m²). We chose this value since the rounded RCS of 6.6 m² (rounded to one decimal place after the comma) would require a leg length of 69.017 mm, which is sufficiently close to an integer value (69 mm). Additionally, 69 mm is more than 10 times larger than the maximum wavelength of 3.9 mm. Building 1. Building a jig The final reflector is made of copper-coated plates that can be used to create PCBs. For each reflector, three right-angled triangles are have to be cut out and glued together. To make the gluing process easier, we first designed and 3d-printed a jig. The jig has several cutouts. These are used to glue the triangles together. The jig is made for plates of 1.6 mm thickness. The FreeCAD files and STL files are attached to this page. 2. Cutting the triangles The triangles were cut out using a CNC mill. 3. Gluing the triangles The triangles are glued together by inserting them into the jig and fastening them using clothespins. The glue is applied from the back through the holes. Once the glue is set, the clothespins can be removed. Anywhere the glue touches the jig, a knife with a sharp blade (e.g., a cutter knife) can be used to cut the reflector free from the jig. After that, some controlled force is required to push the reflector out of the jig. remaining glue can be removed from the jig using the knife. With the reflector out of the jig, the remaining parts of the edges (where the jig covered them) can be covered with glue. Let this dry. Aftermath and findings The jig was indeed helpful when gluing the triangles. One could design an extra inner part for the jig, which holds the triangles more firmly than the clothespins. The glued reflectors still have small gaps between the triangles, since it is hard to get the edges of the triangles really tightly together. The glue is rather thick, which could make it hard to mount the reflector into some other object. Possibly, one could create a flat surfaces by cutting off the excess glue with a sharp knife. In order to create a more precise trihedral, it would be better to cut or to mill it directly from a single solid piece of metal or at least create a jig from metal. Jetclay Workshop https://kuko-ev.de/ags-und-vereine/ag-keramik/ Documents: Jetclay Workshop.pdf EN_dOSIER_Iniciación.pdf Montageanleitung.pdf https://jetclayacademy.com/cursos/ Recommended software: https://ultimaker.com/de/software/ultimaker-cura/ You could also use any other slicing software like https://www.prusa3d.com/de/page/prusaslicer_424/ or https://www.orcaslicer.com/ 3D-Models: https://www.thingiverse.com/ https://www.printables.com/ https://www.myminifactory.com/ https://sketchfab.com/ https://thangs.com/ Cura Settings JetClay MINI - Standard.curaprofile.zip Images: https://www.thingiverse.com/thing:126567 cilindro.stl cubo.stl Links: https://godotstudio.com/ https://emergingobjects.com/project/gcode-clay/ https://parametrichouse.com/3d-printing-clay/ https://www.thingiverse.com/thing:4251952 https://all3dp.com/1/free-stl-files-3d-printer-models-3d-print-files-stl-download/ https://www.eufymake.com/blogs/printing-guides/3d-printing-software-for-beginners?srsltid=AfmBOop28OTLrb6zxCrToxfmc8K-zclnv2ciWLWvKhinocn4vmkhUfAC https://old-advancedtechnology.architecture.yale.edu/clay-3d-printing-design-guide https://www.eazao.com/blog/ceramic-3d-printing-with-grasshopper/ https://3dprinting.com/environmental/saving-hong-kongs-coral-reefs-with-3d-printed-clay-tiles/ https://www.instructables.com/Ceramic-Printing-3D-Print-an-Interior-Clay-Structu/ https://www.potterware.com/ https://3dspro.com/resources/blog/3d-printed-vase https://www.3dwasp.com/en/3d-printed-ceramic-tiles-for-wall-cladding-wasp-residency/ https://www.artsyshark.com/2020/12/04/featured-artist-brian-peters/ https://oliviervanherpt.com/3d-printing-ceramics/ https://www.fabbaloo.com/2016/07/van-herpts-incredible-ceramic-3d-printer https://www.burg-halle.de/lehrangebot/l/herbstsession-2020-keramik-3d-druck-einfuehrungskurs https://www.3dwasp.com/en/3d-printing-ceramic-furniture-and-design-products-with-keramik/ https://www.vecteezy.com/photo/61900904-intricate-3d-printed-sculptures-with-organic-design https://www.3dwasp.com/en/3d-printed-sensory-ceramic-garden-for-chelsea-flower-show/ https://www.merlin-living.com/3d-printing-vase-modern-art-ceramic-flower-home-decor-merlin-living-product/ https://www.domestika.org/de/courses/3459-einfuhrung-in-3d-druck-mit-keramik https://mainifesto.com/ceramic-parametrics-fluid-forms-cast-from-3d-printed-molds/ https://parametric-architecture.com/studio-rap-made-a-3d-printed-ceramic-facade-for-a-store-in-amsterdam/?srsltid=AfmBOoq4tv-5CRzs5MXCOvJFQFGv81TizOlK3Z_Oc4lpEmXsIvWBIv0m https://paacademy.com/blog/ceramic-3d-printing https://www.3dwasp.com/en/3d-printed-cooling-system-in-ceramic-terramound/ https://www.humanparametricdesign.com/ceramic https://www.printedpots.co.uk/knot/#expanded https://3dpotter.com/ https://www.youtube.com/watch?v=RAV-raH-iRA https://www.shammas.xyz/projects/woven-clay/ https://www.youtube.com/watch?v=1MpZjdhjNBQ https://liberalarts.tulane.edu/art/studio-art/facilities/digital-ceramics-lab https://vormvrij.nl/3dclayprinting/?p=1423 https://draganddrop.design/blogs/journal/3d-printing-with-clay-merging-craft-with-digital-innovation?srsltid=AfmBOoqQBQhCIOCG3Ume8a0DrM34_yUq-E9mdJLs3rM2LRSVWgMGKCmn https://3dprinting.com/news/artists-prints-clay-sculptures-to-resemble-textiles/ https://parametric-architecture.com/brick-by-bit-redefines-clay-bricks-with-3d-printing/ https://www.youtube.com/watch?v=Ob-1zw3UkUQ https://www.youtube.com/watch?v=VxNzo3ckVOo https://www.youtube.com/watch?v=gbrolg3NEoA https://design-milk.com/artist-jonathan-keep-sculpts-pottery-using-ceramic-3d-printer/ https://www.3dwasp.com/en/ceramic-3d-printing-wasp-clay/ https://www.youtube.com/watch?v=uuVGNSNaOjk https://www.youtube.com/watch?v=TF-vyjGUR0s https://www.youtube.com/watch?v=XMu-rgXZRCI https://www.youtube.com/watch?v=ZPUFKKcQ9ls https://makezine.com/article/digital-fabrication/3d-printing-workshop/3d-printing-ceramics-self-built-3d-printer/ https://oliviervanherpt.com/3d-printing-ceramics/ Starth Thanks to Thore Lencer we have a beautiful little Microcontroller-board in the shape of the Starth-Logo. Mobile Prüfungsausstattung The support leg is broken on two of the Gaumon monitors. I modeled the leg in Autodesk Fusion. The file can be found below the image. Staender_monitor v2.f3d Staender_monitor v2.stl I got the colour wrong on the first print, but it should be enough to try it out. Grillabdeckung Trabi Herr Stefan Buchelt hat bei uns zwei Grillabdeckungen für den Trabant gedruckt: Würfel Würfel by Thore Lenzer DC boost converter We made a little adapter from a DC-boost converter to USB-C for Yonghuan Fu: KiCAD-files: boostconverter_01.zip from 1V to 4.8V Recent Advances in Developing High-Performance Anode for Potassium-Ion Batteries based on Nitrogen-Doped Carbon Materials Meassuring Scale Engraving I engraved a scale onto some PLA prints. They will be used to more accurately meassure the position of a Hall-Sensor i will be using as part of my Bachelor Thesis. Fabi Our Fablab Mascotte Fabi: fabi_02.svg Lighter Sparsh made a goodbye present for Ferdi: An engraved Zippo-Lighter lighter.f3d