I'm trying to get block detection working on my HO scale model railroad. I found this page and liked the idea of using current transformers to detect the Digital Command Control signal inducing ...
Code for driving HUB75-style RGB LED matrices, targeted at 32-bit MCUs using brute-force GPIO (that is, not relying on DMA or other specialized peripherals beyond a timer interrupt, goal being ...
TcMenu organisation made this framework available for you to use. It takes significant effort to keep all our libraries current and working on a wide range of boards. Please consider making at least a ...
The following project is an update of Gary D. Patterson’s “Simplified CTC signals” in the July 1988 issue of MR. Bringing the project up to date was a large endeavour. The block control project now ...
The EasyNixie Arduino compatible low-voltage Nixie Tube driver module has emerged as a versatile and user-friendly tool for hobbyists and professionals alike. This module, designed with a focus on ...
In this tutorial we will see how to interface NodeMCU with 16x2 LCD without using I2C communication. Here we will interface 16x2 LCD using shift register SN74HC595. We can also interface it even ...
This project turns the Arduino into an OBD2 on-board diagnostic tester. So, the Arduino can read OBD2 vehicle data and it can read and clear emissions-related diagnostic trouble codes and ...
I own some frequency counters and signal generators, but when measuring one with another they do not show the same frequency on their display. The do not seem to be very accurate, all of them have ...
In ARDUINO we have 20 I/O pins, so we can program 20 pins of UNO to be used as either input or output. Although there are more pins on ATMEGA328P controller than on UNO, this is because while ...