We need a different sort of 'RAMPS' boards!

original post is here:
https://reprap.org/forum/read.php?219,887227
contents reposted

These days there are large number of 32 bit ‘development boards’ e.g. mostly ARM based STM32 and various NXP and some from Atmel. TI, and not to miss out Raspberry Pico etc.
You could find examples of stm32 boards here

You can find various of these boards from say marketplaces like Aliexpress, Amazon, Ebay etc. Then there are others like those (micro)python boards running STM32, ST itself offers various ‘Nucleos’ and ‘Discovery’ boards. Offerings from Olimex https://www.olimex.com/Products/ARM/, https://www.olimex.com/Products/ARM/ST/, maybe others from Adafruit, Sparkfun etc

The good thing about them is that most of them are Arm Cortex-M based microcontrollers and there are already a large base of existing support for those mcus e.g. in Marlin etc.

One common thing about all these ‘development boards’ is most (about all) of them do not share a same pinouts nor physical layouts (even for the same MCU).
This pretty much invalidates the concept of ‘shields’, and the replacing concept is connecting cables (e.g. ‘dupont’ cables)

Are there any efforts to make a ‘RAMPS’ board, which pretty much sports the same motor control and other peripherals e.g. mosfets, temperature sensor connectors, endstops connectors, maybe these days things that could be added could include:

  1. on board power supply - preferably a relatively well powered bucks converter such as LM2596 https://www.ti.com/product/LM2596
    this on board power supply would need to provide power to the ‘controller board’ as well as drive other power hungry pheriperials such as a servo motor for bed tramming.
    possibly needing more than 1 voltage levels as well, e.g. both 3.3v and 5v. e.g place a ‘ldo’ between 5v and 3.3v rail.

  2. interfacing for 3.3v to 5v (or some other (higher) voltages) - this is a pain with 3.3v microcontrollers really. Nearly all of them requires a level shifter (e.g. those 74HCTxxx as level shifters) to drive 5v logic level mosfets. this prossibly needs to be better thought out as well as we’d need to be able to better adjust the Vgs operating points for the mosfets. the resistances of pcb ‘heated beds’ are pretty much unpredictable these days.

  3. possibly add other peripherals on board that has become popular with the ‘standard model’ of 3d printers. e.g. servo drivers and sensors for bed tramming (auto levelling), probes such as filament run-out sensors, filament change support, fans, leds, etc.

  4. one common thinking is that these days 3d printers should after all be enclosed, not so much for the prints, but that 3d printing has emissions
    https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4917922/
    so it is good to think in terms of support for an enclosed environment, such as those ‘tent’ style enclosures. that is where led (it is often dark in the enclosure) and possibly additional temperature sensors may become relevant as well.
    edit: in that ‘tent’ there would likely be this little ‘air purifier’ as well
    Air Filter Purifier Cleaner for 3d Printer Active Carbon HEPA Dust Filtration Health 80mm Fan Affordable No Smell by Maurice94 - Thingiverse
    so this fan may be wired to the controller board as well

  5. and most important, it is no longer shields but that most likely the interfacing connectors are ‘dupont’ pins, and connectivity between the ‘RAMPS’ board and ‘controller’ boards would be cables such as ‘dupont’ wires. it seemed it has become rather common that on boards it is ‘male’ pins, and all connecting cables using ‘female’ pins and shells.

RAMPS has pretty much become a ‘standard model’ of a 3d printer at least a ‘virtual’ one.

the idea is to have a generic board of these most commonly used peripherals on its own board so that this ‘RAMPS’ board can be connected to any development boards.

edit and add:
i’m kind of hoping that Pololu and maybe together with Adafruit, Sparkfun, Prusa et.al. maybe others can band to define this '3d printing common standard board - motor controllers, mosfets, 100k thermistors, endstops, … ', taking a cue from that iconic RAMPS 1.4 https://reprap.org/wiki/RAMPS_1.4

which in turn is based around the iconic Pololu stepper drivers
https://www.pololu.com/category/120/stepper-motor-drivers

that has come to define the ‘standard model’ of a 3d printer. The idea is to make this ‘standard model’ board so that we can take just about so many of those ‘development boards’ (say stm32 ones) connect that to this ‘standard model’ 3d printer board, connect all the motors and sensors, and the 3d printer starts running again.

and the ‘iconic’ 3d printers are the Prusa I3

and
https://www.creality.com/goods-detail/ender-3-3d-printer

the ‘iconic’ firmware

sidenote:
i’m in fan of stm32duino
https://www.stm32duino.com/
it has its roots in

but that today it has evolved into a *duino around stm32 ‘development boards’
with large number of offerings from different vendors, manufacturers
the idea is to take the stm32 boards, match with this ‘generic “ramps” board’, replace that 3d printer controller