bdring / 6-Pack_CNC_Controller

MIT License
289 stars 71 forks source link

Getting ready to sell a few #24

Closed bdring closed 4 years ago

bdring commented 4 years ago

I am just about ready to sell some controllers. I did a small test production that went perfectly. I have about 15 to sell before I order more. I have all of the modules except the 5V Output (PWM, Lasers Etc). That is due soon. There was a delay on one of the parts.

I want to sell to people who have built a machine successfully before and have some experience with Grbl_ESP32. The goal is to get them into use as fast as possible. The hardware is pretty solid, but the firmware might be tweaked a bit. Expect to have to load the firmware a few times.

If you are interested reply to this post. It would help if you give some details about how you plan to use it and the modules you would need.

The price will be released soon, but expect the main controller to coast in the $40 - $50 range and the modules are $10-$20 range depending on the complexity.

tgirard commented 4 years ago

I'll buy one. I bought one of your first grbl controllers and loved it. I'm using 2209's with sensorless homing on my MPCNC. I would like to get two relay modules and an input module if you have them.

Let me know -Timothy Girard

bdring commented 4 years ago

Here is the price and availability right now.

$45 for the 6 Pack Motherboard

$20 for the 4x Input Module $20 for the RS485 Module $18 for the 0-10V Spindle Module (no stock yet, on order, delivery TBD) $12 for the Relay Module $11 for the 5V Output module (no stock yet, on order, delivery soon) $10 for the RC Servo / BESC module $4 for external driver adapters.

$25 for a pre-programmed Grbl_ESP32 to your requirements.

They would be sold via PayPal for a while....then Tindie

contact me via bdring buildlog.net

tgirard commented 4 years ago

Thanks Bart,

Buildlog.net is not co-operating

Can you please just send me a link where I can put the order in and paypal you?

Thanks

-Tim

From: bdring [mailto:notifications@github.com] Sent: Tuesday, August 18, 2020 6:13 PM To: bdring/6-Pack_CNC_Controller 6-Pack_CNC_Controller@noreply.github.com Cc: tgirard tgirard@usa.net; Comment comment@noreply.github.com Subject: Re: [bdring/6-Pack_CNC_Controller] Getting ready to sell a few (#24)

Here is the price and availability right now.

$45 for the 6 Pack Motherboard

$20 for the 4x Input Module $20 for the RS485 Module $18 for the 0-10V Spindle Module (no stock yet, on order, delivery TBD) $12 for the Relay Module $11 for the 5V Output module (no stock yet, on order, delivery soon) $10 for the RC Servo / BESC module $4 for external driver adapters.

$25 for a pre-programmed Grbl_ESP32 to your requirements.

They would be sold via PayPal for a while....then Tindie

contact me via bdring buildlog.net

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bdring/6-Pack_CNC_Controller/issues/24#issuecomment-675795316 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ADNS7ENHDZMXH75KT2PTE2LSBMRJ3ANCNFSM4QCSB6SQ . https://github.com/notifications/beacon/ADNS7EJEDE6HH6ZXGQP5JDDSBMRJ3A5CNFSM4QCSB6S2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFBD5C5A.gif

bdring commented 4 years ago

Contact me via DM on Slack. Here is an invite link

xP373Rx commented 4 years ago

I was looking for a board like that for a while.. Im running grbl on my cnc with esp32 and i love the simplicity of uploading and working with it. I also own 2 3d printers. Which i would like to use esp32 on. I got marlin compiled for esp32 and its running but esp simply has to few IOs if you have more then 3 axes and extra sensors. You could basically make some mosfet and thermistor modules and make a great wifi printer board out of that. Current solutions work with serial wifi modules which are rly slow on upload. It would be a true board for all cnc and printer nerds ;> As for display , you can use serial and existing marlin compatible displays. Marlin already supports lucs webinterface. the only thing that needs to be added is support for your modules.

Great work on the GRBL port >;