ballertech.net




Sensor Status:
Connecting...
(300s Refresh)





2026-01-01: C64 Console with BASIC

C64-looking console now with BASIC interpreter provided by Josh Bell's JS-Basic project. Try some basic code - here is an example program inspired by Dave Plummer that showcases the SIN() function.


10 FOR A = 1 TO 1000 STEP .2
20 PRINT TAB(20+20*SIN(A));"O"
30 NEXT A
40 END
RUN

Also try this code in order to retreive sensor data injected into the BASIC interpreter by the webpage. The data is available in the N$(), V(), and U$() variables.

10 PRINT "SENSOR DATA"
20 PRINT "-------------------------"
30 FOR A = 0 TO MC -1
40 PRINT N$(A);TAB(15);V(A);U$(A)
50 NEXT A
60 END
READY.
RUN
COMMODORE 64 BASIC V2
64K RAM SYSTEM 38911 BASIC BYTES FREE

READY.
 

2025-12-23: Welcome!

Welcome to my personal page of intense doom! I will hopefully have some interesting projects posted in this space over the coming months. This site is mainly to show some of the projects I am working on in my spare time. I am mainly interested in remote sensing and communications projects right now, but am also curious about web assembly. The C64 emulator is particularly interesting as it runs in the web browser and is able to emulate one of my first computers - the venerable C64. More information to come on that!


2025-12-21: Merry Christmas!

Wishing you a Merry Christmas and a Happy 2026! Here is a picture from a car show this summer - the Corvette was looking awesome.







Total Page Views
...