Skip to content

Code to FAFO esp-ifd v5.1/Arduino Core 3.0 RMT functionality

Notifications You must be signed in to change notification settings

schwefeljm/RMTSandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RMT Sandbos

Code to FAFO esp-ifd v5.1/Arduino Core 3.0 RMT functionality

Notes

  • using uint64_t does not work. waveform goes batshit.

Getting Started

Dependencies

  • ESP-IDF is required.

Installing

  • ESP-IDF

  • RMTSandbox

    • git clone locally
    cd RMTSanbox
    mkdir -p components && \
    cd components && \
    git clone https://github.com/espressif/arduino-esp32.git arduino && \
    cd arduino && \
    git submodule update --init --recursive && \
    cd ../..
    
    • Select your MCU and serial port
    • manually edit your sdkconfig file:
      • Find: CONFIG_FREERTOS_HZ=100
      • Replace with: CONFIG_FREERTOS_HZ=1000
    • Run idf.py menuconfig or click gear icon at bootom

Executing program

  • How to run the program
  • Step-by-step bullets
code blocks for commands

Help

Any advise for common problems or issues.

command to run if program contains helper info

Authors

Contributors names and contact info

Jason M. Schwefel

Version History

  • 0.1
    • Initial Release

License

This project is licensed under the GPL License - see the LICENSE.md file for details

About

Code to FAFO esp-ifd v5.1/Arduino Core 3.0 RMT functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published