Skip to content

FritzenLab electronics

  • Home
  • Who am I?
  • FritzenLab projects
  • Home automation with ESP32 and Google
    Arduino ESP32

    Home automation with ESP32 and Google

  • 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

  • How to simulate a circuit in Tinkercad?
    Arduino, Software

    How to simulate a circuit in Tinkercad?

    fritzenlab

    April 29, 2024

    Let’s dive in and learn how to simulate a circuit in Tinkercad. Let’s see a 555 circuit PWM and a double Arduino one

  • STM32C0 Franzininho with Arduino IDE
    Arduino, ARM Cortex M0+

    STM32C0 Franzininho with Arduino IDE

    fritzenlab

    April 29, 2024

    Let’s dive into the getting started of the STM32C0 Franzininho with Arduino IDE, doing two examples: LED blink and button reading

  • Fritzen Proto – an Arduino-compatible circuit board
    Arduino

    Fritzen Proto – an Arduino-compatible circuit board

    fritzenlab

    April 24, 2024

    Let’s talk about a project fo mine, Fritzen Proto – an Arduino-compatible circuit board that can be connected to a breadboard

  • What is Arduino Zero?
    Arduino

    What is Arduino Zero?

    fritzenlab

    April 24, 2024

    In this post we will see together what is Arduino Zero, how and when it came to be and what can it be used for

  • Falling and rising edge input detector with microPython
    Raspberry Pi

    Falling and rising edge input detector with microPython

    fritzenlab

    April 20, 2024

    Let’s study how to implement an algorithm of Falling and rising edge input detector with microPython, to read buttons and process state

  • Interruptions in Arduino with attachInterrupt()
    Arduino

    Interruptions in Arduino with attachInterrupt()

    fritzenlab

    April 20, 2024

    Let’s dive in and learn about a more advanced subject, Interruptions in Arduino with attachInterrupt() function

  • BlinkWithoutDelay with Raspberry Pi Pico and microPython
    Raspberry Pi

    BlinkWithoutDelay with Raspberry Pi Pico and microPython

    fritzenlab

    April 20, 2024

    Learn how to implement a function similar to BlinkWithoutDelay with Raspberry Pi Pico and microPython. Never use time.sleep() again

  • ESP32-S2 publishing in the cloud Thingspeak
    ESP32

    ESP32-S2 publishing in the cloud Thingspeak

    fritzenlab

    April 19, 2024

    Let’s see how to use ESP32-S2 to publish in the cloud using Thingspeak; we will send the ESP32-S2 internal temperature sensor to it

  • ESP32-S2 internal temperature sensor
    ESP32

    ESP32-S2 internal temperature sensor

    fritzenlab

    April 19, 2024

    Come with me to learn how to use the ESP32-S2 internal temperature sensor, with the Arduino IDE and printing on a serial monitor

  • Read a button with Raspberry Pi Pico and microPython
    Raspberry Pi

    Read a button with Raspberry Pi Pico and microPython

    fritzenlab

    April 19, 2024

    We will see in this article how to Read a button with Raspberry Pi Pico and microPython, using its internal pull-down function

  • I bricked my Raspberry Pi Pico, how to solve?
    Raspberry Pi

    I bricked my Raspberry Pi Pico, how to solve?

    fritzenlab

    April 19, 2024

    What I did when I bricked my Raspberry Pi Pico? There is a simples workaround that involves a UF2 file and the BOOTSEL button

  • How to program Raspberry Pi Pico with microPython
    Raspberry Pi

    How to program Raspberry Pi Pico with microPython

    fritzenlab

    April 17, 2024

    This is a guide for you to learn how to program Raspberry Pi Pico with microPython, it is easy to start and blink an LED

  • What are the Arduino alternatives?
    Arduino

    What are the Arduino alternatives?

    fritzenlab

    April 16, 2024

    Today we will discuss what are the Arduino alternatives, ecossistems and boards you can use for your projects

  • ESP32-S2 Franzininho with Arduino IDE
    ESP32

    ESP32-S2 Franzininho with Arduino IDE

    fritzenlab

    April 14, 2024

    Learn how to program a board based on ESP32-S2 Franzininho with Arduino IDE, doing both the blink LED and Wi-Fi server examples

  • Lower relay power consumption by histeresis and PWM
    Electronics

    Lower relay power consumption by histeresis and PWM

    fritzenlab

    April 12, 2024

    Learn how to lower relay power consumption by harnessing its coil’s histeresis via PWM with Arduino

  • ESP32-S2 based Franzininho Wi-Fi dev board
    ESP32

    ESP32-S2 based Franzininho Wi-Fi dev board

    fritzenlab

    April 11, 2024

    Learn how to use the Franzininho Wi-Fi, an educational board based on the ESP-S2, programmed in micropython

  • Franzininho C0: a Brazilian STM32C0 dev board
    ARM Cortex M0+

    Franzininho C0: a Brazilian STM32C0 dev board

    fritzenlab

    April 7, 2024

    An educational development board featuring a SMT32C0, programmed via STM32Cube IDE

  • Testing the Texas instruments MSP432 with Energia IDE
    MSP432

    Testing the Texas instruments MSP432 with Energia IDE

    fritzenlab

    April 2, 2024

    Learn how to program the Texas Instruments MSP432 with the energia IDE

  • Charlieplexing LEDs with Arduino
    Arduino

    Charlieplexing LEDs with Arduino

    fritzenlab

    April 2, 2024

    Learn how to implement a charlieplexing with 8 LED’s and only 4 pins of Arduino

  • Analog input keypad with Arduino
    Arduino

    Analog input keypad with Arduino

    fritzenlab

    April 1, 2024

    Learn how to implement a 10 key keypad using only one analog pin as their interface, with Arduino

Previous
1 … 5 6 7 8
Next

Follow Us

  • TikTok
  • Instagram
  • YouTube
  • LinkedIn

See even more

  • Home automation with ESP32 and Google

    Home automation with ESP32 and Google

  • LCD display with micropython

  • Creating analog voltages with Arduino

  • Functions for better Arduino code

  • VEML6040 RGB light sensor

Looking for more?

  • Home automation with ESP32 and Google

    Home automation with ESP32 and Google

  • 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

See more

  • esp32 on a breadboard for Google Home

    Home automation with ESP32 and Google

  • 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

See more here

  • Just buy this Arduino course

    Just buy this Arduino course

  • Home automation with ESP32 and Google

    Home automation with ESP32 and Google

  • LCD display with micropython

    LCD display with micropython

  • Creating analog voltages with Arduino

    Creating analog voltages with Arduino

    • 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