8000 GitHub - PasswordVault/uxn-wiot: A port of the Uxn virtual machine to the Wio Terminal
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PasswordVault/uxn-wiot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uxn-Wiot

A port of the Uxn virtual machine and Varvara environment to the Wio Terminal platform.

How to build it

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

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").

Devices available

Console, screen, file, datetime, mouse (touch screen). More to come later !

About

A port of the Uxn virtual machine to the Wio Terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.7%
  • C 4.3%
0