Skip to content

Using Your Meatloaf

datarunners edited this page Jan 14, 2024 · 26 revisions

Its time to have fun!

You have been patient and acquired the parts from China and built and tested your device. Now we're going to show you what it can do.

Connect to your WiFi

If you configured your platformio.ini file, you can skip this step, however if you need to connect to your WiFi, use the following Commodore basic command:

OPEN1,30,15,"SETSSID:MYSSID,MYPASSWORD";CLOSE1

After It connects, it will persist on future reboots. To verify you're connected, try to connect to the Meatloaf.cc server on the internet. It's programmed in shorthand on your device.

LOAD"ML:$",8  // This will load the file directory on the Meatloaf server

Traverse your files

Load Some Stuff

Connect the Meatloaf's Server

Connect to other servers

Connect to BBSes

Clone this wiki locally