Download MineDuino — Minecraft Mods — MetaMods

MineDuino

Active

Downloads

0

Last update

8 years ago
Client
Technological

MineDuino

This modification opens up unique opportunities for interaction between the virtual world of Minecraft and real electronics on the Arduino platform. Create interactive systems where physical devices influence the game world, and vice versa.

Working with Arduino from the Game

The mod adds two special blocks that serve as a bridge between Minecraft and Arduino:

Data Sender - transmits signals from the game to the microcontroller:

  • Digital Write: activates the selected pin when receiving a redstone signal (works with all pins)
  • Analog Write: generates a PWM signal with power proportional to the redstone level (only for pins with PWM function)

Data Receiver - receives information from Arduino into the game:

  • Digital Read: transmits pin state as a redstone signal (works with all pins)
  • Digital Read with Pullup: similar to the previous mode with activation of the internal pull-up resistor
  • Analog Read: converts voltage on analog pins to redstone level
  • Interrupt Mode: instantly reacts to pin state changes through the interrupt system (only for compatible pins)

Setup and Compatibility

For the mod to work, you need to flash the code from the Arduino Sketch file to your microcontroller and connect it via USB before starting the game. The mod automatically detects Arduino on startup, but if the device is missing, block functionality will be limited.

Important: when using boards other than Arduino UNO, you will need to adapt configuration files and the sketch according to your device's specifications.

This solution is created for users with basic knowledge of working with Arduino, opening endless possibilities for creating complex electronic-game systems.

Project members
XFactHD

XFactHD

Created: 19 Aug 2017

ID: 90995