Skip to content

elgron-eon/eon-esp32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eon-esp32

EON cpu system with ESP8266/ESP32. An emulator is included. This is a very simple 32 bit EON cpu system, with 8KB ROM and 32/128KB RAM. The estimated clock frecuency is about 8MHz.

hardware parts

  • esp8266 or esp32
  • DS1307 serial RTC, I2C, 3.3 or 5v
  • breadboard, one resistor and dupont wires

build

Prerequisites:

to build emulator, just type make
to build arduino image, type make compile
and finally type make upload && make com to enjoy your system !

diagram

check the gallery images. There are 3 components, from left to right:

  • RTC clock
  • MCU
  • SPI card reader

gallery

foto1

esp8266 pinout

  • i2c bus: pin20(SDA) pin21(SCL)
  • spi bus: pin52(SCK) pin50(MISO) pin 51(MOSI) ping 53(SS active low)

rtc pinout

    unconnected -+
    unconnected -+
            SCL -+
            SDA -+
            VCC -+
            GND -+

About

EON system with ESP8266/ESP32

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages