What's the demo sketch for the latest/current Uno R4 WiFi, and is it available in any of the GitHub repos?
I recently purchased one for a project, and the factory installed demo sketch runs an LED matrix animation which features a heart, a snake game, and (I think) the Arduino "infinity" logo.
I'd like to get a copy of this sketch before overwriting it.
Hi @wombatonga. I see @UKHeliBob already provided the answer while I was writing my reply, but since mine contains a bit more information I'll post it anyway:
The factory sketch is provided as one of the examples of the "LED_Matrix" library. That library is bundled with the installation of the "Arduino UNO R4 Boards" platform that adds support to Arduino IDE/Arduino Cloud Editor for the UNO R4 WiFi board.
If you are using Arduino IDE, you can open it by the following procedure:
Select Tools > Board > Arduino UNO R4 Boards > Arduino UNO R4 WiFi from the Arduino IDE menus.
Select File > Examples > LED_Matrix > MatrixIntro from the Arduino IDE menus.
If you are instead using Arduino Cloud Editor, you can open it by the following procedure:
I'm coming back from years ago. I had the same issue. The shipped R4 Wifi sketch was a heart morphing into an ekg, infinity back to a heart. Hard to believe one of the moderators haven't answered where in the hell you can find it......
Install Arduino_NetworkConfigurator through Library Manager if it is not already installed.
Paste the sketch into a new window.
Click Upload.
The BLE_AVAILABLE mode is the one associated with the heart/infinity-style “snake” animation followed by the beating heart. The animation was originally part of the board’s provisioning program, which is why it does not appear as the standard LED_Matrix → MatrixIntro