Welcome to the Tweaking4All community forums!
When participating, please keep the Forum Rules in mind!
Topics for particular software or systems: Start your topic link with the name of the application or system.
For example “MacOS X – Your question“, or “MS Word – Your Tip or Trick“.
Please note that switching to another language when reading a post will not bring you to the same post, in Dutch, as there is no translation for that post!
[Solved] How to make a poor man's simple digital typewriter...
(@Anonymous)
Joined: 1 second ago
Posts: 0
Topic starter
April 24, 2022 7:14 AM
Hello,
I'm new to Arduinos and just beginning my journey with them. I would like to ask how difficult it is to build a simple "dgital typewriter" with Arduino, USB keyboard and little monitor (OLED or E-ink)? I would need just the basic functions like:
- inputting the text via USB-keyboard
- saving the .txt files to SD-card
- scrolling the text simply with arrows keys
- F1-button for SAVE TEXT TO MEMORY CARD (or something like that)
- F2-button for LOAD TEXT FOM MEMORY CARD (or something like that)
Is there some tutorials available which I should check out? Is it possible to get the code done for me (I'm ready to pay for it also)?
So, nothing really fancy here...just basic poor man's basic text editing functions and save it to a SD-card for future editing in PC.
Thank you!
, Pete.
(@hans)
Famed Member Admin
Joined: 11 years ago
Posts: 2796
April 26, 2022 4:16 AM
Hi Petelms,
This is most certainly possible - not sure though if the Arduino would be the way to go.
A good start would be this project: Attach a USB keyboard and read the input (incl. attach display)
As for the SD card part: you either have to get a separate SD card reader, or a display that comes with a SD card reader.
I guess that depends a little on what display you have in mind.
Hope this helps getting started ... 😊
(@Anonymous)
Joined: 1 second ago
Posts: 0
Topic starter
April 27, 2022 12:01 PM
Thanks for the reply, Hans! It's good to know that it's possible to do with Arduino! And thanks for the video-link. Now, I have to get a little monitor...