SHWotever / SimHub

Multi sim dashboard, bass shaker driver, ....
http://www.simhubdash.com/
804 stars 98 forks source link

[Feature request] non ATmega256 Arduino support #1739

Open wotupfoo opened 3 weeks ago

wotupfoo commented 3 weeks ago

Is your feature request related to a problem? Please describe. ATmega is underpowered to do more complex tasks.

Describe the solution you'd like Change all the sketches and libraries to C\C++ instead of ATmega256 device specific code - like direct configuration of timer peripherals

Describe alternatives you've considered C\C++ based. STM32xxx, any ARM based Arduino, ESP32 to get Wifi and Bluetooth.

Additional context SimHub (and SimTools) interest in UNO Arduino started with the SMC3.ino sketch announcement on Dec 1 2013, over a decade ago. SMC3.ino was the turning point of DIY simrigs making motor control accessible to non-engineers. SimHub took that the next step by automating that from the user (great idea) - DisplayClientV2 is amazing Imagine how creative people could be having DisplayClientV2 working on a ESP32 to get bluetooth support!