Nodes Documentation

Connect

  • Analog Sensor
  • Circuit Touch
  • Dual Color LED
  • LED
  • Light Sensor
  • Squeeze Sensor
  • Voltage Output

Backpack

  • Buzzer
  • Continuous Servo
  • IR Proximity
  • Servo Motor
  • Sonar

Brains

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

USB

  • Key Press
  • Key Sequence

Converter

Converter

Node to convert a stream of numbers from one range to another range. This Node can be used to amplify, compress, shift or invert a signal from one Node to another. This can be useful in many situations, for instance to change the signal from a sensor so that it creates the behavior you want in a Servo Motor.

Converter Examples

Connections

Inputs

  • in
    • Range: 0 - 1000
    • The stream of numbers that you want to convert.
  • in min
    • Range: 0 - 1000
    • The lowest expected number that will go in.
  • in max
    • Range: 0 - 1000
    • The highest expected number that will go in.
  • out min
    • Range: 0 - 1000
    • What the lowest incoming number will be converted to.
      (Can be set higher than out max).
  • out max
    • Range: 0 - 1000
    • What the highest incoming number will be converted to.
      (Can be set lower than out min).

Outputs

  • out
    • Range: out min - out max
    • The converted stream of numbers.

Comment

The math formula for the converter is coming soon

Learn more

Conversions are used a lot in real life, learn more about the metric system and SI units. Celsius and Fahrenheit Scales…

Help

  • Getting Started
  • Tutorials
  • Nodes Documentation
  • Recovery Mode
  • Quirkbot FORUM

Legal

  • Terms of Use
  • Privacy Policy