ICYMI MakeCode Newsletter: micro:bit version 2 Announced! #MakeCode #ICYMI @MSMakeCode @Adafruit

ICYMI (In case you missed it) – Tuesday’s MakeCode Newsletter from AdafruitDaily.com went out – if you missed it, subscribe now!

The next newsletter goes out in a month and being subscribed the best way to keep up with all things MakeCode.


The MakeCode Newsletter

MakeCode

Happy October and welcome to the newsletter devoted to Microsoft MakeCode, the easy but powerful block and JavaScript code creator. We include MakeCode news, highlights, information, happenings, hardware, and more from around the MakeCode universe!

If you’d like to receive this newsletter via email early each month, sign up here.

Missed a previous issue? No worries, you can check out the archive right here!

micro:bit Version 2 Announced!

micro:bit Version 2

The Micro:bit Educational Foundation announced the new micro:bit on Tuesday.

The latest micro:bit will fit right in to your existing lessons and materials; all the existing MakeCode blocks and MicroPython code will work in the same way as they do on the original micro:bit. More features, including easy ways to take AI and ML into the classroom, will be released throughout 2021.

micro:bit Version 2

Some new features of the board:

  • A more powerful Nordic nRF52833 processor
  • A MEMS microphone
  • A speaker
  • Capacitive touch sensor
  • Power saving mode

The Foundation notes availability from November 2020 at the same price point.

More details: Video – Meet the latest micro:bit, announcement page, tech specs, and Adafruit Blog.

Update HEX Files

Update your micro:bit version 1 HEX files to work via micro:bit V2 Universal HEX – Kitronik.

Education Spotlight

Make it: Code it

Did you know that many activities can be completed without a physical micro:bit? You can use the simulator in MakeCode

Have a look at ther Make :it Code it site for inspiration – Twitter and Site.

Getting Started With Microsoft MakeCode Editor

Getting Started With Microsoft MakeCode Editor – Kitronik and Twitter.

Variables and conditionals

Coding with micro:bit – Part 6 – Coding tips – Variables and Conditionals – YouTube and Twitter.

MakeCode Minute

MakeCode Minute

In this MakeCode Minute, John Park shows how to create realistic candle flame flicker in MakeCode for Circuit Playground Express! Adafruit Circuit Playground Express Also, perfect for pumpkins!

Check out all the MakeCode minute videos on YouTube.

MakeCode Arcade Game of the Week!

Game of the Week

Driving Game Engine by mmoskal is an impressive curved road simulation using a SNES Mode-7 like rendering method.

Check out all the MakeCode Arcade game of the week videos on YouTube.

News from around the web!

Adafruit PyGamer

Klaus Weidner (@klausweidner) writes:

I got an Adafruit PyGamer, initially intended for my kids to use with MakeCode Arcade, but I’ve admittedly been hogging it. So far I made a game ( https://arcade.makecode.com/14387-51095-53420-83010 ) and hacked on the sound engine for more authentic 8-bit effects.

micro:bit temperature

A 6 year old learns how to get the temperature outside with MakeCode on a micro:bit – Twitter.

MakeCode Arcade Traffic Jam

MakeCode Arcade Traffic Jam – submissions received – itch.io and winners broadcast – Twitch.

MakeCode and Makey Makey

MakeCode and Makey Makey, en route to building ones own game controllers and programming a multi-level arcade game – Twitter.

LoRa Communication

Send a message from one micro:bit to another using LoRa radio with XinaBox, coded in MakeCode, Peer-2-peer, HUGE range (kilometers) – Twitter.

Chase the Pizza

Learning through play – coding a video game & mapping math expectations for grades 4-8 with a simple Chase the Pizza game in MakeCode – Twitter and MakeCode.

Weather Station

Make a weather station in < 10 mins using XinaBox and drag-and-drop block coding with MS MakeCode – hackster.io.

Conductive Tape v.s. MAKE'ayla: REMATCH

Conductive Tape vs. MAKE’ayla: REMATCH – Twitter and Periscope.

micro:bit OLED compass

128 x 64 pixel OLED displays are inexpensive and provide a great way to augment micro:bit projects – blogmywiki.

VimJam

A simple maze-runner mini-game done using Arcade by Microsoft #MakeCode and their tutorials. You can play it via a browser or mobile (or use the code to port it to other hardware) – itch.io and Twitter.

micro:bit magnet

How to make a micro:bit behave differently using a magnet – DIT 4 Pro, Twitter and YouTube.

Making a Game in 15 minutes

Making a Game in 15 minutes using JavaScript in Microsoft MakeCode Arcade – YouTube.

From C++ to TypeScript and Blockly

Microsoft MakeCode: from C++ to TypeScript and Blockly (and Back) – YouTube.

#ICYDNCI What was the most popular, most clicked link, in last month’s newsletter? Game Jam: Traffic Jam.

New Guides using MakeCode!

Flashing LED Strand with MakeCode

Flashing LED Strand with MakeCode from Kathy Ceceri.

Rainbow Bottle Lamp with Fairy Lights from Erin St Blaine.

And check out all MakeCode guides on learn.adafruit.com.

Hardware!

Xtron Pro

Xtron Pro: Creating Games, Learning Programming and more – a programmable modular console to create games, design wearables and make creative projects – Kickstarter and Twitter.

Kitronik ARCADE

Kitronik ARCADE for MakeCode Arcade – Twitter and Kitronik.

Circuit Playground Express

A recent review of the Adafruit Circuit Playground Express which includes connectivity to the iPad Pro and use with Microsoft makeCode – BloggedIn.

Calibrating 360 Degree Servos For :MOVE mini

Calibrating 360 Degree Servos For :MOVE mini – Kitronik.

Latest Releases

MakeCode Streamer

MakeCode Streamer is a beta product allows cration of video streams for MakeCode demonstrations, classes and more.

After months of streaming on our mixer channel, we’ve learned quite a few tips and tricks about OBS, scenes, transitions, and other awesome streaming tech. To make everyone benefit from it, we’ve remixed our favorite features into a new tool, Streamer, that simplifies the production of coding videos. Streamer is in beta phase and Microsoft would love to hear your feedback!

  • try it now for any MakeCode editor https://makecode.com/streamer
  • docs: https://makecode.com/streamer/docs
  • Rob Morrill shares his use – Twitter.

MakeCode BuildBee

Learn how to code and get immediate results with BuildBee MakeCode, a block coding application powered by Microsoft MakeCode for creating 3D printable models – Twitter.

Resources for Educators and more!

If we missed any resources, please let us know on GitHub, we’ll be updating this list each newsletter.

Join the MakeCode Discussions on Discord

MakeCode

The Adafruit Discord community has a dedicated #makecode channel to discuss all things MakeCode, seek advice, etc. – Join us now.

What is Microsoft MakeCode?

MakeCode Overview Video

Microsoft MakeCode is a free, open source platform for creating engaging computer science learning experiences that support a progression path into real-world programming – YouTube.

Simulator

Simulator

An interactive simulator provides students with immediate feedback on how their program is running and makes it easy to test and debug their code.

Block Editor

Block Editor

Students new to coding can start with colored blocks that they can drag and drop onto their workspace to construct their programs.

JavaScript Editor

JavaScript Editor

When they are ready, students can move into a full-featured JavaScript editor with code snippets, tooltips, and error detection to help them.

MakeCode Arcade

MakeCode Arcade

Microsoft MakeCode Arcade is a web-based beginner-friendly code editor to create retro arcade games for the web and for microcontrollers. In this guide, you will learn how to assemble your own Arcade hardware from different parts. MakeCode Arcade is open source, and on GitHub.

MakeCode Arcade Overview Video

Microsoft has produced an excellent overview video of MakeCode Arcade – YouTube.

Contribute!

The MakeCode Newsletter is a community-run newsletter with support from Microsoft. The complete archives are here. Contributions are welcome! Please make pull request to modify the latest draft from inside the _drafts directory on GitHub.


Halloween season is here!
Halloween season is here! Check out all the posts, gift guides, and more!

Adafruit publishes a wide range of writing and video content, including interviews and reporting on the maker market and the wider technology world. Our standards page is intended as a guide to best practices that Adafruit uses, as well as an outline of the ethical standards Adafruit aspires to. While Adafruit is not an independent journalistic institution, Adafruit strives to be a fair, informative, and positive voice within the community – check it out here: adafruit.com/editorialstandards

Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.

Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!

Join us every Wednesday night at 8pm ET for Ask an Engineer!

Join over 38,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord

CircuitPython – The easiest way to program microcontrollers – CircuitPython.org


New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — JP’s Product Pick of the Week 10/29/24

Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: New Raspberry Pi Products, 503 CircuitPython Libraries and Much More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi

EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey

Adafruit IoT Monthly — Halloween, WiLo, and more!

Maker Business – Adafruit Daily — First Solar’s $1.1 billion development of vertically integrated factory in the U.S.

Electronics – Adafruit Daily — Trigger happy oscilloscope?

Get the only spam-free daily newsletter about wearables, running a "maker business", electronic tips and more! Subscribe at AdafruitDaily.com !



No Comments

No comments yet.

Sorry, the comment form is closed at this time.