Phil Schatzmann

  • Blogs
    • Arduino
    • Machine Sound
    • Text To Speech
    • Data Science
    • Machine Learning
    • Quantitative Trading
    • EDGAR
    • 3D Printing
    • Infrastructure
    • Other Topics
  • Projects
    • Arduino Audio Tools
    • Investor
    • Smart EDGAR
    • OpenSCAD Kernel
    • News Digest
  • Subscribe

Arduino

Arduino

The Synthesis ToolKit (STK) Library for the Arduino ESP32 – Supporting MIDI and BLE

I made the Synthesis ToolKit (SKT) available as Arduino Library. The Synthesis ToolKit in C++ (STK) is a set of open source audio signal processing and algorithmic synthesis classes written in the C++ programming language. STK was designed to facilitate rapid development of music synthesis and audio processing software, with Read more

By pschatzmann, 5 years28. September 2020 ago
Arduino

The Synthesis Toolkit (STK) Library for the Arduino ESP32 – Getting rid of Files

I made the Synthesis ToolKit (SKT) available as Arduino Library. The Synthesis ToolKit in C++ (STK) is a set of open source audio signal processing and algorithmic synthesis classes written in the C++ programming language. STK was designed to facilitate rapid development of music synthesis and audio processing software, with Read more

By pschatzmann, 5 years26. September 2020 ago
Arduino

The Synthesis ToolKit (STK) Library for the Arduino ESP32 – An Introduction

I made the Synthesis ToolKit (SKT) available as Arduino Library. The Synthesis ToolKit in C++ (STK) is a set of open source audio signal processing and algorithmic synthesis classes written in the C++ programming language. STK was designed to facilitate rapid development of music synthesis and audio processing software, with Read more

By pschatzmann, 5 years24. September 2020 ago
Arduino

Sending Sound from an ESP32 to a Bluetooth Sink (e.g. Bluetooth Speaker)

A couple of months ago, I described how you can use my Arduino A2DP library to receive music with an ESP32 via Bluetooth e.g. from a mobile phone. I have extended the library and implemented the BluetoothA2DPSource class that you can use to to the opposite and send sound data Read more

By pschatzmann, 5 years15. September 2020 ago
Arduino

A Simple Arduino Mavlink Drone Library for QGroundControl

I was looking for an easy to implement solution to control my RC Airplane (that is using a ESP32 micro controller) with the help of a Mobile Application. I decided to use QGroundControl which is based on Mavlink. My project provides the following features: It is available as Arduino Library Read more

By pschatzmann, 5 years13. September 2020 ago
Arduino

My Spektrum Satellite Library has been released

I proudly announce that my Spektrum Satellite Arduino Library has been released with the version 1.0.0 on Github: It features: A Complete Implementation of Official Specification Support for binding using different BindModes Support for receiving and sending of data Input and output are handled via Streams. So you can use Read more

By pschatzmann, 5 years11. September 2020 ago
Arduino

Binding a Spektrum Satellite Receiver with a ESP32 using the Arduino IDE

After my bad experience with this topc I decided to give it another try. I assumed that my issue from last time was that the receiver did not get enough power (after all it was a bad idea to power the satellite from a GPIO pin directly) so I decided Read more

By pschatzmann, 5 years10. September 2020 ago
Arduino

How to Blink in Arduino – Alternative Designs

if you google for “Arduino LED blinking sketch” you might find something like this: #define ONBOARD_LED 2 void setup() { pinMode(ONBOARD_LED,OUTPUT); } void loop() { delay(1000); digitalWrite(ONBOARD_LED,HIGH); delay(100); digitalWrite(ONBOARD_LED,LOW); } (I’am using an ESP32 and therefore I needed to define the ONBOARD_LED because this is not predefined in Arduino.h) This Read more

By pschatzmann, 5 years10. September 2020 ago
3D Printing

A small DIY RC Transmitter

I was building a small Remote Control for my RC toys with the help of a ESP32. This Microcontroller is the perfect choice because – it supports enough analog input pins (we need at least 4) – We can use Bluetooth or UDP as Communication Protocol out of the box Read more

By pschatzmann, 5 years4. September 2020 ago
Arduino

Using the Spektrum Satellite Protocol in Arduino

Spectrum Satellite API for Arduino I was working on a small project to implement the Spectrum Satellite Receiver Protocol on an Arduino. The project should work with any type of board (e.g. Arduinos, ESP32, ESP8266 etc) Complete Implementation of the Spektrum Satellite Specification Support for sending data e.g. to build Read more

By pschatzmann, 5 years4. September 2020 ago

Posts pagination

Previous 1 … 21 22 23 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
  • Playing RTTTL with STL Instruments
  • Pimping up RTSP

Hestia | Developed by ThemeIsle