Skip to content
  • Projects
    • FM Plotter, a tool to visualize frequency modulation
    • Arc Reactor MK I | 3D printed
    • PiFrame | Raspberry Pi
    • DIY Synthesizer | Python
    • Raspberry Bot, a Linefollower which learns on it’s own
  • Art
  • Tutorials
    • Python Development
      • Python App with Kivy Framework
    • Raspberry Pi
      • How to read out analog signals (sensors, potentiometers etc) with Raspberry, SPI and MCP3008
      • How to install Eardrum Blaster on Raspberry Pi
      • Kuman MHS-3.5inch touchscreen with Pygame on Raspberry Pi on command-line
      • How to use multiple SPIs on Raspberry Pi (e.g. 3.5 inch Touchscreen, MCP 3008)
  • About
  • Contact

I'm Dennis

a software developer with a passion for unusual projects

Raspberry Pi, Tutorials

How to use multiple SPIs on Raspberry Pi (e.g. 3.5 inch Touchscreen, MCP 3008)

13. November 2020
A display or a digital/analog converter (DAC) uses the SPI (serial peripheral interface) to communicate with the Raspberry Pi. The MCP 3008 is a DAC which reads analog values and...
Raspberry Pi

Kuman MHS-3.5inch touchscreen with Pygame on Raspberry Pi on command-line

9. November 2020
The Kuman MHS-3.5inch is a resistive touchscreen for the Raspberry Pi. It’s a cheap alternative to the more expensive touchscreens from Adafruit. This tutorial is about how to install it...
Raspberry Pi, Tutorials

How to read out analog signals (sensors, potentiometers etc) with Raspberry, SPI and MCP3008

7. November 2020
The Raspberry Pi has a serial peripheral interface (SPI) which can be used to communicate with microcontrollers, display drivers or in our case digital/analog converters (DACs). By default the Raspberry...
Raspberry Pi, Tutorials

How to install Eardrum Blaster on Raspberry Pi

4. November 2020
The Eardrum Blaster is a DIY Synthesizer written in Python. Please notice: the current version is experimental. It will work on your Raspberry Pi but it’s not optimized. This can...

Recent Posts

  • FM Plotter Pro , frequency modulation now even better
  • Raspberry Bot, a Linefollower which learns on it’s own
  • FM Plotter, a tool to visualize frequency modulation
  • How to use multiple SPIs on Raspberry Pi (e.g. 3.5 inch Touchscreen, MCP 3008)
  • Kuman MHS-3.5inch touchscreen with Pygame on Raspberry Pi on command-line

Recent Comments

  • Brad Ziegler on Kuman MHS-3.5inch touchscreen with Pygame on Raspberry Pi on command-line
  • FM Plotter Pro , frequency modulation now even better – Dennis-Immanuel Czogalla on FM Plotter, a tool to visualize frequency modulation
  • How to use multiple SPIs on Raspberry Pi (e.g. 3.5 inch Touchscreen, MCP 3008) – Dennis-Immanuel Czogalla on Kuman MHS-3.5inch touchscreen with Pygame on Raspberry Pi on command-line
  • denicz on DIY Synthesizer | Python
  • Alvin on DIY Synthesizer | Python

Archives

  • October 2021
  • May 2021
  • November 2020
  • August 2020

Categories

  • Projects
  • Raspberry Pi
  • Tutorials
Copyright © 2023 Dennis-Immanuel Czogalla