I'd like to build a tactile feedback screen for blind people so they can read tactile graphics.
It should resemble something like the http://www.orbitresearch.com/product/graphiti-plus/. I thought about using Solenoids to create a small interface. Are there better solutions out there or is this an impossible task with Arduino?
Most of the solenoids I looked into are around 20mm in length, so it can get quiet big. The power can be a problem, but I am not planning to make this device mobile or depend on batteries. For the image processing, I want to write/use a tool that interprets the data from the charts to the device. There are some tools out there, that can transform images into tactile graphics, but this will be a huge topic on it's own and also a challenge.
I'll consider your points and will look into them and also check out a solution with a Raspberry Pi, thanks for the responses!
The solenoids I'll consider have diameters from 10mm-20mm. There are also some solenoids with around 40mm but I'll guess this is already to big to consider.
Why not just put out letters serial fashion on a small device.
If you have a larger area a person won’t be able to feel all the areas , and it’s certainly too small for any graphics .
With just a few solenoids you should be able to reproduce braille letters .
I want a refreshable interface and it should be used in combination with a chart library and a screen reader, so the device just helps to traverse the chart quicker and helps for orientation and just shows the most important spikes from a chart, so the user can zoom into this parts and slowly get a picture of the chart in his head (for now I only want it to work with bar charts and line charts).