I’ve been looking for Synthing running on ESP32 (Arduino) devices. For those not-familiar with the devices, they basically cost between 5 to 10 euros and come with WiFi, bluetooth and a USB port for power and uploading programs.
In addition, some boards come with storage card support up to a few gigabytes. So they’re fairly nice as file sharing/sync devices since they also permit usage as hotspot points.
Since the programming language is Go, can understand why it hasn’t been ported to Arduino so easily. But has someone here tried it before or would be interested in coding it? Thank you.
I doubt go (and syncthing) will ever run on bare metal. However, if u r able to lift up requirements and and run linux on it, I think you can run syncthing on it.
From my own experience: I bought a MIPS-based vo-code device and was able to cross-compile and run syncspirit on it.
Interesting, but with just a 32-bit single or dual-core configuration and 520KB (a bit of an odd choice) of RAM, both the OS and Syncthing are going to require a lot of tuning to eek out mediocre performance.
Syncing a few hundred small files, perhaps a few thousand might be bearable, but hashing larger files or tens of thousands of small files is going to be a steep climb.
Search this forum for earlier threads regarding Raspberry Pi, Orange Pi and other similar SBCs that have significantly more horsepower than the ESP32 for some insight into whether or not it’ll be a viable solution.
Thanks, but raspberry pi or similar are just expensive. Interesting enough an android phone in second hand running syncthing would be far cheaper and already come with peripherals such as Wi-Fi, bluetooth, battery and even a touch-screen display for 20 euros if needed.
Fully understand the limitation of larger files. In the end this might be the deal breaker that does not permit (yet) to use syncthing.
With almost 1,000x more RAM (512MB) and a 64-bit ARM-based CPU, the official Syncthing binaries will work out-of-the-box. You just need to do some performance tuning for Syncthing and Linux.
As for used smartphones and tablets, it’s what I use.
I’ve purchased brand new, older model, phones for less than $20. Most Android phones support USB OTG so not having a micro SD card slot isn’t necessarily an issue.