Nodes Documentation

Input

  • Analog Sensor
  • Circuit Touch
  • IR Proximity
  • Light Sensor
  • Sonar
  • Squeeze Sensor

Brains

  • Converter
  • Gate
  • List
  • Randomizer
  • Sequence
  • Wave

Output

  • Buzzer
  • Continuous Servo
  • Dual Color LED
  • Key Press
  • Key Sequence
  • LED
  • Servo Motor
  • Voltage Output

Analog Sensor

Analog Sensor

Node that reads Analog input from any place on the Quirkbot that have Analog read capability.

Connections

Inputs

  • place
    • Values: HB, LAB, LLB, RAB, RLB, BP1, BP2, LLF, LAF
    • Choose where to read the Analog input.
  • min
    • Range: 0 - 1
    • Minimum value of the output range
  • max
    • Range: 0 - 1
    • Maximum value of the output range

Outputs

  • out
    • Range: min - max
    • The Analog value as a non repeating number between the min and max values.

Example CODE

  • Coin Touch
    • Making an analog restive sensor with your body, by connecting coins to the Quirkbot with alligator clips.

Hardware

Resistive Sensors

Comment

This Node is meant for use with your own restive sensors and input devices, or to use your own bodies resistance as a sensor. It can also create a more or less random input voltage. guide coming soon. Good to know for advanced users is that the inputs HB, LAB, LLB, RAB and RLB are permanently pulled to Ground with a 10k resistor.

Learn more

One very common resistive input devices is the Potentiometer.