dblazie / fpbraille

Full Page Braille display software for Arduino based on reprap Marlin
GNU General Public License v3.0
0 stars 0 forks source link

Help to create a new braille device #1

Open discapacidad5 opened 2 years ago

discapacidad5 commented 2 years ago

Help to create a new braille device

Hi, I don't speak English, I'm using the google translator, I hope they understand me, my language is Spanish

I am developing a braille line with the ardiuno IDE and esp32 I have all the hardware but my problem is precisely that I do not fear how to communicate with the esp32 I have tried to connect the serial monitor of ardiuno and connect the esp32 by bluetooth and in the output of the serial port I get pure question marks and unreadable characters I would like help to develop the software that would go in the esp32 that exchange data with the devices

my project consists of a very low cost braille display probably anyone can manufacture with less than $ 50 the idea is to create everything and make it available so that anyone can print their own braille display on a 3d printer and added the esp32 card and the driver can make your own braille line I hope someone can help me

dblazie commented 2 years ago

Hi, I would like to help you but its difficult from such a distance. It could be the Baud rate is wrong on either the esp32 or the monitor or computer you are connecting with. They have to match. Maybe you could send me a diagram of how you are connecting. How are you talking to the esp32, with a windows or Linux computer.

Deane Blazie

On Thu, Nov 18, 2021, 9:47 PM discapacidad5 @.***> wrote:

Help to create a new braille device

Hi, I don't speak English, I'm using the google translator, I hope they understand me, my language is Spanish

I am developing a braille line with the ardiuno IDE and esp32 I have all the hardware but my problem is precisely that I do not fear how to communicate with the esp32 I have tried to connect the serial monitor of ardiuno and connect the esp32 by bluetooth and in the output of the serial port I get pure question marks and unreadable characters I would like help to develop the software that would go in the esp32 that exchange data with the devices

my project consists of a very low cost braille display probably anyone can manufacture with less than $ 50 the idea is to create everything and make it available so that anyone can print their own braille display on a 3d printer and added the esp32 card and the driver can make your own braille line I hope someone can help me

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dblazie/fpbraille/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABAYYHDR73WXM2RBUAWO2G3UMW3ERANCNFSM5ILDXDAQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

discapacidad5 commented 2 years ago

Hi, I would like to help you but its difficult from such a distance. It could be the Baud rate is wrong on either the esp32 or the monitor or computer you are connecting with. They have to match. Maybe you could send me a diagram of how you are connecting. How are you talking to the esp32, with a windows or Linux computer. Deane Blazie ... On Thu, Nov 18, 2021, 9:47 PM discapacidad5 @.***> wrote: Help to create a new braille device Hi, I don't speak English, I'm using the google translator, I hope they understand me, my language is Spanish I am developing a braille line with the ardiuno IDE and esp32 I have all the hardware but my problem is precisely that I do not fear how to communicate with the esp32 I have tried to connect the serial monitor of ardiuno and connect the esp32 by bluetooth and in the output of the serial port I get pure question marks and unreadable characters I would like help to develop the software that would go in the esp32 that exchange data with the devices my project consists of a very low cost braille display probably anyone can manufacture with less than $ 50 the idea is to create everything and make it available so that anyone can print their own braille display on a 3d printer and added the esp32 card and the driver can make your own braille line I hope someone can help me — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#1>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABAYYHDR73WXM2RBUAWO2G3UMW3ERANCNFSM5ILDXDAQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

Comparto mi repositorio es el siguiente https://github.com/brailletouch/Brailletouch

Creo que lo que necesito es soporte HID para esp32, especialmente braille HID, podrían ayudar con eso y he visto que hacen teclados con ESP32 y con Arduino y supongo que el braille HID es algo similar pero no sé cómo para hacerlo

I share my repository is the following https://github.com/brailletouch/Brailletouch

I think what I need is HID support for esp32, especially HID braille, they could help with that and I have seen they make keyboards with ESP32 and with Arduino and I guess HID braille is something similar but I don't know how to do it