Search

572 results for : “theme-arduino”

Showing 1 to 10 of 572 projects.

How to Install Dark Theme For Arduino IDE

https://maker.pro/arduino/projects/dark-theme-for-arduino-ide

In this tutorial, I will show you how to install the dark theme for your Arduino IDE 

Arduino Interrupts | Improve your Programming Skills

https://maker.pro/arduino/projects/arduino-interrupts-improve-your-programming-skills

In this article, I will give an introduction to interrupts and how to use them in an easy way!

Arduino Analog + Digital  Compass with HMC5883L sensor

https://maker.pro/arduino/projects/arduino-analog-digital-compass-with-hmc5883l-sensor

Electronic version of the Compass, where the position of the needle is indicated by group of a three light-emitting diodes. There is also an OLED display in the middle of the device, which shows the angle relative to the North Pole.

Beginner’s Guide to Display Text, Image & Animation on OLEDs

https://maker.pro/arduino/projects/beginners-guide-to-display-text-image-animation-on-oleds

In this article, you will learn how to run OLEDs by Arduino, and display text, images, and animations on them.

IOT Filament Monitor for 3D Printer

https://maker.pro/arduino/projects/iot-filament-monitor-for-3d-printer

This device allows me to detect if the spool ran out of filament or if the print head is clogged !!

Police Car Led Effect Using 555 Timer IC

https://maker.pro/arduino/projects/police-car-led-effect-using-555-timer-ic

In this tutorial I am going to create a Police Light themed LED Flashing circuit using the 555 timer IC.

Electronic Insect Repellent

https://maker.pro/arduino/projects/insect-repellent

Forget about the Critters! Scare them away with this high-frequency electronic repeller.

Holiday Song Player with Coordinated LEDs

https://maker.pro/arduino/projects/holiday-song-player-with-coordinated-leds

The Holiday Song Player plays classic Christmas songs from a piezo buzzer and syncs them with LED decorative lights.

CoH Quick Sell

https://maker.pro/arduino/projects/coh-quick-sell

Before Tink Keys, I was using the KeyPad library on one of these. I had some code to quickly click mouse buttons to sell things to vendors when they are in numbered stacks. This would occasionally jam if I pressed keys while the code was still doing mouse clicks and delays. Here is the Tink Key type of solution: a queue of click sequences!