Tag Archives: Microbit

Life in Links 53⤴

from @ wwwd – John's World Wide Wall Display

Montage of screenshots of three sites mentione in post.

I am a fan of micro:bits too, these look like great lessons, nicely packaged. CC BY-NC too.

I’ve mostly been avoiding Twitter/X recently, but I still get emails. This looks like it might be fun in class.

I don’t really do much with spotify either, but looking for a poetry podcast I found this one and enjoyed this episode.

micro:bit iOS app update⤴

from @ wwwd – John's World Wide Wall Display

I really like the iOS micro:bit app as do my class. I was intrigued by the data feature when it came out but had not used it. Delighted to see this:

Fetch MY_DATA

Selecting this option lets you retrieve data that has been logged during a data-logging session with the micro:bit.  This is only available with Version 2 micro:bits.

iOS App – Summary of changes in August 2023 update : Help & Support

Micro:bits Halloween Project⤴

from @ wwwd – John's World Wide Wall Display

micro:bit code printout

The Village of Banton, where I teach, celebrates Halloween on the Friday before the 31. Which is nice ’cause you can have a Friday party. We had one yesterday afternoon, in the morning we did some halloween related work.

When I sat down at my desk yesterday morning I had a quick look at twitter. I’d been in a conversation over breakfast. I ended up having a quick scroll through Mr Morrison‘s timeline. I saw a couple of interesting micro:bits things:

and

The first was to blow away a ghost. I couldn’t see instructions, but presumed it would be simple enough to figure out. The second was really simple, but linked to a blog post which had a nice wee pumpkin cardboard template that fitted a micro:bit.

Pumkin Ghost

My class have done a varying amount of coding, so I though we could do this as a stepped challenge. The more experienced could help the other out.

I printed off the templates and cut out the holes for the micro:bit buttons. I’ve found that making a neat job of these is difficult, but helps keep the cardboard on the micro:bit. Quite glad I’ve got a small class.

I then worked out and made the code to, add a face to the pumpkin with button A and a ghost with button B. Blowing on the micro:bit would blow (animate) the ghost off the screen.

I made a quick slide with the challenge and pictures of a few useful blocks.

Microbit Halloween Challenge: 1. Show a ghost for pumpkin on button a 2. Show a face on button b 3. Animate face 4. make ghost go away when you blow 5. make ghost only go when it is already on screen 6. play a sound when ghost flies off

We started the lesson by being really quiet and watching me demo. The class is 1-2-1 iPads and we use the micro:bit editor, we have enough micro:bits for one each too.

My though was that the least experienced could manage 1, 2 & 3. I hoped the images of the blocks would remind the others of enough to get them started on the harder ones.

Most of the class managed the first couple of tasks straightaway. To my surprise quite a few asked to skip the third. The vanishing ghost was too tempting.

The next step, to animate the ghost away on a sound was managed by quite a few of the class. The tricky part was only showing the animation if the ghost was on the screen. A few, having seen the clues on the slide, created variables to test for at the start of sound block. We did need to stop a few times to figure out when and where to toggle the variable and how to test for it in the right place. Lots of useful mistakes were made.

By this point a few children had managed to solve the complete problem, adding some sounds to their animation. They could then help, (without using their fingers), their peers. A couple of the class didn’t manage to get the whole thing done, not getting a full understanding, but they all managed at least some of the challenge.

Given the class have done at least a couple of recent micro:bit lessons covering inputs and decisions the challenge approach worked well. Some had used code that was not particularly efficient. Some strange and unnecessary repeats. I am not really sure my own approach to the code was the best.

As everyone put the finishing touches, cutting out pumpkins and tweaking code I though we could finish with a quick demo of the radio feature. For this bit I did just put the code up on the board.

One child, remembering radio code from previous years volunteered to make the controller. We finished by testing and recording the radio controller, setting all the micro:bits to show a ghost via the controller and getting all the ghosts to fly off by shouting boo!

A few interesting points emerged

  • This idea came to me though some tweets at around 8:00am I had to through some resources together before 9, scrap (recycle) some of the morning plans. The final section, using the radios, just came to me while teaching and extended the process by half an hour. I am sure this says something about my professionalism & planning.
  • Working through the logic is hard. The children with more experience are beginning to be able to debug sometimes. Noticing typos (or bad values for variables, blocks avoid a lot of these problems) you have made or miss-ordering or putting blocks in slightly the wrong place is easy. I was listening to a WordPress lesson driving into work on Friday and noticed that the tutor, presumably prepped and a confident coder, still made mistakes like these.
  • Somethings just didn’t work. Adding sound work if we used the play sound block with pre add sounds. Using the melody block or the block that plays sounds you write yourself tended to cause problems. All the code would stop working after a while. I am not sure if it is a bug or problem with the micro:bits or we just don’t know something.
  • A couple of pupils had exactly the correct radio code but it just did not work exactly as expected. The code used an if else block to switch depending on if it received a 1 or something else. The micro:bits just executed the first choice every time. The pupils and their pals couldn’t see any problem with the code and neither could I.
  • Most of the class wanted to get to the more dramatic bit of code quickly and asked to skip the simple animation of the face. Quite a few wanted to work in the code editor without testing their code until they got to the end. I was quite happy with the skipping bits but I did ask them to do quick tests as they went along.
  • One pupil who had got into a bit a mixup with the code had made a nice change to the animation, the ghost going off the screen at an angle rather than straight up.

The micro:bit editor has a nice print feature, I used it to make the featured image for this post.

wwwd – John's World Wide Wall Display 2022-08-26 19:28:19⤴

from @ wwwd – John's World Wide Wall Display

Bookmarked Data logging with the BBC micro:bit (microbit.org)
You can use the BBC micro:bit V2 with built-in speaker as a data logger, recording data from its built-in sensors. Data is stored on your micro:bit even when its power source is disconnected.

This looks really interesting. H.T. to @LouiseE_Foreman. The way the data is saved and accessible is very clever.

You can log data from any of the micro:bit inputs; light sensor, temperature sensor, pins, accelerometer, compass, microphone

 

micro:bit bits⤴

from @ wwwd – John's World Wide Wall Display

Over the last few years I’ve had quite a bit of fun with micro:bits. Given I’ve been using the same ones all that time they were pretty good value. It is great to see them getting a bit more traction in Scottish schools.

We are to get some more free ones: Scottish schools to receive 20 micro:bits. This will be great. I’ve got access to plenty but the new ones have some nice new features. Built-in microphone, speaker, capacitive touch sensor, and power save button. The speaker will be particularly welcome, avoiding a bit of footering . The power button too as I’ve found that detaching the battery is quite tricky for small fingers. I hope they arrive soon.

There are also a lot more support events & materials for classes appearing.

19 May 11 – 11:45 Code Along with micro:bit – Relaxation & Mindful Breathing looks fun, but clashes with our sports day. My class did participate in a couple of similar scratch events via Teams. Although these were not anything I could not have covered myself. I did find the pupils were extra engaged with a virtual teacher and peers.

You don’t even need micro:bits to take part,

Micro:bit not required as you can still take part using the MakeCode simulator.

Which until this week I would have though was missing the point. The other day I was re-introducing some of my class to micro:bits. They had made simple rock, paper, scissors shakers. We were discussing the problem of knowing, for sure, if the shake had worked. Two similar results could be due to random selection or by nothing happening. While the pupils were playing with solutions to this one explained he was not going to flash the micro:bit every time. He preferred the simulator! This surprised me, as I think the device is a big draw for most pupils.

The other week New support for teachers launched today | micro:bit. I’ve already found the examples and projects on makecode.microbit.org very useful. I am looking forward to getting to try the ones for the new micro:bits.

In class we have been using the iOS micro:bit app rather than the web. This solves the issue of flashing the micro:bits via usb by using Bluetooth and works really well. We did a bit of work on our arcade devices this session. That meant pupils using the web downloading hex files on their iPads, air dropping to a MacBook and then transferring to the devices. Bluetooth avoids the “one MacBook” bottleneck.

The other bit of micro:bit information I have is that Glow Blogs now supports the embedding of the micro:bit simulator. This enables pupils to share their creations and keep a record of their achievements. I’ve just updated the microbit instructions for Glow Blogs. I hope to see some examples in the wild soon.

New micro:bits⤴

from @ wwwd – John's World Wide Wall Display

Meet the new BBC micro:bit | micro:bit

Now with speaker and microphone!
Same great features, easier ways to use sound and touch to get creative in the classroom

More features, including easy ways to take AI and ML into the classroom, will be released throughout 2021. Watch this space.

More details:
Working together on the latest BBC micro:bit

I’ve been using micro:bits for a few years now and these look like great additions, especially the sound in and out.

Given we have a good number in school already I doubt we will get new ones so having a bit of latest kit envy.

The illustrations on the page make the boards look gigantic.

wwwd – John's World Wide Wall Display 2020-03-03 08:20:43⤴

from @ wwwd – John's World Wide Wall Display

Replied to Micro:bit Educational Foundation on Twitter (Twitter)
“We’re delighted to launch our new #microbit coding platform, created with @Nominet, including new resources & #microbitClassroom - a unique coding space for 2 minute lesson setup! https://t.co/B7It8jPyjs #edtech #edchat #STEM #coding”

micro:bit classroom
This looks as if it might be a really neat idea, local storage, no sign-in for teacher or pupils. Download everything and resume session later.
I am wondering if it will, now or soon, work with the iOS micro:bit app?

micro:bit decorations⤴

from @ wwwd – John's World Wide Wall Display

We finished the micro:bit decorations as planned last week.

I put a quick video of the result on the Class Blog

A micro:bit Christmas

and twitter

micro:bit prep⤴

from @ wwwd – John's World Wide Wall Display

A bit of rainy day prep today. Planning using micro:bits for simple Christmas decorations.

Last session we did a time consuming, but worthwhile, microbit guitar project. We’ve use them for decorations before and I thought this might be a simple intro for the new pupils in the class and a simple refresher for last years pupils.

Since I only use microbits now and then I need a wee practise too. I noticed a couple  of things using the iOS app and the MakeCode for micro:bit editor.

The app seems to have improved even since June. At that point we started finding it easy to create code and flash the microbits form our iPads. Today I tried the app on my phone and was surprised as to how easy it was to code (simply) a microbit on my phone.

The other is you can now embed makecode, the code or the emulator. This one is a dice and number picker, we made ones like this for maths games last session. Try the buttons and ‘shake’.

Maybe you could always embed code I didn’t notice it before. I am impressed by how the editor has improved over the last few years. The first few times I used micro:bits in class we stitched away from our iPads and used PCs, i can see no good reason for doing so now.

micro:bit iOS app: much improved⤴

from @ wwwd – John's World Wide Wall Display

Since returning to the classroom I’ve been using micro:bits with my class of 8-11 year olds. We have had a deal of fun with them, some of this is on the class blog.

We normally use pc laptops and chrome to access the MakeCode editor. In the second year I tried using the iOS app but out of a class only one or two children managed to get their micro:bits connected. At the time I put this down to multiple micro:bits and iPads in close proximity.

I have occasionally tested new versions of the app and the most recent one seemed a lot better. It displayed the webpage code editor in app and flashing seemed simpler. Today wanting to move our micro:bit guitar project on when the PCs were in use elsewhere in the school I decided to give the app another run. I am very glad I did. Everything about the app seemed to be better. I think that coding and flashing to the micro:bit for an iPad is simpler than using a pc. We had no problems in getting code written and flashed to the micro:bits.

I’d highly recommend the app if you have both iPads and micro:bits in your classroom.

I’d also recommend the Microsoft MakeCode Guitar project. I’ve been working with a mixed age group class and the mix of tech and ‘art’ fits very well. Some of the younger children are getting their first experience with coding and the art and construction can keep them motivated when the coding concepts get tough.