Git Product home page Git Product logo

beam-esp32's Introduction

FiberPunk's logo

Beam-ESP32

opensource lowcost

1. Project catalog description

  • Dependencies: Espressif System 1.0.6

2. Node Project Introduction

PC Client:

2.1 What is Node?

Node is an easy and affordable way to control and monitor 3D printers via WiFi, USB-enabled serial, and SD I/O. Node is very robust and power-efficient as it runs on an MCU (ESP32) while still offering a wide range of functionalities.

Key features:

  • East to install - Node can be installed by plugging into a printer’s USB-enabled serial connection and data cable to SD card slow. This means no opening up the printer and complicated wiring.
  • Easy to set up - Node can be set up to connect user network by simply running the desktop application or use web page, entering network credentials, and exporting the setting to sd card.
  • Node has good compatibility with printers due to Node only relying on serial connection for control and monitor and utilizing the high bandwidth SD I/O for transfer. Faster and more reliable printing via Node's unique SD Card I/O bridge to printer
  • Node works with or without an external internet connection, and functionalities can be realized via Nexus
  • Easy to manage multiple printers with a single software control point
  • Affordable hardware cost. No need to acquire a Pi for every printer
  • Email Notification via Nexus
  • Future Expandability with Sentry and Machine Vision for Failure Detection via Nexus
  • Provide simple RestfulAPI to allow other software control (such as postman debugging tools)
  • Node includes extended interfaces (IIC, UART, SLR control circuit) to work with ESP32-Camera. This allows for time-lapse photography production, taking photos according to the progress and email reminders, PC local printing failure detection, and smoke flame detection, all of which do not rely on registered accounts and networks.

Node's lite web UI:

Node's webpage source code will no longer be maintained in this rpo and has been migrated here: Node webpage

Node's AP Mode Config wifi UI:

Node installed in Ender3-v2:

2.Why Node?

When we first look at adding WiFi control to our 3D printers, there are already excellent choices, such as the wonderful Octoprint project run by our good friend Gina with great plugins and communities. Octoprint controls and transfers via serial connection only, which is limited by the speed of the connection and firmware compatibility issues.

We want to challenge ourselves to see if there is a leaner, MCU based solution that can achieve these goals:

  • Allows for faster print speed than serial connection, which is needed for newer printers, especially CoreXY Printer
  • More compatibility with different printers
  • Easy to install, especially for users who are new to 3D printing
  • Simple to set up and manage a fleet of printers.
  • Robust operation such that the device can be powered off immediately and does not rely on an Internet connection to function

To meet the above goals, we needed a tightly integrated solution that requires hardware that does not exist on the market. This led us to develop Node’s ESP32 based board and the open-source firmware. We also designed the unique SD Bridge that allows Node to transfer GCode via high-speed SD I/O while controlling/monitoring via the serial connection.

3.Node Web API

Node provides core APIs to enable more platforms(Such as Octoprint,Nexus, or postman tools) to access him for control. Listed below are the APIs already included in Node and their specific usage.API docs

4.How to compile and update firmware

Please refer this guide to compile your own firmwre.

Please refer to this guide to complete the firmware burning and updating.

5. Expansion port description

Node

example:

//Node Pro Expansion Uart(RXD2 TXD2)
Serial2.begin(9600);
Serial2.println("fiberpunk");

//Node Pro Expansion GPIO
pinMode(19, INPUT);
pinMode(23, INPUT);

if(digitalRead(19)==HIGH)
{
  Serial2.println("Filament Out");
}

6. Community support

beam-esp32's People

Contributors

binrobo avatar fiber-punk avatar just-trey avatar mzhu1113 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.