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

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
Arduino

Small Servos for my RC Plane with Arduino

It is very easy to control servos with the help of the Servo Library which is part of Arduino. For my tests I was using an ESP8266.to evaluate the following small Servos: 1.5g 180 Degree Nylon Gear Digital Linear Micro Servo 3.7V-5V For Micro RC Airplane – left 1.7g Low Voltage Read more

By pschatzmann, 5 years27. August 2020 ago
Arduino

The Spektrum Satellite Disaster

I am planning to design and build a 3D printed RC Airplane. To shortcut the “Remote Control” functionality I bought a second hand Spectrum DX 6i that I wanted to use together with a Spektrum Satellite Receiver: These Receiver Boards are quite small and it should be quite easy to Read more

By pschatzmann, 5 years26. August 2020 ago
Arduino

Taming the HW-627 Motor Controller

Quite some time ago I bought some cheap DRV8833 Motor Controller Boards (HW-627) from China and now I planned to use them in one of my projects. I was struggling quite a bit to figure out how this is working. This board is using the DRV8833 chip and can control Read more

By pschatzmann, 5 years25. August 2020 ago

Posts pagination

Previous 1 … 22 23 24 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
  • AudioTools: Adding Support for the ESP32‐S3 AI Smart Speaker Development Board
  • Implementing a DLNA Control Point in Arduino

Hestia | Developed by ThemeIsle