ECE Dept project in an electronic device capable of reading text from an app, and translating it from English characters to a Braille pattern which can be easily felt by a blind user.
Note: bluetooth code is for app named 'Braille App' for other apps modify it according to the output of the said app
- braille_bluetooth : The text is received from a mobile app via HC05 then each character is cross-referenced with its equivalent Braille pattern from a table. The resulting pattern is sent to the output to actuate the braille pin and the process repeated over again for the next characters.
- braille : Code to convert ASCII to Braille language(Capital Characters only).
- braille_advance : Code to convert ASCII to Braille Language (Capital & small characters).
- braille_servo : Code to convert ASCII to Braille for servo motors.
Video for the project : Video
Report for the project : Report