Field activity 4¶
Assignments¶
Task 1: For this Field Activity, need to create a lesson plan involving robotics, physical computing or programming and test it in real educational environment. The lesson plan should include certain aspect of interdisciplinarity, multidisciplinarity or transdisciplinarity. Hence, this time, you need to collaborate with a teacher from another subject at some point (either during design or implementation phase or both). The teacher can be from the same school, from other school, or even another FLA participant, but the important aspect is that you must collaborate with someone from a different discipline.
Take into account that the learning objectives and the assessment criteria covers different subjects / knowledge areas.
Process¶
- Prepare the tools we need. Micro:bit V1 main control board Extended board Moisture Sensor V2 Wood block PC Data cable Power bank Plant
- Explain the electronic component Guide students to observe the micro:bit V1 circuit board, identify the pads, chip, and switch on the board, and let them experience the physical object by looking at the LED lights and switch on the front side of the board.Next, show them the second expansion board, explain how to connect the sensors, and help them distinguish the positive and negative poles.Allow students to try the connections themselves. -Log in the website https://makecode.microbit.org/ Let the kids follow the instruction and make their own code.
- Test the humidity sensor if it works well -Use 3D printer to design your own plant care container.
Reflection¶
- Collaboration: Reflect on how you worked with colleagues or FLA participants during the Field Activity. At what stages of development and testing did the collaborator contribute? Please be detailed in your description. How did your collaborator’s perspective change the way you developed the lesson?
- During the Field Activity focused on Micro:bit-based sensor programming, I collaborated closely with Ms. Lit, and her participation and perspectives played a crucial role in the smooth development and successful testing of our project- air humidity sensor programming. Our collaboration was not fragmented but ran through the entire process of project development and testing, with each stage witnessing clear division of labor and mutual complementarity, which not only improved our work efficiency but also helped me optimize my lesson development ideas in a more comprehensive way. In the preparation and planning stage of the project, before we started editing code or connecting sensors, Ms. Lit and I held a detailed discussion to clarify the core objectives and the potential difficulties we might encounter. I initially focused more on the technical implementation of the code, but I paid less attention to the rationality of sensor connection and the operability of the programming process for beginners.Ms. Lit put forward a key perspective: since the Field Activity also aimed to help us master practical operation skills, we should first confirm the connection mode of the Micro:bit V1 main control board, expansion board, and Moisture Sensor V2, and test whether the pins were correctly connected to avoid code failure caused by hardware problems. They suggested that we first draw a simple connection diagram, mark the corresponding pins (such as which pin of the expansion board the humidity sensor should be connected to), and verify the connection stability in advance. This suggestion made me realize that “hardware connection is the foundation of programming”, and I adjusted my planning sequence—first completing the hardware connection and testing, then starting code editing, which avoided the situation of reworking due to connection errors later. In the code development and initial testing stage, our collaboration became more detailed and targeted.For air humidity sensor project, I initially connected the humidity sensor to the expansion board but failed to get the correct data feedback after writing the code. Ms.Lit reminded me to check the logic of the code—whether the “set…to…” command correctly associated the sensor with the corresponding pin, and whether the “if…then…else” conditional statement was set reasonably (such as setting the threshold of humidity and the corresponding prompt action). They also suggested that we use the real-time monitoring function of the web-based programming platform to check the data transmitted by the sensor, which helped us find that the pin number in the code was inconsistent with the actual connection, and the problem was solved after modifying the pin parameter. In the final testing and optimization stage, Ms. Lit put forward valuable suggestions from the perspective of “practical application” and “lesson promotion”. I originally thought that as long as the project could run normally, the task was completed, but they pointed out that if this lesson was to be promoted to more participants, we needed to consider the operability of beginners. The perspectives of my collaborator have significantly changed the way I developed the lesson. Initially, my lesson development was more “technology-oriented”, focusing on how to realize the functions of the project and master the relevant programming skills, but ignoring the “learner-oriented” perspective—whether the content is easy to understand, whether the operation steps are clear, and whether the practical application scenarios are considered. Through collaboration, I realized that a good lesson not only needs to let learners master technical knowledge (such as pins, logic, computational thinking, and programming commands) but also needs to be operable and practical. This adjustment made the lesson more systematic and suitable for the learning needs of FLA participants, and also deepened my understanding of “computational thinking”—it is not only about code logic but also about thinking comprehensively, considering potential problems, and solving problems collaboratively. In summary, the collaboration with FLA participants during the Field Activity was a valuable learning experience. She contributed professional suggestions and practical perspectives in the preparation, code development, testing, and optimization stages, helping me avoid many detours and improve the quality of the project and the lesson. More importantly, her perspectives made me change from a “technical implementer” to a “comprehensive lesson designer”, realizing the importance of considering the needs of learners and practical application scenarios in lesson development. This collaborative experience not only improved my programming and practical operation skills but also enhanced my communication and collaborative abilities, which will be of great help to my future study and work. -Instructional Challenges: What challenges did you encounter while teaching this lesson? How did you address or plan to address them? How are diverse learners’ needs being met in the lesson plan facilitation?
- During the facilitation of this Micro:bit sensor programming lesson, I encountered several key challenges that affected the learning experience of participants and the smooth progress of the lesson. These challenges mainly centered on technical barriers, diverse learning paces, and the connection between theoretical knowledge and practical operation, and I adopted targeted strategies to address them, while also incorporating considerations for diverse learners’ needs into the lesson plan.
- In terms of meeting diverse learners’ needs, I incorporated multiple strategies into the lesson plan facilitation to ensure that every participant could benefit from the lesson. For visual learners, I prepared detailed diagrams, demonstration videos, and code commentaries to present information in a visual and intuitive way. For auditory learners, I explained key concepts verbally, conducted group discussions, and invited participants to share their ideas and problems aloud. For kinesthetic learners, I designed plenty of hands-on activities, allowing them to connect sensors, edit code, and test projects repeatedly to reinforce their learning through practice. For participants with slower learning paces, I provided additional resources (such as simplified guides and one-on-one support) and extended the time for practical exercises to ensure they could keep up. For advanced learners, I designed challenging extension tasks (such as combining the two projects to create a music-controlled humidity alarm) to stimulate their creativity and deepen their understanding of programming logic. Additionally, I created an inclusive learning environment where participants were encouraged to ask questions, share their mistakes, and help each other, ensuring that no one felt left behind. -Integrating Disciplines: Where does your lesson plan fall on the continuum and why? How might you move the lesson plan along the continuum to the next level? Multidisciplinary Interdisciplinary Transdisciplinary
- My lesson plan using Micro:bit, digital fabrication, and STEM is multidisciplinary.It combines skills from science, technology, math, and design, but each subject remains distinct rather than fully merged.To move it to interdisciplinary, I will have students intentionally combine coding, measurement, design, and problem-solving to complete one unified project, where skills from each area depend on one another.To reach transdisciplinary, I would center the project on a real-world student-led challenge that transcends subject labels, letting learners apply whatever knowledge is needed to solve an authentic problem. -AI Usage: If you used AI, describe how it was used and in which steps of the Field Activity.
- AI was used to help design project ideas, generate simple Micro:bit code snippets, and create student instruction guides during the planning and activity setup stages of the fieldwork. -Reflect on the course in general: How has your teaching changed as a result of this course? What are some concepts that you would like to learn more about?
- This course shifted my teaching toward more hands-on, student-centered STEM and digital fabrication learning instead of lecture-based lessons. I now design projects that let students create, test, and problem-solve using tools like the Micro:bit. I want to learn more about advanced transdisciplinary project design and assessing creative/technical work fairly. -How can you support other teachers in your practice to use digital fabrication with their students?
- I can share simple, ready-to-use Micro:bit and digital fabrication activities, model lessons, offer quick tutorials, and collaborate on adapting projects to fit different subjects and grade levels. Steps
- How it applies to your teaching / context
- Next steps or improvements
Tools¶
- Micro:bit V1 main control board -Extended board -Moisture Sensor V2 -Wood / plastic block -PC -Data cable -Power bank
- Plant
- https://www.youtube.com/watch?v=hiERNxxfxJQ
- https://www.youtube.com/shorts/Lg1–20PxAw
- https://makecode.microbit.org/
- https://www.scopesdf.org/scopesdf_lesson/plant-care-assistant/