ArduinoCraft

Quick rating

ArduinoCraft

No reviews yet

A mod that converts a redstone signal into Arduino's digitalWrite() and vice versa.

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
GNU General Public License v3.0 only
Latest Version
1.0.1
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

ArduinoCraft

A Minecraft Fabric mod that allows redstone signals to interact with an Arduino and vice versa.

Please note that this was my first mod, and I'm still learning how to make mods, so there might be some bugs or issues. If you have any issues or questions, DM me on Discord @jamicah.

This mod is not only limited to Arduino. It should work with any microcontroller that supports Serial UART communication over USB.

NOTE: This mod requires a bit of knowledge about Arduino and Serial communication. If you are new to Arduino, I recommend checking out tutorials on Arduino and Serial communication first.

Features

  • Convert redstone signals to Arduino digital signals
  • Convert Arduino digital/analog signals to redstone signals

TODO:

  • A GUI menu for closing/opening communication with Arduino

How to use

Upload a sketch

You can choose an example sketch and upload it to your Arduino using the Arduino IDE (or whatever you use to upload ig). I'd recommend starting with the digitalRead/digitalWrite example to see how the communication works. Images for wiring are also included in the example folders.

Start

In Minecraft, place down the Arduino Block (from the redstone creative menu), plug in your Arduino and run the command

  • /arduino start <arduino port> output <baudrate>. Redstone to Arduino
  • /arduino start <arduino port> input <analog/digital> <baudrate>. Arduino to Redstone

NOTE: If you're not on Windows, you need to use quotes around the port name. For example, on Linux or MacOS, you might use /arduino start "/dev/ttyACM0" output 9600.

Stop

You may use the command /arduino stop to close the port. The mod will also stop when you quit the game.

How does it work?

ArduinoCraft communicates with the Arduino using Serial communication over USB.

When you use input, the mod will send a signal to the Arduino everytime the block receives redstone power to write high or low to the pin.

When you use output, the mod will check the pin and send a matching redstone signal to the block.

It is highly recommend that you look into the example sketches to see how the communication works.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works