Skip to main content

Posts

Showing posts from August, 2022

Best Budget Smartwatch Under 1500 Noise Colorfit Pulse Spo2 Review

Best budget smartwatch under 1500 , Noise colorfit pulse spo2 full review and here I describe all functions and features after using one month. Noise ColorFit Pulse SpO2 :- https://amzn.to/3ChyIiv

RO Pre Filter Housing Full Installation Process - Best RO Pre Filter Housing Setup Kits

RO pre filter housing full installation process - Best RO pre filter full review and setup process in Hindi step by step at home. RO pre filter housing :- https://amzn.to/3PZTYfD Aquaguard water purifier :- https://amzn.to/3QH5nli Aquaguard water purifier pre filter kit :- https://amzn.to/3w926Dw

Pixel LED WS2812B LED Strip Control Using Arduino

WS2812B LED Strip Projects Pixel LED WS2812B LED strip control using Arduino, WS2812B addressable pixel strip projects, Neon RGB LED strip control using Arduino. WS2812B Addressable Pixel Strip :- https://amzn.to/3R9ipbB Arduino UNO :- https://amzn.to/3KcNfxR Jumper Wire :-    https://amzn.to/3KcBIyH       Ambient Light Sensor For Arduino :- https://amzn.to/3RdI7fk Project Code  Using Adafruit_NeoPixel :-  #include < Adafruit_NeoPixel.h > #define PIN 8 Adafruit_NeoPixel strip = Adafruit_NeoPixel(60, PIN, NEO_GRB + NEO_KHZ800); void setup() {   strip.begin();   strip.show();  } void loop() {      colorWipe(strip.Color(255, 0, 0), 50); // Red   colorWipe(strip.Color(0, 255, 0), 50); // Green   colorWipe(strip.Color(0, 0, 255), 50); // Blue     theaterChase(strip.Color(127, 127, 127), 50); // White   theaterChase(strip.Color(127,   0,   0), 50); // Red   theaterChase(strip.Color(  0,   0, 127), 50); // Blue   rainbow(20);   rainbowCycle(20);   theaterChaseRainbow(50); } void colorWi

How To Make Simple Digital Clock Using Arduino UNO Very Easy Step By Step

Digital clock using Arduino UNO , TM1637 4-digit 7 segment display and DS1307 RTC module. Here I show you how to make a simple digital clock using Arduino UNO very easily.  TM1637 4-digit 7 segment display :-  https://amzn.to/3R3KC3p DS1307 RTC module:-    https://amzn.to/3dPDfyc    Arduino UNO:- https://amzn.to/3KcNfxR Jumper Wire:-    https://amzn.to/3KcBIyH             Project Code :-  const int clock = 11; const int data = 10; uint8_t digits[] = { 0x3f, 0x06, 0x5b, 0x4f, 0x66, 0x6d, 0x7d, 0x07, 0x7f, 0x6f }; void setup() { setupInterrupt(); pinMode(clock, OUTPUT); pinMode(data, OUTPUT); start(); writeValue(0x8c); stop(); write(0x00, 0x00, 0x00, 0x00); } byte tcnt2; // set current time by editing the values at line 16 and 17 unsigned long int setMinutes = 9; // set minutes unsigned long int setHours = 9; // set hours unsigned long time = (setMinutes * 60 * 1000) + (setHours * 3600 *1000); void setupInterrupt() { TIMSK2 &= ~(1<<TOIE2); TCCR2A &=

Aquaguard Water Purifier Filter Cleaning

Aquaguard Crystal Plus UV Water Purifier Filter Clean Aquaguard water purifier filter cleaning, Aquaguard crystal plus UV water purifier filter cleaning at home very easy. How to clean  Aquaguard water purifier internal filter at home. Aquaguard water purifier :- https://amzn.to/3QH5nli Aquaguard water purifier pre filter kit :- https://amzn.to/3w926Dw

Indian Flag Color LED Chaser Using Relay Har Ghar Tiranga

Indian flag color led chaser using relay Har Ghar Tiranga (हर घर तिरंगा). Tiranga colour Led chaser circuit diagram.  DIY Tiranga Colour LED Chaser, Har Ghar Tiranga #harghartiranga Circuit Diagram :- 

Rechargeable Wireless Ac Power Detector - How To Make Wireless AC Current Tester

Rechargeable wireless AC power detector, How To Make Wireless Ac Current Detector At Home. Voltage detector wireless tester using bc547 transistor very easy project.

Solar Panel Connection - Solar Panel Parallel Connection - 360 Watt 12v Solar Panel Parallel Connection

Solar panel connection, solar panel parallel connection, 360 watt solar panel full connection in Hindi. UTL Solar Charge Controller Hybrid SMU :- https://amzn.to/3PuEeBJ 190 watt 12 Volt Mono PERC Solar Panel :- https://amzn.to/3p01LiQ 180 watt Mono crystalline Panel :- https://amzn.to/3oX7i9G

Old UPS Transformer 12V 10 Ampere Battery Charger - Old UPS Transformer Battery Charger

Old UPS Transformer Battery Charger Old UPS transformer 12V 10 Ampere battery charger, old UPS transformer hack, old UPS transformer uses for car battery charger making. How to convert old UPS transformer into 12v 10 Amp battery charger.