Skip to content

All the code examples from the CardanoThings.io workshops.

Notifications You must be signed in to change notification settings

CardanoThings/Workshops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CardanoThings Workshops - Code Examples

This repository contains all the Arduino code examples from the CardanoThings workshops. These examples are organized by workshop and can be used directly in the Arduino IDE.

📚 Workshop Documentation

For complete tutorials, step-by-step instructions, and detailed explanations, visit the workshops on cardanothings.io:

📁 Repository Structure

Workshop-01/
  examples/
    blink-code/
    wifi-code/
    koios-api-code/
Workshop-02/
  examples/
    wallet-balance-code/
    blockfrost-code/
    tft-display-code/
    formatted-display-code/
    relay-code/
    led-code/
    epoch-clock-code/
    simple-epoch-code/
...

Each example folder contains:

  • *.ino - Arduino sketch file (ready to open in Arduino IDE)
  • README.md - Documentation and usage instructions

🚀 Getting Started

  1. Install Arduino IDE - Download from arduino.cc
  2. Install ESP32/ESP8266 Board Support - Follow the setup guide in Workshop 01
  3. Open an Example - Navigate to any workshop folder, open the example folder, and double-click the .ino file
  4. Follow the Workshop - Visit the corresponding workshop page on cardanothings.io for detailed instructions

📖 Using the Examples

Each example is designed to work with the Arduino IDE. Simply:

  1. Open the .ino file in Arduino IDE
  2. Install any required libraries (instructions in each example's README)
  3. Update WiFi credentials and other configuration as needed
  4. Upload to your microcontroller

🔗 Links

📝 License

These code examples are provided as part of the CardanoThings educational workshops. Feel free to use, modify, and share them for learning and building your own projects.

🤝 Contributing

Found a bug or want to improve an example? Contributions are welcome! Please open an issue or submit a pull request.


Happy Building! 🎉

About

All the code examples from the CardanoThings.io workshops.

Topics

Resources

Stars

Watchers

Forks