A port of the Uxn virtual machine and Varvara environment to the Wio Terminal platform.
Install PlatforimIO Core if you want to use the command line only. It is also available as a plugin for several IDEs/editors (Emacs, vim, VSCode, Atom, etc).
git clone https://github.com/PasswordVault/uxn-wiot
cd uxn-wiot
pio run
563A
pre>
Rename wifi_credentials.sample.h to wifi_credentials.h and modify its contents. Idem for the configuration at the top of main.cpp. Wifi is used only to get time from an NTP server for the datetime device. You can comment out USE_WIFI if you dan't want to use it.
Then it is time to upload everything on the device :
pio run -t uploadfs
pio run -t upload
I will try to make it buildable with Arduino IDE as well in the future.
The roms must be in the "data" folder. (they are uploaded with "pio run -t uploadfs").
Console, screen, file, datetime, mouse (touch screen). More to come later !