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

Arduino

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
Arduino

Implementing a Synthesizer for the Raspberry PI and the ESP32 – Introduction

Overview I was playing with the idea to implement a simple Synthesizer for the ESP32.which would play different instruments. The ESP32 should have enough power to generate interesting sounds. The limitation however is on the memory.  So any approach which relies on sampled data and big sound buffers will just Read more…

By pschatzmann, 5 years22. May 2020 ago
Arduino

The Most Beautiful Radio Music Player for the ESP32

In the last couple of blogs I was setting the stage for my Radio Music Player for the ESP32. I was thinking first that I will use one of the many existing web based music applications together with my ESP32 Bluetooth Player. But I soon realised that either they want Read more…

By pschatzmann, 5 years13. April 2020 ago
Arduino

Progressive JavaScript Frameworks with Microcontrollers (Vue.js on ESP32)

The ESP32 can provide the functionality of a Webserver. There are plenty of examples where this functionality is used to provide a GUI to control the Microcontroller or to provide information from it. What all have in common: they is very basic and often plain ugly. Therefore the question is, Read more…

By pschatzmann, 5 years8. April 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
  • Arduino Audio Tools: Pinping Up Resampling
  • HIMEM – ESP32 PSRAM on Steroids

Hestia | Developed by ThemeIsle