Technical Specifications
These specs are the result of the V1.0 design process and its prototypes and can be changed in future releases or even verified to differ as testing and debugging is being developed.
GLOBAL
- Arduino Leonardo (Rev 3b) compatible.
- IDE Connector: USB “Standard” Type B. (not original Arduino Leonardo “Micro” type).
- Resettable fuse 0.5 A max VBUS, and transient USB voltage protected.
- Original Arduino LEDs: “ON” (green), “L” Arduino activity (yellow), “RX” and “TX” (yellow).
- Standard Arduino shield socket for function extension modules.
RJ11 socket for I2C bus system expansion (check schematics for pin identification). - Take out jumpers D3SCL+ and D4SDA when using IC2 RJ11 extension connection.
- Configurable 10 kΩ pull-ups for I2C bus lines (placing jumpers enables pull-ups).
- Reset button as Arduino standard.
- ICSP standard connector for Arduino’s microcontroller firmware and bootloader updates and repair.
POWER-IO SECTION
- Internal output MOSFET on resistance: 70 mΩ Typ. (180mΩ max @Tj=150ºC)
- Default channel state before any programming:
Input – LOW (dimmed green LED) - P13 is only suitable as OUTPUT (the use of P13 as INPUT can damage the system).
- With alternative uses of each channel, like PWM outputs, the Pnn will also be active and show its activity on the channel LED even if it is useless.
- Channel jumper: By unplugging each, its Power-IO interface is disconnected so it will not interfere with shield applications. Check technical documentation regarding each shield for advice on which jumpers to take out. When a channel jumper is taken out, the power interface goes to input low mode, and the green led lights dimmed.
ANALOG-IN SECTION
- IA0 to IA5 can be used as 10V or even 5V digital inputs.
- IA0 to IA5 can be used as 5V digital outputs, as soon as the input impedance connected is high (>50kΩ).
ANALOG-OUT SECTION
- Output current per channel: Iomax(cont)= 25 mA (Pomax = 0.3 W, Iomax(pulsed25%)= 100 mA)
- Low impedance output driver.
W3 to W13 can be used as 10V digital outputs (corresponding P3 to P13 will simultan. be active as outputs).
Arduino library examples
Irrigation System
This automatic irrigation system uses a soil moisture sensor to control a water pump. When the soil moisture level drops below a set threshold, the system activates the pump to water the plants.
Required Components:
- Ardupower
- Soil moisture sensor
- Relay
- Water pump
- Power supply
- Wires and connectors
Solar Panel Controller for a Caravan
This system adjusts the orientation of a solar panel on a caravan to optimize sunlight capture using two servomotors.
Required Components:
- Ardupower
- Two servomotors
- Light sensor (LDR)
- Resistor (10k ohm)
- Wires and connectors
Garden Light System
This system automatically controls garden lights based on ambient light levels using an LDR sensor.
Required Components:
- Ardupower
- LDR sensor
- Relay
- Garden lights
- Resistor (10k ohm)
- Power supply
- Wires and connectors