Code Monkey home page Code Monkey logo

esp32cloud's Introduction

ESP32 Cloud

SD card storage accessed wireless in LAN via HTTP server running on ESP32 and locally via a joystick and an OLED display.

Components

  • ESP32 board ๐ŸŒ
  • SD card reader SPI
  • SSD 1306 SPI OLED display ๐Ÿ“บ
  • AT24C256 I2C EEPROM memory module
  • Joystick ๐Ÿ•น๏ธ
  • Jumper Wires

Project

Usage

The user can navigate through folders and files of the SD card by using the joystick.

Configuration stored in external EEPROM module

The Access Point's credentials are stored in the AT24C256 256Kb memory.
They are stored at adresses 0x1337 and 0xbeef.

Project

Controls ๐Ÿ•น๏ธ

  • Left: go back one directory
  • Right / Press: if the selected is a directory navigate to it
  • Up: scroll up
  • Down: scroll down

FolderStructure

If a folder is empty, an appropiate message is displayed.

EmptyDirOled

Since the project is meant to be a cloud, the files can also be accessed from a browser via the running HTTP Server.
When entering the root page of the server, together with a welcome message, the file structure of the root folder is presented. Folders have a folder emoji next to them and their name is a link, which when it is clicked redirects the player to a page containg that folder's file strucure. When we want to navigate back to a folder we simply press the back button of the browser.
WebMainPage

Images also have a specific emoji next to them. WebImageEmoji

If a folder is empty, a specific message is displayed on the webpage. WebEmptyFolder

esp32cloud's People

Contributors

andreicadar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.