This module goes beyond traditional activities to integrate dashboard development. Building on earlier exercises involving Raspberry Pi for digital making and sensor control – Raspberry Pi IOT , the module introduces students to creating interactive and visually appealing dashboards using Python and Streamlit.
By learning how to design and deploy dashboards, students are able to transform data into actionable insights, fostering creativity and problem-solving skills. This module highlights the potential of dashboards as versatile tools for displaying and interacting with data, especially in STEM-focused projects.
Bridging Digital Making and Dashboards
Earlier modules focused on digital making with Raspberry Pi, where students controlled sensors and engaged in hands-on programming. This practical experience focuses on understanding data collection and manipulation. The next logical step was to showcase this data meaningfully—enter dashboard development.
While third-party platforms like Blynk or Adafruit IO offer straightforward solutions for creating dashboards, their limitations in customization and scalability inspired us to introduce Streamlit. This open-source Python framework allows students to design dashboards with unmatched flexibility and creativity.
Activities in the Dashboard Development Module
- Adding Text
Students learned how to add headings, subheadings, and descriptive text to their dashboards. This simple yet essential step helped them understand how to create user-friendly interfaces. -
- Data Hunt
Data is the backbone of any dashboard. Students explored various data sources, including:- Local files (e.g., CSVs)
- URLs and APIs for real-time data
- Google Sheets for collaborative data storage
These activities taught students how to retrieve, clean, and prepare data for visualization.
- Layout Design
Through hands-on exercises, students experimented with Streamlit’s layout tools, such as columns, containers, and sidebars. This activity emphasized the importance of designing intuitive dashboards. - Exploring Input Widgets
Students implemented interactive elements like sliders, checkboxes, and buttons to allow users to customize their experience. They discovered how these widgets make dashboards more dynamic and engaging. - Data Visualization
Using libraries like Plotly, students transformed raw data into compelling visualizations. From bar charts to interactive maps, they learned to communicate information effectively. - Deployment
In the final activity, students deployed their dashboards to Streamlit Cloud. This step not only showcased their projects but also reinforced their understanding of deployment pipelines and collaboration tools like GitHub.
Creative Potential with Streamlit
Streamlit’s ability to integrate seamlessly with Python makes it a good platform for fostering creativity. Students are no longer confined to pre-built templates, as they can create dashboards tailored to specific needs, whether it’s monitoring environmental sensors, visualizing IoT data, or developing educational tools.
For instance, a student could design a dashboard that tracks temperature and humidity data collected from Raspberry Pi sensors. The dashboard could display real-time graphs, provide historical comparisons, and even allow users to set alerts—all features that Blynk or Adafruit might limit due to platform constraints.
Expanding Horizons in STEM Education
This dashboard module aligns with the broader goal of empowering students to think critically and creatively in the digital age. By mastering tools like Streamlit, students can transition from passive consumers of technology to active creators, capable of solving real-world problems.
Dashboard development is more than just a technical skill – it’s a gateway to exploring how data shapes decisions in diverse fields, from agriculture to healthcare. Combined with their experience in digital making, students are well-equipped to lead the way in the era of IoT and data-driven solutions.
The integration of Streamlit in our educational modules bridges the gap between data collection and presentation, offering students the tools to develop bespoke dashboards. Unlike third-party platforms, Streamlit encourages limitless creativity, making it the ideal choice for empowering the next generation of innovators.