Friday, July 30, 2021

Flow Charts and Radio Chat

 Learning Intentions

To understand how flowcharts relate to coding blocks.

To understand how to get the microbit to talk to another microbit using radio signals.


Here is my flowchart practice document.

Link to DLO





The next activity today was coding the microbit to send a radio signal to another microbit. We had to make sure that both microbits were on the same group number so we didn't accidentally get a message from another group.




Friday, July 9, 2021

Robotics in the Stars

 Learning Intention

To try and get the mBot to draw a star shape for Matariki.

Friday, July 2, 2021

Coding in Python

 Learning Intention

To learn how to code the Microbit in Python.


This first one shows the Python coding for a flashing heart. It flashes between a small heart icon and a large heart icon. The main thing to notice between the Python coding and the blocks is that the forever loop is at the top and bottom of the content in both.



For this example for coding the buttons, the main thing to notice is the "def" which is defining what the on_button_pressed will make the microbit do. Again this has a top and bottom so the content has to go inside it.