Jump to main content

Make an Automatic Braille Display to Help Blind People

1
2
3
4
5
28 reviews

Abstract

We take it for granted that computer screens can update the text on their displays. What about braille, the writing system used by blind and visually impaired people? Braille writing usually consists of a series of permanently raised bumps on a surface like a piece of paper or a sign. How can you make these bumps change or "update" to display different text? Find out in this engineering project as you design and build your own refreshable braille display. 

Summary

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

Previous experience with Arduino is recommended before you try this project. See our How to Use an Arduino page.

Material Availability

A kit is available from our partner Home Science Tools®. See the Materials section for details.

Cost
Average ($50 - $100)
Safety

Solenoids can get hot if they stay on for long periods of time. Do not leave your solenoids on continuously. 

Credits

This project idea was inspired by this electromechanical refreshable braille display by Vijay Varada.

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

Objective

Build a prototype refreshable braille display. 

Introduction

Braille is a tactile (touch-based) writing system used by blind and visually impaired people. Each braille letter is made from a grid of dots with three rows and two columns called a cell. Each dot can be either flat or raised, with a unique pattern representing each character. People read the text by running their fingertips over the bumps (Figure 1). There are different variations of braille, and different languages may have their own versions. This project is based on "grade one braille" using the English alphabet (Figure 2), which you can learn more about from the reference in the Bibliography.

Figure 1. A fingertip on braille writing.

Figure 2. The 26 letters of the English alphabet in braille, with dark circles representing raised dots.

Braille letters are typically embossed on a surface like the paper page of a book or a plastic or metal sign, meaning they are permanent, and the text displayed is static and does not change. A refreshable braille display has cells with bumps that can be automatically raised and lowered to display different text (Figure 3). The braille display is often connected to another computer peripheral, like a braille keyboard, enabling a person to use a computer and read the on-screen text using braille.

Figure 3. A refreshable braille display.

Refreshable braille displays typically use piezoelectric actuators, small parts that bend when a voltage is applied to them. Piezoelectric actuators are compact but also expensive, meaning that refreshable braille displays with multiple character cells (needed to spell full words or sentences) can cost thousands of dollars. Vijay Varada set out to solve this problem by building a much lower-cost refreshable braille display using solenoids (electromagnets with a moveable core). Watch this video to learn about his project:

In this project, you will build your own single-cell refreshable braille display using solenoids. Unlike Vijay's project, this project will use the solenoids directly to raise and lower the braille dots without any additional mechanism or moving parts. The major advantage of this approach is its simplicity, but the downside is power consumption - the solenoids must continuously draw power to stay in the "raised" position. While not as practical for long-term use, this approach still works well for a prototype or demonstration at a science fair. Watch this video to learn more about solenoids and how to use them with an Arduino before you start your project:

Terms and Concepts

Questions

Bibliography

Materials and Equipment Buy Kit

Recommended Project Supplies

Get the right supplies — selected and tested to work with this project.

View Kit

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.
Before you begin: Review How to Use an Arduino Tutorials 1-3.

Build Your Circuit

Assemble your circuit as shown in Figures 4, 5, and 6. You can also access a Tinkercad simulation of the circuit here, where you can zoom in on the diagram for a more detailed view. Note: depending on where you purchased your breadboard, the left/right orientation of the power and ground buses may be switched.

  1. If any wires are too flexible to push into the breadboard (like the solenoid leads), use spring clips to connect them to jumper wires first. 
  2. Each MOSFET has three pins: the gate, drain, and source. Each pin should go in its own row in the breadboard. Connect each MOSFET as follows:
    1. Connect the gate pin to an Arduino digital pin (pins 2 through 7 in the diagram).
    2. Connect a diode from the drain pin to +12V from your external power supply, with the stripe on the diode facing toward +12V.
    3. Connect the source pin to ground.
  3. Each solenoid has two wires, positive and negative. For each solenoid:
    1. Connect the negative wire to a MOSFET's drain pin.
    2. Connect the positive wire to +12V.
  4. Place the button so it straddles the gap in the middle of the breadboard.
    1. Connect one side of the button to +5V.
    2. Connect the other side to ground through a 10kΩ resistor.
    3. Connect the side with the resistor to an Arduino digital pin (pin 8 in the diagram).
  5. Connect power to your circuit.
    1. Make sure the entire circuit has a common ground.
      1. The Arduino GND pin should be connected to a ground bus on the breadboard.
      2. Both ground buses on the breadboard should be connected with a jumper wire.
      3. The negative wire from your external 12V power supply should be connected to a ground bus on the breadboard.
    2. Do not short-circuit 5V from your Arduino to 12V from your external power supply.
      1. Connect the 5V pin on your Arduino to one of the breadboard's power buses.
      2. Connect 12V from your external supply to the other power bus.
      3. Do not use a jumper wire to connect the two power buses. This will create a short circuit and can damage your Arduino.
Figure 4. Breadboard diagram. Note that Tinkercad does not have solenoids, so vibration motors represent solenoids in this diagram, but the connections are the same. The benchtop power supply represents your external 12V supply.

Figure 5. Circuit schematic.
Figure 6. Picture of the assembled circuit.

Test Your Circuit

Once your circuit is assembled, you can use the solenoid_test.ino program to test it. This program will activate the solenoids one at a time so you can see if they work. If the circuit does not work — for example, if one solenoid never turns on, or stays on all the time — here are some things you can check:

  1. Double-check all of your connections for loose wires, particularly the spring clip connections to the solenoids.
  2. Make sure your MOSFETs are oriented properly in the breadboard. Each pin should be in its own row, with the writing on the front of the MOSFET facing to the right and the large metal tab on the back of the MOSFET facing to the left.
  3. Check your breadboard for short circuits. Make sure the gate, drain, and source pins for each MOSFET are properly connected separately and that you did not accidentally connect any wires in the same row of the breadboard (for example, connecting a grounding jumper wire to the drain pin instead of the source pin, or a solenoid's negative wire to the source pin instead of the drain pin).

Once you are sure that all six solenoids are working properly, arrange them in a grid of three rows and two columns, as shown in Figures 7 and 8. If you plan to build a more permanent display later, you can temporarily stick the solenoids together using double-sided tape.

Figure 7. Solenoid arrangement for braille cell.

Figure 8. Solenoids arranged in a grid, attached to each other with double sided tape.

Try Displaying Braille Characters

Once you are sure that all six solenoids are working properly, you are ready to test displaying braille characters.

  1. Arrange your solenoids in a grid of 3 rows and 2 columns.
  2. Download refreshable_braille_display.ino and upload it to your Arduino. 
  3. The default value for the text variable is "hello". Your braille display should show the letter "h," then switch to "e" after you press the button, and so on.
  4. Experiment with different words. You can also comment out the while loop that waits for a button press, and experiment with different delays to automatically cycle through the letters. 
  5. After testing, unplug your Arduino and 12V power supply so the solenoids do not overheat. 

Build and Test a Better Braille Display

Real braille writing has very smooth, shallow bumps, so the reader can quickly run their fingers over the bumps without getting stuck. The pins of your solenoids are narrow and stick out pretty far, making it hard to easily run your fingertips over them. Can you design a better physical display? For example, you can drill or cut holes in something like a thin piece of wood or cardboard and mount the solenoids to the back with the pins poking through to the front. You could then attach wooden or plastic beads to the pins to create smoother bumps. This is an engineering design project, so we do not have specific instructions for this part of the project — your design is up to you! See Figure 9 for an example with cardboard and plastic beads.

Figure 9. Faceplate for the braille display made with cardboard and colored cardstock. Plastic beads are glued to the solenoid pins.

After you have a prototype, you can test it yourself to make sure it is sturdy and that you can easily run your fingers over the bumps. If you know someone who knows how to read braille, you can even have them test it for you. Can they read the word that you enter in the text variable in your program? Do they have any feedback that you can use to improve your design?

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

  • Use more solenoids to make a multi-character display. Note that you might need a bigger power supply to power more solenoids simultaneously (still 12V, but with a higher current rating).
  • Can you design a bistable mechanism that only requires power to switch between raised/lowered states, but does not continuously draw power to maintain its state, like Vijay Varada did for his project?
  • Can you edit the program to send characters to the Arduino from the computer keyboard via serial communication? This will let you do real-time translation from typed letters to braille, instead of entering a single static variable in the program.
  • Advanced: can you combine this project with optical character recognition (OCR) to automatically convert a character written on a page into braille?

Careers

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

Career Profile
Just as a potter forms clay, or a steel worker molds molten steel, electrical and electronics engineers gather and shape electricity and use it to make products that transmit power or transmit information. Electrical and electronics engineers may specialize in one of the millions of products that make or use electricity, like cell phones, electric motors, microwaves, medical instruments, airline navigation system, or handheld games. Read more
Career Profile
Mechanical engineers are part of your everyday life, designing the spoon you used to eat your breakfast, your breakfast's packaging, the flip-top cap on your toothpaste tube, the zipper on your jacket, the car, bike, or bus you took to school, the chair you sat in, the door handle you grasped and the hinges it opened on, and the ballpoint pen you used to take your test. Virtually every object that you see around you has passed through the hands of a mechanical engineer. Consequently, their… 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
Home Science Tools®

Contact Us

Our kits are developed in partnership with Home Science Tools®. If you have purchased a kit for this project, Home Science Tools® is pleased to answer any questions.

In your email, please follow these instructions:
  1. Include your Home Science Tools® order number.
  2. Please describe how you need help as thoroughly as possible:

    Examples

    Good Question I'm trying to do Experimental Procedure step #5, "Scrape the insulation from the wire. . ." How do I know when I've scraped enough?
    Good Question I'm at Experimental Procedure step #7, "Move the magnet back and forth . . ." and the LED is not lighting up.
    Bad Question I don't understand the instructions. Help!
    Good Question I am purchasing my materials. Can I substitute a 1N34 diode for the 1N25 diode called for in the material list?
    Bad Question Can I use a different part?

Contact Support

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 an Automatic Braille Display to Help Blind People." Science Buddies, 5 Nov. 2025, https://www.sciencebuddies.org/science-fair-projects/project-ideas/Elec_p109/electricity-electronics/refreshable-braille-display. Accessed 4 June 2026.

APA Style

Finio, B. (2025, November 5). Make an Automatic Braille Display to Help Blind People. Retrieved from https://www.sciencebuddies.org/science-fair-projects/project-ideas/Elec_p109/electricity-electronics/refreshable-braille-display


Last edit date: 2025-11-05
Top
Free science fair projects.