Linuxcnc ethernet over Arduino?
- Holzwurm56
- Offline
- Premium Member
- 
				  
		Less
		More
		
			
	
		- Posts: 134
- Thank you received: 0
			
	
						08 Feb 2017 13:36		 -  08 Feb 2017 13:37		#87545
		by Holzwurm56
	
	
		
			
	
	
			 		
													
	
				Linuxcnc ethernet over Arduino? was created by Holzwurm56			
			
				Hello,
does some knows or want to create a software use an arduino nano with an ethernet shield to emulate one printerport? For newbies who built a very small milling machine it must be possible to control the machine with a laptop or an tablet.
I am sorry to say that I am not able to do this, but this can not be a problem for a software profi.
For a beginner with a small machine will be one printerport enough.
Thanks
Hans
					does some knows or want to create a software use an arduino nano with an ethernet shield to emulate one printerport? For newbies who built a very small milling machine it must be possible to control the machine with a laptop or an tablet.
I am sorry to say that I am not able to do this, but this can not be a problem for a software profi.
For a beginner with a small machine will be one printerport enough.
Thanks
Hans
		Last edit: 08 Feb 2017 13:37  by Holzwurm56.			
			Please Log in or Create an account to join the conversation.
- andypugh
- 
				  
- Offline
- Moderator
- 
				  
		Less
		More
		
			
	
		- Posts: 19677
- Thank you received: 4554
			
	
						08 Feb 2017 13:47				#87550
		by andypugh
	
	
		
			
	
			
			 		
													
	
				Replied by andypugh on topic Linuxcnc ethernet over Arduino?			
			
				How much does a Nano + Shield cost?
Is it enough less than store.mesanet.com/index.php?route=produc...83_85&product_id=306 to make it worth the trouble?
					Is it enough less than store.mesanet.com/index.php?route=produc...83_85&product_id=306 to make it worth the trouble?
Please Log in or Create an account to join the conversation.
- Holzwurm56
- Offline
- Premium Member
- 
				  
		Less
		More
		
			
	
		- Posts: 134
- Thank you received: 0
			
	
						08 Feb 2017 15:08				#87569
		by Holzwurm56
	
	
		
			
	
			
			 		
													
	
				Replied by Holzwurm56 on topic Linuxcnc ethernet over Arduino?			
			
				Hello andypugh,
a nano with ethernet shield costs under 10,-$, but its not only the price. In Germany its not so easy to get a mesa-board. When someone will test his milling machine with a laptop and linuxcnc he will use a nano, but he will not order a mesa-board outside Germany?
Thanks
Hans
					a nano with ethernet shield costs under 10,-$, but its not only the price. In Germany its not so easy to get a mesa-board. When someone will test his milling machine with a laptop and linuxcnc he will use a nano, but he will not order a mesa-board outside Germany?
Thanks
Hans
Please Log in or Create an account to join the conversation.
- andypugh
- 
				  
- Offline
- Moderator
- 
				  
		Less
		More
		
			
	
		- Posts: 19677
- Thank you received: 4554
			
	
						08 Feb 2017 16:05				#87576
		by andypugh
	
	
		
			
				
www.shop.cncmonster.de/LinuxCNC/FPGA-Karten//::386.html
					
	
			
			 		
													
	
				Replied by andypugh on topic Linuxcnc ethernet over Arduino?			
			Hello andypugh,
a nano with ethernet shield costs under 10,-$, but its not only the price. In Germany its not so easy to get a mesa-board.
www.shop.cncmonster.de/LinuxCNC/FPGA-Karten//::386.html
Please Log in or Create an account to join the conversation.
- PCW
- 
				  
- Online
- Moderator
- 
				  
		Less
		More
		
			
	
		- Posts: 17371
- Thank you received: 5064
			
	
						08 Feb 2017 16:15				#87579
		by PCW
	
	
		
			
	
	
			 		
													
	
				Replied by PCW on topic Linuxcnc ethernet over Arduino?			
			
				If this is for motion control, I suspect the Arduino Nano lacks sufficient horsepower
to maintain real time Ethernet communications at 1 KHz and generate multi axis step
pulses at the same time. (if you had a Nano and shield, a ping test might give some
idea of performance)
Starting from scratch, there are many other (non Arduino) microcontrollers that
could handle this, for example a STM32F407 would probably be a good choice
					to maintain real time Ethernet communications at 1 KHz and generate multi axis step
pulses at the same time. (if you had a Nano and shield, a ping test might give some
idea of performance)
Starting from scratch, there are many other (non Arduino) microcontrollers that
could handle this, for example a STM32F407 would probably be a good choice
		The following user(s) said Thank You: tivoi 	
			Please Log in or Create an account to join the conversation.
- Holzwurm56
- Offline
- Premium Member
- 
				  
		Less
		More
		
			
	
		- Posts: 134
- Thank you received: 0
			
	
						08 Feb 2017 18:40				#87589
		by Holzwurm56
	
	
		
			
	
			
			 		
													
	
				Replied by Holzwurm56 on topic Linuxcnc ethernet over Arduino?			
			
				Hello PCW,
do know some possibility to emulate one printerport with linuxcnc over ethernet? For a small 3 axes milling machine are 10 I/O-pins enough.
Thanks
Hans
					do know some possibility to emulate one printerport with linuxcnc over ethernet? For a small 3 axes milling machine are 10 I/O-pins enough.
Thanks
Hans
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- 
				  
- Away
- Platinum Member
- 
				  
		Less
		More
		
			
	
		- Posts: 4686
- Thank you received: 1433
			
	
						08 Feb 2017 18:53				#87591
		by Todd Zuercher
	
	
		
			
	
			
			 		
													
	
				Replied by Todd Zuercher on topic Linuxcnc ethernet over Arduino?			
			
				The bare minimum for 3 axis of motion, is 6 outputs. (Step + Dir * 3 = 6).  But a parallel port has 17 possible IOs, 5 inputs, 4 outputs, and 8 that could be either (as a block all inputs or all outs).			
					Please Log in or Create an account to join the conversation.
- Holzwurm56
- Offline
- Premium Member
- 
				  
		Less
		More
		
			
	
		- Posts: 134
- Thank you received: 0
			
	
						09 Feb 2017 10:47				#87646
		by Holzwurm56
	
	
		
			
	
			
			 		
													
	
				Replied by Holzwurm56 on topic Linuxcnc ethernet over Arduino?			
			
				Hello Todd,
is there a possibility for networkconnection with six I/Os?
Hans
					is there a possibility for networkconnection with six I/Os?
Hans
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- 
				  
- Away
- Platinum Member
- 
				  
		Less
		More
		
			
	
		- Posts: 4686
- Thank you received: 1433
			
	
						09 Feb 2017 15:24		 -  09 Feb 2017 15:25		#87663
		by Todd Zuercher
	
	
		
			
	
	
			 		
													
	
				Replied by Todd Zuercher on topic Linuxcnc ethernet over Arduino?			
			
				You could just buy one of these.
store.mesanet.com/index.php?route=produc...oduct&product_id=302
but it has already been suggested above.
					store.mesanet.com/index.php?route=produc...oduct&product_id=302
but it has already been suggested above.
		Last edit: 09 Feb 2017 15:25  by Todd Zuercher.			
			Please Log in or Create an account to join the conversation.
- M4MazakUser
- Offline
- Premium Member
- 
				  
		Less
		More
		
			
	
		- Posts: 155
- Thank you received: 7
			
	
						27 Feb 2017 03:28				#88651
		by M4MazakUser
	
	
		
			
	
			
			 		
													
	
				Replied by M4MazakUser on topic Linuxcnc ethernet over Arduino?			
			
				It's a pitty about the arduino speed issue, as even if you used multiple uno's to control a few axis, (conected to pc via ethernet) it still works out pretty cheap -(at $5au per uno from china). And would get a lot more enthusiasts onto linuxcnc. -not saying mesa's stuff is any less. I have used it and it's brilliant. Just out of my price range for setting up a 3d printer.			
					Please Log in or Create an account to join the conversation.
		Moderators: PCW, jmelson	
		Time to create page: 0.311 seconds	
