2023-10-04 (W) EWC_Cyberdeck Serial data exchanged

I revised the schematic to include the build changes. I remembered the I2C pin numbers this time, which I had to look up again. I only spent a little time on the revision since there were minimal changes, but I wanted to include an updated picture.
Updated left-hand schematic

I connected the two keyboard halves with a TRRS headphone cable, then added code to print any data from the right-hand side. I did not see anything but found an error in the code of my left-hand keyboard where I did not initialize the port. I still had no data, so I connected an LED to the data lines. When I reduced the baud rate to 9600 bps, I detected the flicker with my bare eyes, so I knew the right-hand keyboard was transmitting.

I connected the right-hand keyboard to a different computer to edit simultaneously but could not get the Arduino IDE to upload code. I updated, then downgraded to <2.0.0, but I still struggled. Eventually, I realized that I had the wrong board selected. There were missing keypresses, which was laggy, but when I reduced the serial speed, I had better results.
Receiving data from right-hand keyboard

GitHub repo for EWC_Cyberdeck.

The rest of the posts for this project have been arranged by date.
First time here?

Completed projects from year 1
Completed projects from year 2
Completed projects from year 3
Completed projects from year 4
Completed projects from year 5
Completed projects from year 6
Completed projects from year 7
Completed projects from year 8
Completed projects from year 9
Completed projects from year 10

Disclaimer for http://24hourengineer.blogspot.com and 24HourEngineer.com

This disclaimer must be intact and whole. This disclaimer must be included if a project is distributed.

All information on this blog, or linked by this blog, is not to be taken as advice or solicitation. Anyone attempting to replicate, in whole or in part, is responsible for the outcome and procedure. Any loss of functionality, money, property, or similar, is the responsibility of those involved in the replication.

All digital communication regarding the email address 24hourengineer@gmail.com becomes the intellectual property of Brian McEvoy. Any information contained within these messages may be distributed or retained at the discretion of Brian McEvoy. Any email sent to this address, or any email account owned by  Brian McEvoy, cannot be used to claim property or assets.

Comments to the blog may be utilized or erased at the discretion of the owner. No one posting may claim property or assets based on their post.

This blog, including pictures and text, is copyright to Brian McEvoy.
2023-09-30

Comments