Wednesday, April 22, 2020
Arduino Programmable On/Off Timer Switch for Automation
COMPONENTS ARE REQUIRED:-
1 arduino uno
3 switches
4 10k ohm resistor
1 wood box
1 liquid crystal LCD 12*2
1 5v relay
1 silicon diode
1 socket
1 button
.....some jumpers wire
CODE:-
#include <LiquidCrystal.h>
LiquidCrystal lcd(7,6,5,4,3,2);
const...
Read moreThursday, November 21, 2019
Sunday, October 27, 2019
How to Instal a Load Cell in a Weighing Machine
Setup Code:
/*
This is the calibration sketch. Use it to determine the calibration_factor that the main example uses. It also
outputs the zero_factor useful for projects that have a permanent mass on the scale in between...
Read moreTuesday, June 18, 2019
Monday, March 18, 2019
Wednesday, February 27, 2019
DIGITAL CLOCK USING ARDUINO WITH RTC MODULE
Component List:
1 arduino uno
3 switches
1 Clock module RTC_DS1307 RTC
4 seven segment
2 red led
24 220 ohm resistor
1 vero board ....some jumper wire
Program That Is Required:
int digit1 = 11; //PWM Display pin 12 (digit1 is...
Read more
Subscribe to:
Posts
(
Atom
)