Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcel-licence/ml_synth_pwm_osc_example


https://github.com/marcel-licence/ml_synth_pwm_osc_example

arduino audio esp32 esp8266 rp2040 samd21 stm32 synthesizer teensy

Last synced: about 3 hours ago
JSON representation

Awesome Lists containing this project

README

        

ml_synth_pwm_osc_example


pulse oscillator with pulse width modulation using the ML_SynthTools library (little example arduino project)



project picture

link to the video

This project is an example supporting different platforms:
- ESP32
- Teensy 4.1 (imxrt1062)
- Daisy Seed (cortex-m7) (does compile but execution does not work)

The required library can be found here: https://github.com/marcel-licence/ML_SynthTools

Supported versions of board library
---
- ESP32 version 1.0.6 from https://github.com/espressif/arduino-esp32/releases/tag/1.0.6
- ESP32 version 2.0.2 from https://github.com/espressif/arduino-esp32/releases/tag/2.0.2
Please be aware that other versions might be not supported.

More information will be available in future