Jump to main content

Make a Communication Aid To Help People Show Their Feelings

1
2
3
4
5
33 reviews

Abstract

Have you ever tried to communicate with a baby or toddler who cannot talk yet? What about another kid or an adult who cannot speak due to a medical condition? There are many ways we can communicate without speaking, like writing or using sign language. We can also use technology to help make it easier to communicate. In this project you will program your own communication aid to help someone who cannot speak show their emotions or simple messages. 

Summary

Areas of Science
Difficulty
Method
Time Required
Short (2-5 days)
Prerequisites

None

Material Availability

This project requires a micro:bit and a computer with an internet connection and a USB port. See materials list for details.

Cost
Low ($20 - $50)
Safety

No issues

Credits
Science Buddies is committed to creating content authored by scientists and educators. Learn more about our process and how we use AI.

Objective

Program a communication aid to show emotions or messages.

Introduction

There are many ways we can replace speech or writing as forms of communication. Things or devices that help people communicate are called communication aids. Some are low-tech, like a simple printed piece of paper with pictures that a user can point at (Figure 1). Others are electronic devices that can generate speech (speech-generating devices) depending on which button is pushed (Figure 2). In general, these devices fall into the category of augmentative and alternative communication (AAC)Augmentative communication devices help supplement existing communication methods but do not replace them completely. Alternative communication devices can completely replace speech or writing. 

Figure 1. A simple picture board for alternative communication.

Figure 2. An electronic speech generating device.

These devices are used by people in all stages of life for many different reasons. People can have trouble with verbal communication due to a variety of medical conditions, such as autism spectrum disorder, cerebral palsy, anxiety disorders, aphasia, speech disorders, stroke, or traumatic brain injury, although individuals' abilities can vary widely. Some people may be able to speak but be hard to understand or have difficulty communicating, and some might be completely nonverbal, or unable to speak at all. Not everyone can push buttons or point with their fingers, so some communication aids also work with different inputs, like eye movements or hand gestures. 

In this project you will make your own communication aid using a tiny programmable computer board called a micro:bit (note the spelling - "micro:bit," not "micro bit" or "microbit"). The micro:bit has a variety of inputs, like buttons and an electronic sensor called an accelerometer that can detect when the micro:bit shakes or tilts. It also has a buzzer and grid of LEDs that you can use as outputs to play sounds or display or shapes. By writing a program to make the outputs react to the inputs, you can design your own communication aid that lets someone show messages or emotions. 

The procedure for this project will show you how to make a basic communication aid that shows a smiling face when you press one button, a frowning face when you press another button, and a message when you shake the micro:bit. However, you can program your communication aid to do whatever you want!

Terms and Concepts

Questions

Bibliography

Materials and Equipment

Disclaimer: Science Buddies participates in affiliate programs with Home Science Tools®, Amazon.com, Carolina Biological, and Jameco Electronics. Proceeds from the affiliate programs help support Science Buddies, a 501(c)(3) public charity, and keep our resources free for everyone. Our top priority is student learning. If you have any comments (positive or negative) related to purchases you've made for science projects from recommendations on our site, please let us know. Write to us at [email protected].

Experimental Procedure

This project follows the Engineering Design Process. Confirm with your teacher if this is acceptable for your project, and review the steps before you begin.
  1. If this is your first time using a micro:bit, follow the Getting Started instructions on the micro:bit website to learn how to use your micro:bit and connect it to your computer. 
  2. Decide what programming language you will use for your micro:bit:
    1. If you are new to coding, we recommend using Microsoft MakeCode to program your micro:bit. MakeCode is a graphical programming language where you make computer programs using colored blocks of code instead of a text editor. The example code in this procedure uses MakeCode. We recommend following a few of the MakeCode tutorials before you proceed.
    2. You can also program your micro:bit in Python, JavaScript, and Scratch. You may prefer this approach if you already have programming experience in one of these languages. See the Let's Code page for more details.
  3. Make a plan for your communication aid. What you program is up to you, but here are just a few suggestions. You can learn about other micro:bit input and output options on the Features page. 
    1. What outputs do you want to use?
      1. You can use the LED grid to display icons that indicate emotions, like hearts or smiley faces.
      2. You can use the LED grid to display scrolling text messages.
      3. You can use the buzzer to play sounds or music.
    2. What inputs do you want to use to control the outputs?
      1. The micro:bit has two buttons. You can press them individually or at the same time, giving three possible combinations.
      2. The micro:bit also has a touch-sensitive logo that acts like an extra button.
      3. The accelerometer can detect a variety of motions, like shaking or tilting the micro:bit.
  4. Write the code for your communication aid. Figure 3 shows an example program that will do the following:
    1. Show a smiley face when button A is pressed.
    2. Show a frowning face when button B is pressed.
    3. How the text "Hello!" when you shake the microbit.
  5. To build this program:
    1. Drag the on button A pressed block out from the Input menu.
    2. Drag a show icon block out from the Basic menu.
      1. Snap it inside the on button A pressed block.
      2. Use the drop-down menu to select the smiley face icon.
    3. Drag the on button B pressed block out from the Input menu.
    4. Drag a show icon block out from the Basic menu.
      1. Snap it inside the on button B pressed block.
      2. Use the drop-down menu to select the frowning face icon.
    5. Drag an on shake block out from the Input menu.
    6. Drag a show string block out from the Basics menu.
      1. Snap it inside the on shake block.
      2. Change the message to whatever you want.
    7. Note that you do not need to add anything inside the on start or forever blocks.
Figure 3. Code for a simple AAC device.
  1. Test your communication aid using the in-browser simulator.
    1. You can click the A and B buttons. Make sure the correct icons appear.
    2. Since you cannot physically shake the micro:bit in your browser, there is a "shake" button that is not present on the real micro:bit. Click the button and make sure the message displays.
  2. Download the code and test it on your physical micro:bit. 
  3. What improvements or changes can you make to your communication aid? See the Variations section for more ideas.
icon scientific method

Ask an Expert

Do you have specific questions about your science project? Our team of volunteer scientists can help. Our Experts won't do the work for you, but they will make suggestions, offer guidance, and help you troubleshoot.

Global Goals

The United Nations Sustainable Development Goals (UNSDGs) are a blueprint to achieve a better and more sustainable future for all.

This project explores topics key to Reduced Inequalities: Reduce inequality within and among countries.

Variations

  • Try out the blocks under the Music menu as additional outputs. Can you play "happy" or "sad" melodies or tones that go along with your smiley and frowning faces?
  • Try out the other motions that the accelerometer can detect by changing the drop-down option in the on shake block. 
  • Even though there are only four possible button combinations (button A, button B, buttons A+B, and the touch-sensitive logo), can you program your micro:bit to display more than four message options? For example, can you use a single button to cycle through multiple messages?
  • Try some real-world testing of your communication aid. If you have a younger sibling or other family member who cannot speak or needs help communicating, can you design the device with their needs in mind? 

Careers

If you like this project, you might enjoy exploring these related careers:

Career Profile
What if you couldn't tell someone what you needed or wanted? Or you couldn't understand what other people around you were saying? Can you imagine how frustrating that would be? Communication is vital to our lives as human beings. Language allows us to express our daily experiences, needs, wants, ideas, and dreams—even our jokes! Without it, we are isolated. Speech-language pathologists are the therapists who assess, diagnose, and treat communicative disorders related to speech, language,… Read more
Career Profile
Are you interested in developing cool video game software for computers? Would you like to learn how to make software run faster and more reliably on different kinds of computers and operating systems? Do you like to apply your computer science skills to solve problems? If so, then you might be interested in the career of a computer software engineer. Read more
Career Profile
Think of all the things you do as you go about your day, like putting on your shoes, buttoning your shirt, turning on a faucet, typing on a keyboard, going grocery shopping, picking up laundry, making a sandwich, or using a spoon. Now imagine trying to maintain your independence if an injury or illness made it difficult for you to use your hands, move your arms, or even walk. Occupational therapists are the healthcare providers who help people regain independence by developing or restoring… Read more

News Feed on This Topic

 
, ,

Cite This Page

General citation information is provided here. Be sure to check the formatting, including capitalization, for the method you are using and update your citation, as needed.

MLA Style

Finio, Ben. "Make a Communication Aid To Help People Show Their Feelings." Science Buddies, 22 Aug. 2024, https://www.sciencebuddies.org/science-fair-projects/project-ideas/CompSci_p076/computer-science/alternative-communication-device. Accessed 18 June 2026.

APA Style

Finio, B. (2024, August 22). Make a Communication Aid To Help People Show Their Feelings. Retrieved from https://www.sciencebuddies.org/science-fair-projects/project-ideas/CompSci_p076/computer-science/alternative-communication-device


Last edit date: 2024-08-22
Top
Free science fair projects.