26 08, 2023

I plan to use my Arduino-compatible board as Serial SPE host controller. Do you have any libraries?

2023-08-26T10:56:49+10:00Categories: , |

Yes. We have different libraries you can download and use from our Github account.

Each 4D graphics processor requires a dedicated library. Here are the Serial SPE Arduino libraries available:

If you are planning to use Arduino IDE, it might be simpler to use their built-in Arduino library manager.

Go to Sketch -> Include Library -> Manage Libraries to open the library manager, simply search for the corresponding Serial Arduino library and install it.

Note: If you install Workshop4 on a computer with Arduino installed, Workshop4 installation will also unpack the Serial SPE libraries to Arduino’s library directory.

26 08, 2023

I plan to use my Raspberry Pi as Serial SPE host controller. Do you have any libraries?

2023-08-26T10:55:40+10:00Categories: , |

Yes. We have different libraries you can download and use from our GitHub account.

Each 4D graphics processor requires a dedicated library. When using a Raspberry Pi, you can choose to use the Linux libraries or the C libraries for Serial SPE.

Here are the Serial SPE C libraries available:

Here are the Serial SPE Linux libraries available:

Go to Top