I am interested in the RAK3312 with its esp32s3+sx1262. I see that it comes with Meshtastic pre-installed. I am wondering can the pre-installed software be replaced with standard Arduino framework, since the esp32s3 is supported by Arduino. I have used the RAK4631 which came pre-installed with RUI. Through a couple of scripts, I was able to replace RUI with the standard Arduino frame work and was able to do all my development using arduino-cli and IDE. I normally use macOS for development, but could use windows if needed for replacement
Yes, you can replace the pre-installed Meshtastic firmware on the RAK3312 with the standard Arduino framework. The ESP32-S3 is fully supported by Arduino, so you can develop using Arduino IDE or arduino-cli.
This is a very straight forward process since Arduino supports ESP32 boards by default. Just ensure you use the latest version of Arduino ESP32 so that you can see RAK3112 on the board selection. You can use the attached guide as reference.