Hacktuber
Thursday, July 20, 2023

Solar Super Capacitor Resin Creation with Attiny85

›
  watch whole diy video on youtube:https://youtu.be/81VuIfaRIzI Code below for this solar supercapacitor resin creation #include <avr/sle...
Monday, June 12, 2023

Arduino Metal detector

›
  On Arduino pins A2,A4 and A5 connect leds for indicating,on D12 buzzer and D5 goes to oscilator. here is code for Arduino: ---------------...
Friday, April 14, 2023

Led flux capacitor with Attiny85

›
  Code below for Attiny85 flux capacitor effect: void setup() // setup all pins as OUTPUTS to drive current for  {            // the LEDs.  ...
Sunday, April 2, 2023

Attiny85 oled 64x32 hello world

›
  code for arduino oled screen 64x32 : Dont forget to install library ssd1306 mininal and Tinywire -----------------------------------------...
Friday, March 17, 2023

Dino weather station using Arduino

›
 Just copy the code: #include <Wire.h> #include <SPI.h> #include <Adafruit_Sensor.h> #include <Adafruit_BME280.h> #i...
Monday, March 30, 2020

Arduino temperature and humidity meter

›
Arduino based temperature and humidity meter using 8x8 led dot matrix,DHT11 sensor and arduino nano board,whole setup cost 4.5$ here is t...
31 comments:
Friday, September 28, 2018

how to make handheld phone stabiliser DIY Phone Steadycam

›
Homemade Handheld Phone Stabiliser or DIY Phone Steadycam made from wood popsicle sticks and I have add led strip that work on 9v battery so...
42 comments:
Saturday, June 16, 2018

Arduino Wrist gadget with tiny oled screen

›
#include #include #include #include U8G2_SSD1306_128X32_UNIVISION_F_HW_I2C u8g2(U8G2_R0);  void setup(void) {    u8g2.begin(); } ...
26 comments:
Wednesday, June 13, 2018

Cardboard Motorcycle - Suzuki Nuda

›
3 comments:
Wednesday, April 4, 2018

Build a Vacation Pet Feeder!

›
Code: /* Pet Feeder by William Finucane  This code is for use with an automatic pet feeder made for the Mad Science World at http://...
2 comments:
›
Home
View web version
Powered by Blogger.