Author Topic: Smoothieboard V1, Smoothieware usage and Derived Clones  (Read 1675 times)

0 Members and 1 Guest are viewing this topic.

Offline beanflyingTopic starter

  • Super Contributor
  • ***
  • Posts: 7360
  • Country: au
  • Toys so very many Toys.
Smoothieboard V1, Smoothieware usage and Derived Clones
« on: April 19, 2021, 05:13:38 am »
Will start this topic off here as it is more about the Board/Firmware to get it to do something than how to make this Board produce a result (3DP, CNC, PnP etc). I had a good search around and there is no real thread for discussing the Board/Firmware. Specific final use cases are maybe better off in their own threads

Not wanting a discussion about the V2/Kickstarter and lengthy delays on shipping or excuses for that either best in it's own thread as it is a long way from this one in terms of design.

Links:   http://smoothieware.org/smoothieboard and the Github https://github.com/Smoothieware

Commonly derived Boards and Firmware.

https://cohesion3d.com/shop/controllers/cohesion3d-laserboard/ and custom firmware designed to suit Lightburn Laser Cutting software.

CLONE (Clown) possibly don't buy me warning eBay auction: #402589338799

to be added to as needed for links etc....

Coffee, Food, R/C and electronics nerd in no particular order. Also CNC wannabe, 3D printer and Laser Cutter Junkie and just don't mention my TEA addiction....
 

Offline beanflyingTopic starter

  • Super Contributor
  • ***
  • Posts: 7360
  • Country: au
  • Toys so very many Toys.
Re: Smoothieboard V1, Smoothieware usage and Derived Clones
« Reply #1 on: April 19, 2021, 05:26:39 am »
And the reason to consider starting a Smoothie thread I brought a Bad Clone  :horse: :palm: So partly as a warning to others in particular those with no SMD skills be careful buying a clone and test it fully before your Paypal protection runs out. At the time and still even now being able to buy a 'Real' Smoothieboard V1 is about as likely as tripping on Rocking Horse Poo.

When I received it over a year ago now with the plan to drop it into my Laser Cutter I downloaded a trialware version of the software and hooked it up and they both talked to each other so due to other things happening it went back in the box for later use. Now onto the last week time to get it out and get it installed.

BUT

It won't talk to the steppers at all using the smoothie or cohesion firmwares in spite of it hooking up to Lightburn and seemingly handling firmware upgrades as it is supposed to. After much pulling of the hair and blaming the Firmware and much Google trawling this random topic turns up. It is a hardware problem.

https://forum.makerforums.info/t/aliexpress-fysetc-smoothieboard-v1-1-mcp4441-issue/77926

And putting the board under the lens sure enough it has the same WRONG two Quad Digital Pots fitted  |O Turns out for reasons unknown the muppets concerned deviated from the Open Sourced BOM and used 100k 7 bit Pots instead of the 50k 8 bit ones. Likely an availability issue more than saving $0.10 but  :-//

Luckily they are a common footprint so it is just a case of read the BOM and go buy $3 worth of bits and then get my head around reworking 20 pin TSOP packages to fit them I hope....

Parts are inbound so then remove the two MCP4441-104 7 bit 100k and fit the two MCP4461-503E/ST 8 bit 50k packages.
« Last Edit: April 19, 2021, 08:47:36 am by beanflying »
Coffee, Food, R/C and electronics nerd in no particular order. Also CNC wannabe, 3D printer and Laser Cutter Junkie and just don't mention my TEA addiction....
 
The following users thanked this post: AmnevaR

Offline phil from seattle

  • Super Contributor
  • ***
  • Posts: 1029
  • Country: us
Re: Smoothieboard V1, Smoothieware usage and Derived Clones
« Reply #2 on: April 20, 2021, 02:43:47 am »
For laser cutters, consider grblHAL.  I sell a board based on the Teensy 4.1 that runs laser cutters super fast. Several customers have replaced smoothies with it. Works with Lightburn.  https://www.tindie.com/products/philba/grblhal-breakout-board-unkit-for-teensy-41/
 

Offline technix

  • Super Contributor
  • ***
  • Posts: 3507
  • Country: cn
  • From Shanghai With Love
    • My Untitled Blog
Re: Smoothieboard V1, Smoothieware usage and Derived Clones
« Reply #3 on: April 27, 2021, 08:24:30 am »
Since it is open source, if you want a clone, just don't buy those pre-made ones, be a good hacker and make your own. JLCPCB has ran those $2 PCB ads for a while already.
 

Offline beanflyingTopic starter

  • Super Contributor
  • ***
  • Posts: 7360
  • Country: au
  • Toys so very many Toys.
Re: Smoothieboard V1, Smoothieware usage and Derived Clones
« Reply #4 on: April 27, 2021, 08:32:02 am »
Since it is open source, if you want a clone, just don't buy those pre-made ones, be a good hacker and make your own. JLCPCB has ran those $2 PCB ads for a while already.

Might be a better option as the stock of 'Smoothie original' ones is about zero. The issue is getting small quantities of all the IC's for the job as supplies of a lot of the bits are hard to come by at present. Even getting the correct pots was a none at Mouser and E14 and one of the two options only at Digikey for example.

Digital pots and the bits for the job on mine arrived yesterday and the bench got a good clearing today so I have room to move and swap them over in the next day or two.
Coffee, Food, R/C and electronics nerd in no particular order. Also CNC wannabe, 3D printer and Laser Cutter Junkie and just don't mention my TEA addiction....
 

Offline technix

  • Super Contributor
  • ***
  • Posts: 3507
  • Country: cn
  • From Shanghai With Love
    • My Untitled Blog
Re: Smoothieboard V1, Smoothieware usage and Derived Clones
« Reply #5 on: April 27, 2021, 08:53:59 am »
Digital pots and the bits for the job on mine arrived yesterday and the bench got a good clearing today so I have room to move and swap them over in the next day or two.
I wonder what are those digi-pots for? Also I wonder if it is possible to replace those digi-pots with DACs?
 

Offline beanflyingTopic starter

  • Super Contributor
  • ***
  • Posts: 7360
  • Country: au
  • Toys so very many Toys.
Re: Smoothieboard V1, Smoothieware usage and Derived Clones
« Reply #6 on: April 27, 2021, 09:01:04 am »
The are more or less an 8 bit DAC depending on how you wire them I guess. Roughly they take their input from the Micro and use their output to set the current limit for the Stepper drivers instead of the more common manual pots on the Ramps style boards. If you wanted to rewrite parts of the firmware to suit then a DAC or use the KISS option and a Pot works fine. To avoid the firmware and compatibility issues with other software best to follow the recipe here I guess which is were the clone went wrong  :horse:
Coffee, Food, R/C and electronics nerd in no particular order. Also CNC wannabe, 3D printer and Laser Cutter Junkie and just don't mention my TEA addiction....
 

Offline technix

  • Super Contributor
  • ***
  • Posts: 3507
  • Country: cn
  • From Shanghai With Love
    • My Untitled Blog
Re: Smoothieboard V1, Smoothieware usage and Derived Clones
« Reply #7 on: April 27, 2021, 09:09:41 am »
The are more or less an 8 bit DAC depending on how you wire them I guess. Roughly they take their input from the Micro and use their output to set the current limit for the Stepper drivers instead of the more common manual pots on the Ramps style boards. If you wanted to rewrite parts of the firmware to suit then a DAC or use the KISS option and a Pot works fine. To avoid the firmware and compatibility issues with other software best to follow the recipe here I guess which is were the clone went wrong  :horse:
What I mean is, they do need the pots for LPC1700 series. Had they went with STM32F103 which has built-in 2-channel DAC, maybe the cheaper option would be using that built-in DAC and a few op amps to distribute that voltage out.
 

Offline beanflyingTopic starter

  • Super Contributor
  • ***
  • Posts: 7360
  • Country: au
  • Toys so very many Toys.
Re: Smoothieboard V1, Smoothieware usage and Derived Clones
« Reply #8 on: April 27, 2021, 09:24:12 am »
Apart from buying one (clone) I hadn't really followed the project before but it dates from 2015-16 from memory so maybe the STM release was after? The V2 which hit kickstarter a year ago (still to be delivered) has gone a fairly different again and worthy of a separate thread when it is released. For a one off I was looking for a solution to link an existing Laser to Software (Lightburn) so I didn't want a 'project'.
Coffee, Food, R/C and electronics nerd in no particular order. Also CNC wannabe, 3D printer and Laser Cutter Junkie and just don't mention my TEA addiction....
 

Offline Doctorandus_P

  • Super Contributor
  • ***
  • Posts: 3356
  • Country: nl
Re: Smoothieboard V1, Smoothieware usage and Derived Clones
« Reply #9 on: May 03, 2021, 08:01:23 pm »
Some years ago I put GRBL into a "Blue Pill" hacked together as a one-off on matrix board and good old 74ls244 buffers to drive optocouplers in beefy stepper motor drivers. Works quite nicely.

Then came the race to the bottom which was lost by the blue pill and I bought a bunch of WeAct Black Pills with an STM32F411 and am now experimenting with grblHAL on it.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf