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

Arduino Audio Tools – Playing Audio with Http Post

Recently a user was trying to use http to post some audio to be played on a microcontroller with the help of my Audio Tools. This project contains some simple http server implementation, but only for playing audio that is generated by a microcontroller on a webbrowser. However, quite some Read more…

By pschatzmann, 2 years2. November 2023 ago
Arduino

Arduino Audio Tools – Sending Audio to your Mobile Phone using VBAN

For quite some time I was looking for an easy way to send some audio to some mobile devices w/o having to write my own mobile application. That’s when I found VBAN. They have some free app (and some payed ones that are reasonably priced) and publish their protocol. So Read more…

By pschatzmann, 2 years22. October 2023 ago
Arduino

Arduino Audio Tools: FAAD AAC Decoder

This week I was looking into the FAAD AAC Decoder and tried to make it work on the ESP32. I was struggling quite a bit with the memory requirements and I could only make it work with a stack of 60k and by using PSRAM. So to fulfill the stack Read more…

By pschatzmann, 2 years12. September 2023 ago
Arduino

Arduino Audio Tools: UNO R4 & VS1053 MP3 Shield

Today I was receiving my ordered VS1053 MP3 Shield and I was curious about it’s integration with my Arduino Audio Tools Library using the Arduino UNO R4. MP3 Streaming The first thing I tried was the MP3 Streaming sketch. It was working – a kind of. Unfortunately the WIFI is Read more…

By pschatzmann, 2 years15. July 2023 ago
Arduino

Arduino UNO R4 – Bar Charts on the LED Matrix

We can try to use a “Bar Chart” to display the result of FFT or the volume, so it is time to have a look at the built in LED Matrix. The basic API to update an LED is as follows: The LED API – Introduction #include “Arduino_LED_Matrix.h” ArduinoLEDMatrix matrix; uint8_t Read more…

By pschatzmann, 2 years14. July 2023 ago
Arduino

Arduino UNO R4: FFT using CMSIS DSP

In my Arduino Audio Tools library I am providing a common API to do FFT against different implementations. I was already testing some of the implementations. On ARM microcontrollers we can use the CMSIS DSP library which usually comes automatically with the Arduino Core. This is not the case for Read more…

By pschatzmann, 2 years10. July 2023 ago
Arduino

ESP32: Mixing A2DP with a Sine Signal

Today I got very upset by a discussion where a user replaced the original question with a misleading conclusion that mixing an A2DP sink with a sine signal was not possible! Unfortunately he also ignored some helpful comments by some other users. So in order to avoid any confusion I Read more…

By pschatzmann, 2 years8. July 2023 ago
Arduino

Arduino UNO R4 with an Analog Microphone

The easiest way to “record” audio with an Arduino UNO R4 is by using an analog microphone which can be connected to any analog pin. For my test I was using a MCP6022 Microphone Sensor. Arduino Sketch There are no surprises here because we can use the AnalogAudioStream as audio Read more…

By pschatzmann, 2 years30. June 2023 ago
Arduino

Audio with the new Arduino UNO R4

This week I received a brand new Arduino UNO R4 in my mail.It uses a Renesas 32 bit microprocessor and has 256 kB Flash and 32 kB RAM. It provides 1 DAC and 6 PWM pins. I got the version which also provides WIFI and a LED matrix. Unfortunately there Read more…

By pschatzmann, 2 years29. June 2023 ago
Arduino

ADPCM and WAV Files

At the very beginning of my Arduino AudioTools project, I was providing a codec for WAV files. It was just handling PCM audio, so it just needed to read or write the header and then could just copy the audio data. In my last blog, I was writing that the Read more…

By pschatzmann, 2 years21. May 2023 ago

Posts pagination

Previous 1 … 5 6 7 … 19 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
  • Arduino Audio Tools: Building a Simple DTMF Detector using Goertzel
  • Arduino Audio Tools: Pimping Up Resampling

Hestia | Developed by ThemeIsle