Phil Schatzmann

  • Blogs
    • Arduino
    • Data Science
    • Machine Sound
    • Machine Learning
    • Quantitative Trading
    • EDGAR
    • 3D Printing
    • Infrastructure
    • Other Topics
  • Projects
    • The Synthesis ToolKit (SKT) Library for Arduino
    • Investor
    • Smart EDGAR
    • OpenSCAD Kernel
    • News Digest
    • Zolldokumente.ch
    • SwissQR
  • Login
  • Subscribe

Machine Sound

Arduino

Using the ESP32 LyraT Audio Board with Arduino

After using the AI Thinker AudioKit I wanted to make sure that my libraries also work with the ESP32 LyraT Board from Espressif. There were basically just 2 stumbling blocks: Deploying Code: From the AudioKit I was used that I can plug in the UART cable and upload the code Read more…

By pschatzmann, 3 years24. January 2022 ago
Arduino

Using the SAM TTS Engine with the Audiokit

I decided to use my SAM TTS Library with the AI Thinker Audio Kit. Unfortunately I found quite some bugs in my library that I needed to correct first, but now it is working as expected. Here is the Arduino Sketch #include “sam_arduino.h” #include “AudioTools.h” #include “AudioLibs/AudioKit.h” AudioKitStream kit; SAM Read more…

By pschatzmann, 3 years29. December 2021 ago
Arduino

Microcontrollers and Apple MIDI

My Arduino MIDI Library is using Arduino Streams as a basic design feature and therefore it supports Bluetooth, TCP/IP and UDP. I am usually programming on an old Macbook, so I was wondering if I can extend my library to support Apple MIDI as well. After some research I found Read more…

By pschatzmann, 3 years25. December 2021 ago
Arduino

Microcontrollers and MIDI – Using the Bluetooth Serial Interface

In one of my previous posts I gave an overview on how we can connect a microcontroller to a MIDI Device using a physical serial connection with the help of my Arduino MIDI Library. This solution is very similar, but replaces the physical connection with Serial Bluetooth This solution will Read more…

By pschatzmann, 3 years22. December 2021 ago
Arduino

Microcontrollers and MIDI – Using the Serial Interface

In one of my previous posts I gave an overview on how we can connect an microcontroller to a MIDI Device. The simplest solution is to connect the MIDI Keyboard to the PC and use a FTDI serial adapter to communicate with your microcontroller. Because the keyboard is only sending Read more…

By pschatzmann, 3 years22. December 2021 ago
Arduino

Microcontrollers and MIDI – An Overview

In this Blog I would like to look into the options how we can connect a microcontroller with a Midi Keyboard. MIDI is a communication protocol from the 1980s that connects musical instruments and computers. MIDI keyboards nowadays usually have USB support and offer a separate MIDI port. Some modern Read more…

By pschatzmann, 3 years21. December 2021 ago
Arduino

AI Thinker AudioKit – A simple Synthesizer with STK

As you might know from my last posts I am currently extending my Arduino Audio Tools library to support the AI Thinker Audio Kit which is based on the ES8388 audio chip. I didn’t do much with my Arduino STK project lately, so I think this is the perfect opportunity Read more…

By pschatzmann, 3 years21. December 2021 ago
Arduino

AI Thinker Audio Kit: Synthesizer to Bluetooth

In the last Blog, I have shown how to use the Synthesizer class. I wanted to verify the audio quality issue by sending the output to Bluetooth Here is the sketch. I just added a callback method to feed the bluetooth source: Arduino Sketch #define USE_MIDI #include “BluetoothA2DPSource.h” #include “AudioTools.h” Read more…

By pschatzmann, 3 years20. December 2021 ago
Arduino

AI Thinker Audio Kit: A Polythonic Synthesizer with the AudioTools Library

I have described in my last blog how to build a simple Synthesizer with my Arduino Audio Tools library to support the AI Thinker Audio Kit which is based on the ES8388 audio chip. In the meantime I have decided to wrap the described solution into it’s own Synthesizer class Read more…

By pschatzmann, 3 years19. December 2021 ago
Arduino

AI Thinker Audio Kit: Building a Simple Synthesizer with the AudioTools Library

As you might know from my last posts I am currently extending my Arduino Audio Tools library to support the AI Thinker Audio Kit which is based on the ES8388 audio chip. In my Arduino Audio Tools we have all ingredients to turn our ESP32 AudioKit into a simple synthesizer Read more…

By pschatzmann, 3 years17. December 2021 ago

Posts pagination

Previous 1 … 11 12 13 … 18 Next
Phil Schatzmann
Rue du Biais 24 B
1957 Ardon
Switzerland

phil.schatzmann@gmail.com

Categories
3D 3D Printed Planes 3D Printing Arduino Data Science EDGAR Infrastructure LogicAnalyzer Machine Learning Machine Sound News Digest OpenSCAD Kernel Other Topics Pico Projects Quantitative Trading RC Text To Speech
RSS RSS
  • Remote Control for the Arduino AudioTools AudioPlayer
  • A Http Live Streaming (HLS) Player with the Arduino Audio Tools

Hestia | Developed by ThemeIsle