ESP32 CNC
30 Mar 2020 07:33 #162074
by bbsr_5a
Hi
I Wonder if the ESP32 with its 2RT kernals and one Communication Kernal that interact on a TASK Base
woudt not be a good base for a wifi controlled CNC System as of Android serial comunication like this eggbots do
sending up to 16Bufferd g-code lines 3D printer and giving ACK back for next 16 lines so 32 lines are on the ESP32 in the COM task
while 1RT kontrolls the feedback like Servo Period
and one does the Basicstuff on BaseTread
Did somone considder the same and alredy started on this
I Wonder if the ESP32 with its 2RT kernals and one Communication Kernal that interact on a TASK Base
woudt not be a good base for a wifi controlled CNC System as of Android serial comunication like this eggbots do
sending up to 16Bufferd g-code lines 3D printer and giving ACK back for next 16 lines so 32 lines are on the ESP32 in the COM task
while 1RT kontrolls the feedback like Servo Period
and one does the Basicstuff on BaseTread
Did somone considder the same and alredy started on this
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19197
- Thank you received: 6434
30 Mar 2020 22:24 #162167
by tommylight
Replied by tommylight on topic ESP32 CNC
Almost anything that runs on arduino will run on ESP32, but it will not use the full potential of it.
I wonder why no one bothered to use it properly, they have pushed arduino to the limits as far as cnc goes with the Marlin firmware, so i imagine a lot more could be done with ESP32.
The only one pushing it, as far as i could find, is Bitluny's lab. He does some nice projects, for sure, but not cnc.
I wonder why no one bothered to use it properly, they have pushed arduino to the limits as far as cnc goes with the Marlin firmware, so i imagine a lot more could be done with ESP32.
The only one pushing it, as far as i could find, is Bitluny's lab. He does some nice projects, for sure, but not cnc.
Please Log in or Create an account to join the conversation.
31 Mar 2020 08:03 #162205
by billykid
compared to arduino they are much more powerful both in speed and in memory.
days ago I played with esp32 cam and it works well for what it is.
I found this: github.com/bdring/Grbl_Esp32
days ago I played with esp32 cam and it works well for what it is.
I found this: github.com/bdring/Grbl_Esp32
Please Log in or Create an account to join the conversation.
Time to create page: 0.077 seconds