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

  • Hobby servo motor SG90 with ESP32-C6
    ESP32

    Hobby servo motor SG90 with ESP32-C6

    fritzenlab

    July 19, 2024

    We will see how to control the hobby servo motor SG90 with ESP32-C6, by using a library called Servo.h. Simple way of controlling a servo

  • Using the ESP32-C6 with CircuitPython – flashing the bin file
    ESP32

    Using the ESP32-C6 with CircuitPython – flashing the bin file

    fritzenlab

    July 16, 2024

    I will show you how to get using the ESP32-C6 with CircuitPython, flashing the bin file to make it work. We will use an Espressif software

  • WS2812b addressable RGB LED with ESP32-C6
    Arduino

    WS2812b addressable RGB LED with ESP32-C6

    fritzenlab

    July 14, 2024

    We will learn how to use the Ws2812b addressable RGB LED with ESP32-C6, a light emitting diode chip which can do many RGB colors

  • Encoder ky-040 soft library – without interrupts
    Arduino

    Encoder ky-040 soft library – without interrupts

    fritzenlab

    July 7, 2024

    Let’s implement code for the encoder ky-040 soft library – without interrupts, just an if that enters the reading every 5ms

  • LED display clock and thermometer with DS1307 and TM1637
    Arduino

    LED display clock and thermometer with DS1307 and TM1637

    fritzenlab

    July 7, 2024

    Let’s do a LED display clock and thermometer with DS1307 and TM1637 (a RTC real time clock and a 4-digit LED display) with Arduino UNO

  • Real time clock RTC DS1307 Arduino
    Arduino

    Real time clock RTC DS1307 Arduino

    fritzenlab

    July 3, 2024

    We are going to get to know the real time clock RTC DS1307 chip with Arduino code, adjusting and reading time and date

  • GC9A01A round LCD 240×240 display
    Arduino

    GC9A01A round LCD 240×240 display

    fritzenlab

    July 2, 2024

    We are going to study the GC9A01A round LCD 240×240 display, a neat little round color display programmable with Arduino

  • Top 10 most read FritzenLab articles of June/2024
    General talks

    Top 10 most read FritzenLab articles of June/2024

    fritzenlab

    July 2, 2024

    A list of the top 10 most read FritzenLab articles, containing the ten articles most viewed and read in June of 2024

  • DIY 3A/5A bench power supply
    Electronics

    DIY 3A/5A bench power supply

    fritzenlab

    June 26, 2024

    I made a bench power supply featuring variable voltage (4.5-12V at 5A), fixed 3.3V and 5V at 3A each. All of it using cheap modules.

  • Soil moisture sensing ESP32
    ESP32

    Soil moisture sensing ESP32

    fritzenlab

    June 24, 2024

    We are going to study the technology of Soil moisture sensing using ESP32-S2 and sending data to Thingspeak

  • OLED display with Arduino
    Arduino

    OLED display with Arduino

    fritzenlab

    June 24, 2024

    Today we are going to dive into the technology of OLED display with Arduino, trying out two libraries and settling for one with Arduino UNO

  • Bicycle odometer project – update 3
    Arduino, esp8266

    Bicycle odometer project – update 3

    fritzenlab

    June 21, 2024

    Another update for you on the bicycle odometer project, showing that I have finished the schematic and routing the PCB

  • Bicycle odometer project – update 2
    Uncategorized

    Bicycle odometer project – update 2

    fritzenlab

    June 20, 2024

    A quick update on the bicycle odometer project, to show you that I have finished the schematic and done a tentative PCB design

  • Bicycle odometer project
    Arduino

    Bicycle odometer project

    fritzenlab

    June 19, 2024

    Update one of the bicycle speedometer project, an instrument used to measure speed of a bicycle using a single reed switch sensor

  • RCWL-0516 microwave radar sensor
    Arduino

    RCWL-0516 microwave radar sensor

    fritzenlab

    June 19, 2024

    Let’s talk about the RCWL-0516 microwave radar sensor, a human-presence detector sensor using microwaves. Simple Arduino interface (one wire)

  • PIR motion sensor Arduino
    Arduino

    PIR motion sensor Arduino

    fritzenlab

    June 19, 2024

    We are discussing how to use the PIR motion sensor, a infrared human motion sensor with Arduino, using a single digital input

  • 433MHz transmitter receiver Arduino
    Arduino

    433MHz transmitter receiver Arduino

    fritzenlab

    June 19, 2024

    Do you know how to use the 433MHz transmitter receiver with Arduino? it allows wireless communication between two parts

  • Soldering pin headers – quick video
    Electronics

    Soldering pin headers – quick video

    fritzenlab

    June 17, 2024

    Just a quick video of myself soldering pin headers on the Sipeed Tang Nano 4k FPGA board, by means of a soldering iron and a breadboard

  • TP4056 battery charger chip
    Electronics

    TP4056 battery charger chip

    fritzenlab

    June 17, 2024

    I am going to investingate how the TP4056 battery charger chip works, by explaining its workins to you, and how to apply it in your projects

  • Convert from float to byte/bit Arduino
    Arduino, Programming languages

    Convert from float to byte/bit Arduino

    fritzenlab

    June 13, 2024

    Let’s study a way to convert from float to byte/bit in Arduino code, using the bitRead() function and a bit of logic

Previous
1 … 3 4 5 6 7 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