Skip to content

FritzenLab electronics

  • Home
  • Who am I?
  • FritzenLab projects
  • 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

  • ENS160 + BME280 Environmental Sensor
    Arduino ESP32

    ENS160 + BME280 Environmental Sensor

  • Algorithm to LED blink with microPython
    micropython Raspberry Pi

    Algorithm to LED blink with microPython

  • Buttons and LEDs with microPython
    micropython Raspberry Pi

    Buttons and LEDs with microPython

  • Force sensitive resistor (FSR) with ESP32
    Electronics ESP32

    Force sensitive resistor (FSR) with ESP32

  • BME680 environmental sensor with microPython
    ESP32 micropython

    BME680 environmental sensor with microPython

  • 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

  • What is PWM and how to use it?
    Electronics, ESP32

    What is PWM and how to use it?

    fritzenlab

    September 2, 2024

    Let’s dive into the content and get to know what is PWM and how to use it, using a ESP32-C6 as the controller to study it

  • Laser distance sensor VL53L0x time-of-flight
    ESP32, Uncategorized

    Laser distance sensor VL53L0x time-of-flight

    fritzenlab

    August 25, 2024

    Let’s dive into and get twot know the time-of-flight Laser distance sensor VL53L0x from ST semiconductors, with the WiFi chip ESP32-C6

  • Minimalist USB thermometer with ESP32 – the idea
    ESP32

    Minimalist USB thermometer with ESP32 – the idea

    fritzenlab

    August 23, 2024

    I am starting the project of a minimalist USB thermometer with ESP32, based on the Xiao ESP32-C6 WiFi chip. The sensor is connected via i2c.

  • 7 segment LED display with ESP32-C6
    Uncategorized

    7 segment LED display with ESP32-C6

    fritzenlab

    August 18, 2024

    Let’s learn how to use a 7 segment LED display with ESP32-C6 and Arduino IDE. It is a matter of 8 resistors and a bit of code

  • Remote control RC car project – the beginning
    Arts and craft, Electronics, ESP32

    Remote control RC car project – the beginning

    fritzenlab

    August 16, 2024

    I am just starting a Remote control RC car project, a complete radio controlled controller + control board from scratch, come with me

Previous
1 2 3 4 5 … 8
Next

Follow Us

  • TikTok
  • Instagram
  • YouTube
  • LinkedIn

See even more

  • MPU-9255 Accelerometer and gyroscope

    MPU-9255 Accelerometer and gyroscope

  • Indoor weather station with MQTT, V2

  • ENS160 + BME280 Environmental Sensor

  • Algorithm to LED blink with microPython

  • Buttons and LEDs with microPython

Looking for more?

  • MPU-9255 Accelerometer and gyroscope

    MPU-9255 Accelerometer and gyroscope

  • Indoor weather station with MQTT, V2

    Indoor weather station with MQTT, V2

  • ENS160 + BME280 Environmental Sensor

    ENS160 + BME280 Environmental Sensor

  • Algorithm to LED blink with microPython

    Algorithm to LED blink with microPython

See more

  • mpu-9255 on a breadboard

    MPU-9255 Accelerometer and gyroscope

  • indoor weather station with esp32

    Indoor weather station with MQTT, V2

  • ENS160+BME280 on a breadboard

    ENS160 + BME280 Environmental Sensor

  • pressing a button to a raspberry pi pico 2

    Algorithm to LED blink with microPython

  • Buttons and LEDs with microPython

See more here

  • Just buy this Arduino course

    Just buy this Arduino course

  • MPU-9255 Accelerometer and gyroscope

    MPU-9255 Accelerometer and gyroscope

  • Indoor weather station with MQTT, V2

    Indoor weather station with MQTT, V2

  • ENS160 + BME280 Environmental Sensor

    ENS160 + BME280 Environmental Sensor

    • 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