ERROR CODE
In file included from /home/stu/Arduino/Lathe_controler/Lathe_controler.ino:23:
/home/stu/Arduino/libraries/Rotary_Encoder_KY-040_Fixed-main/RotaryEncoder.h: In constructor 'RotaryEncoder::RotaryEncoder(CallbackFunc, byte, byte...
Hi All
I am working on a lathe controller project.
What I need is for 3 buttons to be able to switch into 3 different modes
1 MM - Metric Thread pitch in mm
2 TPI - Imperial thread pitch in Teeth Per Inch
3 FEED - feed rate for cutting
I have...
You did not reverse R1 & R2. Make the tank sensor R1 and R2 the resistor to GND.
20 Ohms is the correct value for this setup and 600 is the correct value for the other setup.
The results will be inverted when you compare them, Setup 2 would...
OK.
One pin is connected to 10v supply and the other pin goes to an analog pin. You then need a 20hm resister from the same pin to GND ( as this forms the other half of the voltage divider cct ). This gives a voltage from .2v - 3.3v. Then its an...
Yes, makes it a bit hard. There are 2 configurations that would work
Going on what I know learned with a sensor like this is that it is basically a 2 pin variable resistor. If the resistor is fed by 10v, then ( hopefully ) you are looking at a...
Hi Guys
I am trying to get 2 x OLED displays to work on separate 12c bus's using the standard SDA0/SCL0 (18,19) and SDA1/SDA2 (16,17) pins
When I compile I get an error
Compilation error: no matching function for call to...