hpr3403 :: Forth on microcontrollers
A little more about forth and a couple of chapters in the novel of my life
Hosted by Brian in Ohio on Wednesday, 2021-08-18 is flagged as Clean and is released under a CC-BY-SA license.
programming, history, arduino.
(Be the first).
The show is available on the Internet Archive at: https://archive.org/details/hpr3403
Listen in ogg,
spx,
or mp3 format. Play now:
Duration: 00:22:21
general.
microlisp
lisp on avr microcontrollers (and others)
https://www.ulisp.com/ben eater
https://eater.net/computer on breadboards
https://6502.org/forth on avr microcontrollers
- eforth https://forth.org/eforth.html
- amforth https://amforth.sourceforge.net/
- flash forth https://www.flashforth.com/
incantations
sudo avrdude -c usbtiny -p m328p -e -U flash:w:uno.hex:i -U eeprom:w:uno.eep.hex:i
sudo avrdude -c usbtiny -p m328p -e -U flash:w:uno.hex:i -U eeprom:w:uno.eep.hex:i
sudo avrdude -P usbtiny -p m328p -e -U efuse:w:0x05:m -U hfuse:w:0xD9:m -U lfuse:w:0xFF:m