Top Posts
Linux One-Liners for Automation
Tutorial: Arduino Random Numbers
Tutorial: Arduino Math Library
Tutorial: Arduino Character Functions
Tutorial: Arduino I/O Functions
Tutorial: Arduino Arrays
Tutorial: Arduino Time Functions
Tutorial: Arduino Trigonometric Functions
Tutorial: Arduino Strings
Tutorial: Arduino Pulse Width Modulation (PWM)
Mikro blog
Advertise here
  • Arduino
  • ESP8266
  • MIcro:bit
  • Raspberry PI
  • STM32
  • Arduino Tutorials

    Tutorial: Arduino Loops

    by shedboy71 13th March 2025

    In Arduino, loops are essential for running repetitive tasks. Loops allow you to execute a block of code multiple times based on a condition. This tutorial explores the different types …

    Read more
  • Arduino Tutorials

    Tutorial: Arduino Tone Library

    by shedboy71 27th February 2025

    The Tone Library in Arduino allows you to generate sound waves on a digital pin, making it easy to create melodies, sound effects, or audible alerts using a piezo buzzer …

    Read more
  • Arduino Tutorials

    Tutorial: Arduino Control Statements

    by shedboy71 13th February 2025

    Control statements in Arduino are used to control the flow of execution in a program. They allow you to make decisions, repeat actions, and manage program logic based on certain …

    Read more
  • Arduino Tutorials

    Tutorial: Arduino Interrupts

    by shedboy71 27th January 2025

    Interrupts in Arduino allow you to execute specific pieces of code immediately when a particular event occurs, regardless of what the main program is doing. They are essential for creating …

    Read more
  • Arduino Tutorials

    Tutorial: Arduino Operators

    by shedboy71 13th January 2025

    Operators in Arduino are used to perform operations on variables and values. They are essential for controlling program flow, performing arithmetic, and making comparisons. This tutorial introduces the types of …

    Read more
  • Arduino Tutorials

    Tutorial: Arduino Data Types

    by shedboy71 13th December 2024

    Arduino programming supports a variety of data types for storing and manipulating data. Understanding these data types is essential for writing efficient and bug-free programs. This tutorial introduces the different …

    Read more
  • Raspberry PI

    10 operating systems you can install on a Raspberry Pi

    by shedboy71 20th November 2024

    Here’s a list of 10 operating systems you can install on a Raspberry Pi, along with their descriptions and key features: 1. Raspberry Pi OS (formerly Raspbian) Description: The official …

    Read more
  • Arduino

    10 Useful Arduino Code Snippets

    by shedboy71 20th November 2024

    Here are 10 handy Arduino code snippets for various common tasks: 1. Blink an LED const int ledPin = 13; void setup() { pinMode(ledPin, OUTPUT); } void loop() { digitalWrite(ledPin, …

    Read more
  • 37 Sensor KitArduino Code

    KY-032 Obstacle avoidance sensor module arduino example

    by shedboy71 5th July 2019

    The KY-032 Obstacle avoidance sensor module returns a signal when it detects an object in range. The range of the sensor is around 2-40 cm is distance. The Obstacle Avoidance …

    Read more
  • 37 Sensor KitArduino Code

    KY-033 Hunt sensor module arduino example

    by shedboy71 21st June 2019

    The KY-033 Hunt sensor module detects if a light reflecting or absorbing area is in front of it. This module uses an IR transmitter and receiver that will detect how …

    Read more
  • 37 Sensor KitArduino Code

    KY-009 RGB Full color LED SMD Module arduino example

    by shedboy71 4th June 2019

    This is the KY-009 RGB Full color LED SMD Module. This module has a 5050 surface mount RGB LED that can be used to create virtually any colour by varying …

    Read more
  • 37 Sensor KitArduino Code

    KY-020 Tilt Switch Module arduino example

    by shedboy71 21st May 2019

    The KY-020 Arduino tilt switch sensor module. The KY-020 is a metallic ball switch that will open/close the circuit depending on the angle its tilted at. It does not measure …

    Read more
  • 37 Sensor KitArduino Code

    KY-025 Reed Switch Module and Arduino

    by shedboy71 7th May 2019

    The KY-025 Reed Switch Module is a small electrical switch which operates with an applied magnetic field, the module can be used as proximity sensor. The module has digital and …

    Read more
  • 37 Sensor KitArduino Code

    KY-023 dual axis joystick Arduino example

    by shedboy71 22nd April 2019

    The dual-axis joystick (KY-023) is a module which consists of two potentiometers and one button, allowing the user to control various devices (chassis, robots), for example, to remotely control a …

    Read more
Newer Posts
Older Posts

Products

Latest

  • Linux One-Liners for Automation
  • Tutorial: Arduino Random Numbers
  • Tutorial: Arduino Math Library
  • Tutorial: Arduino Character Functions
  • Tutorial: Arduino I/O Functions
  • Tutorial: Arduino Arrays
  • Tutorial: Arduino Time Functions
  • Tutorial: Arduino Trigonometric Functions

Donation Options

What its all for

PayPal


NOWPayments

Crypto donation button by NOWPayments

Kofi



Librepay



Patreon

Become a Patron!

Buy me a coffee

Categories

Pages

  • Arduino for beginners
  • Arduino Sensors
  • Arduino Tutorials

@2024 onwards - All Right Reserved.


Back To Top
Mikro blog
  • Arduino
  • ESP8266
  • MIcro:bit
  • Raspberry PI
  • STM32