A general purpose ESP32 IOT board for the Apple IIe
Go to file
2021-09-07 14:50:25 -07:00
card Card work: Diode, no more DEVSEL support, A8-10 grounded, and more 2021-09-07 10:34:13 -07:00
data going to silver city 2021-08-18 17:08:46 -07:00
examples nonsense 2021-09-03 20:42:11 -07:00
lib/Apple2Idiot Low level ESP ram functions into Apple2Idiot arduino library 2021-09-03 20:12:18 -07:00
media ESP w/ webserver writes to RAM 2021-07-31 11:01:54 -07:00
old bottle house work 2021-08-25 11:24:01 -07:00
reference Parts notes, datasheets, etc 2021-07-16 20:45:45 -07:00
.gitignore added .gitattributes to .gitignore 2021-09-07 11:14:02 -07:00
apple2idiot.ino Cleaned up rot13 example, and misc catchup from laptop 2021-08-31 14:05:15 -07:00
LICENSE Initial commit 2021-06-30 14:40:07 -07:00
notes.md Low level ESP ram functions into Apple2Idiot arduino library 2021-09-03 20:12:18 -07:00
README.md improved readme 2021-09-07 14:50:25 -07:00

apple2idiot

A general purpose ESP32 IOT board for the Apple IIe

Things are in the early stages of development, but it is working. The card contains an ESP32 which gives the Apple II access to wifi and bluetooth. It does not provide a TCP stack. Think of this as being more like making your Apple II an IOT device.

Status

The Card

This is actively being developed (as of September 2021). The rev 0.1 board doesn't work without some bodge wires

Rev 0.2 boards are going to be ordered sometime this month.

The Apple II Software

None of the Apple //e code is up yet because I don't have a way to transfer it from my 5.25 floppies to here. But all of this is underway.

The Card Software

The ESP32 can be programmed using whatever you want. For example, you can use the Arduino IDE/C++ or you can use Lua, or Espressif's environment. Example Arduino programs are in the repo under examples.

Some of the example programs that have been developed so far

  • Get current weather conditions for a city.
  • Select Wifi AP.
  • Dedicated rot13 string encoder.

What could be done with an Apple2Idiot card?

Here are some things I'm interested in making work...

  • Prodos clock driver (NTP -> ESP -> Prodos)
  • Home automation using MQTT
  • Peer-to-peer local area chat/games using ESPNOW or something similar
  • Wikipedia access

Want to help?

There are lots of jobs both little and big and hard and easy for someone looking for a project to join. Take a look at the list above for ideas. Feel free to email me at nathanhendler@gmail.com.