From ddcfc9f5a2192b417956572fcb6d520cfef37959 Mon Sep 17 00:00:00 2001 From: Maxim Kachurovskiy Date: Wed, 18 Dec 2024 20:25:23 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 01b1117..9ab33d5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,19 @@ This software and instructions are [provided as is](LICENSE), without warranty of any kind. [🇷🇺 Перевод на русский](https://translate.google.com/translate?hl=en&sl=en&tl=ru&u=https%3A%2F%2Fgithub.com%2Fkachurovskiy%2Fnanoels%2Fblob%2Fmain%2FREADME.md), [🇩🇪 deutsche Übersetzung](https://translate.google.com/translate?hl=en&sl=en&tl=de&u=https%3A%2F%2Fgithub.com%2Fkachurovskiy%2Fnanoels%2Fblob%2Fmain%2FREADME.md) +# NanoEls H5 + +CNC and electronic lead screw controller based on ESP32-S3 that supports up to 3 axes: + +- All the features of H4 +- Cheaper and much easier to make than H4 +- External PS2 keyboard +- High resolution touch screen +- More ports: joystick, MPGs, scales + +![image](https://github.com/user-attachments/assets/de30c2ee-14d5-483a-b23d-0edc43125bd0) + +See [h5 folder for hardware files, software and assembly](https://github.com/kachurovskiy/nanoels/tree/main/h5). + # NanoEls H4 CNC and electronic lead screw controller based on ESP32-S3 that supports up to 4 axes: @@ -25,6 +39,8 @@ Cheap DIY Electronic Lead Screw (ELS) based on Arduino Nano for metal lathes. No - Soft limits for the carriage - Multi-start threads in 1 start of the spindle +![image](https://github.com/user-attachments/assets/0741438d-b3d3-4c8a-a816-9806e0ca6487) + See [h2 folder for parts list, software, assembly and usage manual](https://github.com/kachurovskiy/nanoels/blob/main/h2/). Controller can be built from [generally available components](https://github.com/kachurovskiy/nanoels/tree/main/h2#components). It's suggested to use STEPPERONLINE CL57T closed-loop driver with NEMA 23 3NM motor or stronger with 200 step resolution mode (full step) and a 600 PPR optical rotary encoder. [See hardware.md for more info.](hardware.md)