Skip to content

FritzenLab electronics

  • Home
  • Who am I?
  • FritzenLab projects
  • LCD display with micropython
    micropython Raspberry Pi

    LCD display with micropython

  • Creating analog voltages with Arduino
    Arduino

    Creating analog voltages with Arduino

  • Functions for better Arduino code
    Arduino Programming languages

    Functions for better Arduino code

  • VEML6040 RGB light sensor
    Arduino ESP32

    VEML6040 RGB light sensor

  • AS7341 RGB and IR light sensor
    Arduino ESP32

    AS7341 RGB and IR light sensor

  • MPU-9255 Accelerometer and gyroscope
    micropython Raspberry Pi

    MPU-9255 Accelerometer and gyroscope

  • Indoor weather station with MQTT, V2
    Arduino ESP32

    Indoor weather station with MQTT, V2

  • SGP40 air quality sensor with ESP32
    Arduino, ESP32

    SGP40 air quality sensor with ESP32

    fritzenlab

    November 2, 2024

    Today I will show you how to write code and test the SGP40 air quality sensor with ESP32 and Arduino code. It needs a companion SHT21

  • Human eye light level sensor BH1750
    Arduino, ESP32

    Human eye light level sensor BH1750

    fritzenlab

    October 29, 2024

    Let’s study the human eye light level sensor BH1750, a sensor capable of sensing between 1 and 65535 Lux via i2c

  • Binary clock with ESP32 and API
    Arduino, ESP32

    Binary clock with ESP32 and API

    fritzenlab

    October 29, 2024

    I am showing you how to implement a binary clock with ESP32 and API, getting hour and minute from the internet and showing in LEDs

  • Capacitive touch and debounce with Renesas RA4M1
    Renesas RA4M1

    Capacitive touch and debounce with Renesas RA4M1

    fritzenlab

    October 24, 2024

    I am showing you how to implement a capacitive touch and debounce with Renesas RA4M1 and TTP223b touch controller, using Arduino code

  • DIY RGB light box with Arduino
    Arduino, Arts and craft

    DIY RGB light box with Arduino

    fritzenlab

    October 22, 2024

    Let’s get to making a RGB light box with Arduino, using WS2812b neopixels and Arduino Pro mini, battery powered

  • Blinking commemorative keychain
    Arts and craft, Electronics

    Blinking commemorative keychain

    fritzenlab

    October 13, 2024

    Let me show you how I made a blinking commemorative keychain, made of PCB and a simple oscillator circuit (3 components)

  • Currency converter display with ESP32
    ESP32

    Currency converter display with ESP32

    fritzenlab

    October 11, 2024

    The idea is to create a currency converter display with ESP32, showing live conversion data in a OLED display with ESP32 and Arduino code

  • MQTT protocol with ESP32 and Adafruit.io
    Uncategorized

    MQTT protocol with ESP32 and Adafruit.io

    fritzenlab

    October 7, 2024

    Today I am implementing and testing the MQTT protocol with ESP32 and Adafruit.io, an effective way of sending data to the internet

  • APDS9900 cellphone presence sensor
    Arduino, ESP32, Uncategorized

    APDS9900 cellphone presence sensor

    fritzenlab

    October 6, 2024

    Let’s learn how to use the APDS9900 cellphone presence sensor, a light and presence sensor by Broadcom for cellphones

  • Electronic dice with Raspberry Pi Pico 2
    Arduino, Raspberry Pi

    Electronic dice with Raspberry Pi Pico 2

    fritzenlab

    October 5, 2024

    I’m implementing a full electronic dice with Raspberry Pi Pico 2, using the random() function of the Arduino IDE and LEDs

  • Using a LDR light level sensor
    Electronics, Raspberry Pi

    Using a LDR light level sensor

    fritzenlab

    October 3, 2024

    Let’s get using a LDR light level sensor to sense the amount of light in the environment around. I am using a Raspberry Pi Pico 2

  • HTU21D temperature sensor with ESP32
    Arduino, ESP32

    HTU21D temperature sensor with ESP32

    fritzenlab

    September 25, 2024

    We are going to implement code for using the HTU21D temperature sensor with ESP32. This is an i2c temperature and humidity sensor.

  • LM35 temperature sensor with ESP32
    Arduino, ESP32

    LM35 temperature sensor with ESP32

    fritzenlab

    September 23, 2024

    Let’s dive in and learn how to use the LM35 temperature sensor with ESP32, using a single analog input and a bit of simple code.

  • Ultrasonic distance sensor HC-SR04 with ESP32
    Arduino, ESP32

    Ultrasonic distance sensor HC-SR04 with ESP32

    fritzenlab

    September 21, 2024

    Today we are going to talk about the ultrasonic distance sensor HC-SR04 with ESP32, a neat little sensor used to measure distances

  • Analog input readings with ESP32
    ESP32

    Analog input readings with ESP32

    fritzenlab

    September 21, 2024

    You can have analog input readings with ESP32, the code is simple and requires a single configuration, “analogReadResolution”. Let’s code!

  • GY-50 L3G4200D gyroscope with ESP32
    Arduino, ESP32, Uncategorized

    GY-50 L3G4200D gyroscope with ESP32

    fritzenlab

    September 17, 2024

    We will learn how to use the GY-50 L3G4200D gyroscope with ESP32, a component made by ST semiconductor to measure angular velocity

  • Project: time and temperature e-paper display
    Raspberry Pi

    Project: time and temperature e-paper display

    fritzenlab

    September 15, 2024

    Today we are buiding a time and temperature e-paper display, based on a NTC thermistor and the DS1307 RTC chip, displaying on e-paper

  • 2.9″ E-paper display from WeAct
    Arduino, Raspberry Pi

    2.9″ E-paper display from WeAct

    fritzenlab

    September 15, 2024

    Let’s learn how to use the 2.9″ E-paper display from WeAct, an epaper display with which you can do a lot of cool stuff

  • Getting started with Raspberry Pi Pico 2
    Raspberry Pi

    Getting started with Raspberry Pi Pico 2

    fritzenlab

    September 12, 2024

    This article is about getting started with Raspberry Pi Pico 2, the new foundation’s silicon and circuit board

  • Minimalist USB thermometer with ESP32 – update 1
    ESP32

    Minimalist USB thermometer with ESP32 – update 1

    fritzenlab

    September 3, 2024

    This is an update on the “minimalist USB thermometer with ESP32” project of mine. I have decided on the sensor and sent the pcb for fab

Previous
1 2 3 4 5 … 8
Next

Follow Us

  • TikTok
  • Instagram
  • YouTube
  • LinkedIn

See even more

  • LCD display with micropython

    LCD display with micropython

  • Creating analog voltages with Arduino

  • Functions for better Arduino code

  • VEML6040 RGB light sensor

  • AS7341 RGB and IR light sensor

Looking for more?

  • LCD display with micropython

    LCD display with micropython

  • Creating analog voltages with Arduino

    Creating analog voltages with Arduino

  • Functions for better Arduino code

    Functions for better Arduino code

  • VEML6040 RGB light sensor

    VEML6040 RGB light sensor

See more

  • lcd display with pi pico 2 and lm35

    LCD display with micropython

  • rc low pass filter

    Creating analog voltages with Arduino

  • Arduino functions

    Functions for better Arduino code

  • veml6040 on a breadboard with esp32-c3

    VEML6040 RGB light sensor

  • AS7341 light sensor on a breadboard

    AS7341 RGB and IR light sensor

See more here

  • Just buy this Arduino course

    Just buy this Arduino course

  • LCD display with micropython

    LCD display with micropython

  • Creating analog voltages with Arduino

    Creating analog voltages with Arduino

  • Functions for better Arduino code

    Functions for better Arduino code

    • 555 Oscillator
    • 555 Timer
    • Bicycle speedometer with ESP-12
    • Buttons on analog pins of Arduino
    • Electronic dice in keychain format
    • FritzenLab ESP32-C6 dev board
    • FritzenLab projects
    • Keychain thermometer
    • Mini USB WiFi thermometer with ESP32
    • PIC16F690 development kit
    • PWM with 555
    • Ruler with an embedded thermometer
    • Who am I?

WordPress Theme by WPEnjoy

  • Instagram
  • YouTube
  • LinkedIn
  • TikTok