MajicDesigns / OTTServoTester

The Over The Top (OTT) Servo Tester
GNU Lesser General Public License v2.1
2 stars 0 forks source link

OTTServoTester with LCD Keypad Shield #1

Open freetoair opened 1 year ago

freetoair commented 1 year ago

Hi Marco, I tried to modify your excellent project to work with "LCD Keypad Shield" but without success. The part with the parallel LCD display works correctly, but the control of the analog keys is a big problem for me. If there is some way to do it without a lot of involvement, I think it would mean a lot to many who would be happy to use this tester. If it means anything, I can upload my modified Sketch.

regards, freetoair.

MajicDesigns commented 1 year ago

Use the analog keys tester example in the UISwitch library to work out the analog values for the switches on your keypad shield. The substitute these values for those in the OTTtester code.

freetoair commented 1 year ago

Yes, that's exactly what I tried to do, but as you can see from my program in debug mode when selecting in the "setup" menu, it's as if some key was pressed, but it wasn't! Here I am sending the variant that I tried. OTTServoTester_LCDkeySheld.zip

MajicDesigns commented 1 year ago

"as you can see from my program in debug mode" - not really, I can't see anything that is debug output.

One area that often causes you problem is if you are trying to power the servos from the Arduino board. As soon as the servos start to move they will cause a dip on the voltage on the board and noise in the electonic components power supply which makes them behave erratically.