Controld servo using LDR TechHub 05:38 0 /* * The code is writed by MD Niloy Hossain, 7 April, 2020 * Please subscribe Wi Max Bangla */#include<Servo.h> Servo s; voi...
Arduino Clap Light TechHub 05:14 0 /* * The code is writen by MD Niloy Hossain, 6 April, 2020. * Please subscribe my channel Wi Max Bangla */ void setup() { Serial...
Image capture using opencv in python TechHub 00:10 1 import cv2 # importing cv2 liberary cam = cv2.VideoCapture(0) count = 0 while True: ret, img = cam.read() cv2.imshow(...
Notice Board TechHub 20:38 0 #include <LiquidCrystal.h> LiquidCrystal lcd(2, 3, 4, 5, 6, 7); char str; int a=9; int vo=10; void setup() { lcd.begin(16,2); ...
Runnig led TechHub 20:58 0 int del = 100; //defining delay value (0.1 second) void setup() { // put your setup code here, to run once: pinMode(2, OUTPUT); //def...
Gavity led TechHub 22:30 0 //Wi Max Bangla Subscribe for more... #include <Wire.h> #include <MPU6050.h> MPU6050 sensor ; int16_t ax, ay, az ; i...
WiFi Control led TechHub 20:58 0 #include <ESP8266WiFi.h> // Replace with your network credentials const char* ssid = "Your WiFi Name"; const char* p...