Secret Labs LLC Netduino Go Potentiometer Modules

Various
Delivered between Mon, 13.4. and Tue, 14.4.
Only 2 pieces in stock at supplier
Free shipping starting at 50.–

Product details

Netduino Go! - Potentiometer Module

Sample Code:

using Microsoft.SPOT;
namespace Module_Tests {
public class Program {
public static void Main() {
NetduinoGo.RgbLed led = new NetduinoGo.RgbLed();
NetduinoGo.Potentiometer pot = new NetduinoGo.Potentiometer();
// pot.GetValue() - Returns a float from 0 to 1.
while (true) {
led.SetColor(0, 0, (byte)(pot.GetValue() * 255));
}
}
}
}

Code with method to set a custom range:

using Microsoft.SPOT;
namespace Module_Tests {
public class Program {
public static void Main() {
NetduinoGo.RgbLed led = new NetduinoGo.RgbLed();
NetduinoGo.Potentiometer pot = new NetduinoGo.Potentiometer();
while (true) {
led.SetColor(0, 0, (byte)(Map(pot.GetValue(), 0, 1, 0, 255)));
}
}

// Used for mapping range of values to another range, linearly.
public static float Map(float input, float inMin, float inMax, float outMin, float outMax) {
return ((input - inMin) * (outMax - outMin) / (inMax - inMin) + outMin);
}
}
}.

Key specifications

Compatible hardware
Various

General information

Item number
5998855
Manufacturer
Secret Labs LLC
Category
Electronics modules
Manufacturer no.
P00000315
Release date
29.8.2012

Compatibility

Compatible hardware
Various

Electronic module properties

Module type
Various

Voluntary climate contribution

CO₂ emissions
0.82 kg
Climate contribution
CHF 0.11

30-day right of return
24 Months Warranty (Bring-in)

Compare products

Goes with

Reviews & Ratings

Warranty score

How often does a product of this brand in the «Electronics modules» category have a defect within the first 24 months?

Source: Digitec Galaxus
  • Secret Labs LLC
    Not enough data
  • 1.Purecrea
    0 %
  • 1.Tru Components
    0 %
  • 3.Whadda
    0.1 %
  • 4.Adafruit
    0.2 %

Warranty case duration

How many working days on average does it take to process a warranty claim from when it arrives at the service centre until it’s back with the customer?

Source: Digitec Galaxus
  • Secret Labs LLC
    Not enough data
  • 1.Raspberry Pi
    0 days
  • 2.WaveShare
    1 day
  • Adafruit
    Not enough data
  • Arduino
    Not enough data

Return rate

How often is a product of this brand in the «Electronics modules» category returned?

Source: Digitec Galaxus
  • Secret Labs LLC
    Not enough data
  • 1.Purecrea
    0 %
  • 1.Tru Components
    0 %
  • 3.Whadda
    0.2 %
  • 4.Adafruit
    0.6 %
Source: Digitec Galaxus