M
Reaction score
0

Latest activity Postings About

    • M
      MorryStu replied to the thread Mode change buttons with enum.
      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...
    • M
      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...
    • M
      MorryStu replied to the thread Tank sensor.
      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...
    • M
      MorryStu replied to the thread Tank sensor.
      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...
    • M
      MorryStu replied to the thread Tank sensor.
      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...
    • M
      Thanks, that worked with Wire.begin() #include <Wire.h> #include <WireIMXRT.h> #include <WireKinetis.h> #include <SPI.h> #include <Adafruit_GFX.h> #include <Adafruit_SSD1306.h> //extern TwoWire Wire1; #define Wire Wire //#define WIRE Wire...
    • M
      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...
  • Loading…
  • Loading…
Back
Top