Today I learned about the ORBTrace mini. Gotta get me a few of those! There’s a video explaining the related software, Orbuculum, over here (but it requires you signup for a free account and validate your email address to watch).
Category Archives: Software
Making Sure The Basement Stays Dry With An ESP8266
I have a new post on Hackaday: Making Sure The Basement Stays Dry With An ESP8266.
Web Dashboard And OTA Updates For The ESP32
I have a new post on Hackaday: Web Dashboard And OTA Updates For The ESP32.
MediaWiki upgrade for John’s wiki
I upgraded my John’s wiki today from MediaWiki 1.42.1 to 1.43.1.
Getting Started With ATtiny Configurable Custom Logic (CCL)
I have a new post on Hackaday: Getting Started With ATtiny Configurable Custom Logic (CCL).
Spence Konde (aka Dr. Azzy)
Spence Konde has some cool software over on his github: github.com/SpenceKonde.
Microchip PIC & AVR Examples
Microchip has a bunch of helpful code samples over on github: Microchip PIC & AVR Examples. 745 repositories! Oof.
Ten cent micro
I watched this fun video about how to use a ten cent microcontroller:
How To Easily Program The ATtiny85
This is a note for Future John. I found this no-nonsense video about how to program the ATtiny85 using an Arduino: How To Easily Program The Attiny85
MilliForth-6502, A Forth For The 6502 CPU
I have a new post on Hackaday: MilliForth-6502, A Forth For The 6502 CPU.
Some material was deleted by the editors so I have included it below for the archive.
The main code is the assembly code in sector-6502.s.
These are the commands I ran to take it all for a spin:
mkdir /tmp/milliForth-6502 cd /tmp/milliForth-6502 git clone https://github.com/cc65/cc65 cd cc65 make sudo make install cd .. git clone https://github.com/ShonFrazier/lib6502 cd lib6502 make sudo make install cd .. git clone https://github.com/agsb/milliForth-6502 cd milliForth-6502 touch out source do1 sector-6502 wc -c sector-6502.out hd sector-6502.out