Source of this article and featured image is Arduino Blog. Description and key fact are generated by Codevision AI system.

3Duino is a software-hardware platform developed by researchers from Simon Fraser University, the University of Texas at Dallas, and Florida State University. It enables users to design interactive 3D-printed devices by defining input/output functions, interaction logic, and hardware parameters. The system automatically modifies 3D models, generates component lists, and provides working code for physical implementation. It relies on an Arduino Nano 33 BLE Rev2 board with customizable hardware add-ons for specific functionalities. While limited in scope, 3Duino offers practical solutions for creating simple electronic devices like toys.

Key facts

  • 3Duino combines software and hardware to streamline 3D-printed device creation
  • Users define interaction logic and hardware requirements using natural language
  • The platform integrates with Arduino Nano 33 BLE Rev2 and expandable hardware modules
  • It generates complete bills of materials and functional code for printed devices
  • Developers emphasize realistic limitations to ensure practical, achievable results
See article on Arduino Blog