Giter Club home page Giter Club logo

fivebyfive's Introduction

"Five by Five"

Multilingual code for a 01Space 5x5 Neopixel RISC V board (ESP32-C3FH4 with USB-C) - sometimes called a "bedazzled" or "bejazzled" ESP32-C3!

fivebyfive

Background

It all started with this Tweet from @GeekMomProjects...

This repo started as a set of MicroPython experiments. The goal of this project now, is to aggregate information, and different examples, to enable the community to learn about and use the ESP32-C3FH4-RGB board.

Requirements

  • the board, available to purchase via Banggood
    • a USB-A to USB-C data cable will not work with USB-C to USB-C

Contents

  • arduino/ updated version of the original Arduino code for the board (may need to populate via git pull --recurse-submodules). This pulls in my fork of the upstream original project so that I can send updates as needed.
  • micropython/ MicroPython code examples, and board definition for building your own MicroPython firmware.
  • tinygo/ TinyGo code examples.

Each language subdirectory contains more information specific to build and usage of the code.

  • images/ various images to illustrate functionality and the board itself
  • reference/ annotated images and schematics. The included schematic diagram has been kindly supplied by Jiale Xu of 01Space (this is also available in the original Arduino project)

More information

  • various learnings in the notes
    • good source of information on what works / is broken
    • many todos and ideas listed, contributions welcomed!
    • will be organised into a GH wiki soon...
  • YouTube playlist showing some of these samples

Images

01Space board

01Space board reverse

Annotated board

More images in images/, PDF/JPEG reference cards and schematic in reference/

License

MIT License Copyright (c) 2022 Andy Piper; some code samples may carry alternative licenses.

Contributing

If you'd like to get involved or ask questions, please use the Discussions.

For code and documentation, see Contributing, and follow the Code of Conduct. Thanks!

fivebyfive's People

Contributors

andypiper avatar codepope avatar cymplecy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

fivebyfive's Issues

Micropython aht20-test example is broken

Running the aht20-test script on this 5x5 board with MicroPython 1.20.0 generates

Traceback (most recent call last):
File "", line 12, in
File "/lib/ahtx0.py", line 47, in init
File "/lib/ahtx0.py", line 56, in reset
OSError: [Errno 116] ETIMEDOUT

This gets printed immediately as soon as the script tries to create the sensor by calling ahtx0.AHT20(i2c) so this might be a bug in ahtx0.

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.