Hologram





Framework and Presentation

Hologram Framework

Poster and Planning Document

Hologram Poster Template

Research

NASA Supergroup







Python Coding For Voice


Makecode for radio and bluetooth communication


Maverick in Action




















Python Code for Speaking


# Imports go at the top

from microbit import *

import speech


while True:

if button_a.is_pressed():

speech.say("Hello I am Mavvrick", speed=65, pitch=65, throat=10)

elif button_b.is_pressed():

speech.pronounce("GUHDBAY")