Last seen: 2022-03-29 12:51 am
I was going to do the same thing! From his video it seems he goes directly to the output of the MC10 driver board. This would show the PWM signal goin...
Well, I have succeeded finally in determining my issue with the LCD controlling the PWN to drive large gear motors. With Steve's help, "Codecage", we...
Thank you both Will and Robotbuilder! Your time, patience, assistance, and insights. I did not think about using the serial monitor in the diagnostics...
@will That is awesome, thank you so much. So many manufacturers build these things it is very difficult to address this in the code. I buy my stuff lo...
I only get the "right" key value when in the serial monitor, not on the LCD screen. I am sorry I did not include this in original response.
@will I have implemented your suggestion Serial.begin(9600),Serial.print("localKey=");Serial.println(localKey); The printout continues with "0" unti...
@will Yes as near as I can tell it is. The LCD shield, as with many other shields, is not named in his article, but the pin assignments and other sket...
Thank you for the input and I will implement your suggestions. The code is not mine so I cannot answer to its structure. I am well below the ability t...
@robotbuilder ? how can I copy the code you placed in your reply? I can't seem to isolate it and end up getting all the pages and responses. Or just t...
Those libraries were included in a Zip file at the end of the first segment of the DB1 project. I type in the code as it helps me build a structure of...
Here is the code that I have entered , compiled and loaded into the Arduino Uno. To save typing some comments have been left out. The buttons defined ...
First thanks for the responses, I appreciate the input. I will try and send copy of the sketch when I get back in the shop. Has anyone here that respo...
I am very new to this forum but not so new to the Dronebotworkshop. I have been lurking here for a while now attempting to learn and use the Arduino i...