wokwi / wokwi-features

Wokwi Feature requests & Bug Reports
https://wokwi.com
72 stars 17 forks source link

Controllino Boards *Feature* #540

Open Sandman1337 opened 1 year ago

Sandman1337 commented 1 year ago

Hi. Can you add Controllino boards? At my workplace, we use Controllino boards to test some of our products. It is an industrialized version of Arduino's platform. For example, the Controllino MEGA uses the same chip as the Arduino MEGA, but are built very differently. The Controllino also has relays built-in, and can be controlled with the library. If anything, the option to create and add the boards myself would be great!

For information about Controllino: https://www.controllino.com/ CONTROLLINO-MEGA-Pinout.pdf

I hope this would be possible, since this would make my life much easier at work. Thanks! CONTROLLINO-MEGA-Pinout.pdf

Sincerly, Simon

urish commented 1 year ago

Hi Simon!

If you want to try adding the board yourself, you can try creating a custom board (SVG file + JSON file) with the pin descriptions. You can find an example + instructions for testing here:

https://github.com/wokwi/wokwi-boards#readme

The option to create custom boards is pretty new, so there's not much documentation, but you can learn by looking at the existing boards in that repo. Here to help!

Sandman1337 commented 1 year ago

Alright, thank you a lot for the quick reply! I will look into this and try to create a custom Controllino board. If I manage to create one that works well, I will share it here in this thread. Wokwi looks very promising and will most differently help me with my projects!

Thank you for being so helpful!