DIGITAL LIBRARY
A MODULAR SMART WAND PLATFORM FOR BRIDGING IOT FUNDAMENTALS AND PLAYFUL PEDAGOGY
Un Minuto Para Saber (SPAIN)
About this paper:
Appears in: EDULEARN26 Proceedings
Publication year: 2026
Article: 2098
ISBN: 978-84-09-88444-5
ISSN: 2340-1117
doi: 10.21125/edulearn.2026.2098
Conference name: 18th International Conference on Education and New Learning Technologies
Dates: 29 June-1 July, 2026
Location: Palma, Spain
Abstract:
Introduction:
The proliferation of the Internet of Things (IoT) demands a pedagogical shift in how we teach embedded systems, data science, and wireless communication. Traditional educational robotics kits, while effective for mechanics and basic coding, often function as "black boxes" that obscure the critical stages of the IoT data pipeline, namely sensor configuration, data acquisition, cleaning, and analysis. Students frequently graduate with the ability to control a robot but lack the fluency to architect a complete IoT solution. To address this gap, we introduce WinkenStick, an open-source, modular smart device conceived as a "magic wand" that serves as a tangible, engaging platform for comprehensive IoT education.

Advanced Classroom Applications and Technologies:
WinkenStick is designed to demystify advanced classroom technologies by exposing every layer of the hardware-software stack. The device is built around a low-power microcontroller (e.g., ESP32 or RP2040) equipped with a suite of integrated sensors, including an inertial measurement unit (IMU), magnetometer, humidity/temperature sensor, and gesture recognition capabilities. In the classroom, it enables educators to teach advanced concepts such as edge computing, wireless protocols, and low-power optimization.

Technology-Enhanced Learning:
The pedagogical framework of WinkenStick is built upon project-based learning (PBL) that mirrors real-world data science workflows. The curriculum is structured into four iterative phases:
1. Configuration: Students engage in low-level coding to initialize communication buses (I2C, SPI) and calibrate sensors, learning the fundamentals of hardware abstraction.
2. Data collection: Using the wand, students capture time-series data from motion and environmental sensors. This phase emphasizes the challenges of sampling rates, data integrity, and wireless data transmission to cloud-based dashboards (e.g., AWS IoT Core or Node-RED).
3. Data cleaning: A critical learning outcome is the understanding that raw sensor data is inherently noisy. Students develop scripts to filter outliers, smooth accelerometer data, and handle missing values, thereby learning the foundational importance of data hygiene before analysis.
4. Analysis: Finally, students apply machine learning and statistical methods to classify gestures or correlate environmental data with physical movement, transforming raw data into actionable intelligence.

Coding and Educational Robotics:
The coding curriculum is scaffolded to accommodate a range of skill levels. Beginners utilize block-based programming (via Arduino Blocks or similar) to stream sensor data to a screen, learning basic logic and sequence. Intermediate students transition to C++ or microPython to develop custom gesture-recognition algorithms. Advanced students engage in full-stack development, creating cloud backends and mobile applications that serve as "spellbooks" to interact with the wand.

The playful nature of the "magic wand" metaphor significantly increases student motivation and engagement, lowering the affective filter often associated with complex coding and hardware configuration, and fostering an environment where iterative failure is framed as a necessary step in the "spell-casting" debugging process.
Keywords:
Technology-enhanced learning, internet of things, educational robotics.