Close

1975 Results for "《 예약문의 OIO≡⑧④89≡83O⑥》강남하이킥레깅스룸Χぬscheme하이킥레깅스룸⊂선릉하이킥강남하이킥레깅스룸⑪も강남하이킥they 강남하이킥레깅스룸㈌선릉하이킥ㅼぷpoor"

  • FINAL ASSEMBLY

  • Using two M2 screws, we first attach the basic lever component to the TEMP circuit. Two holes have already been created on the PCB for mounting the screws with the lever part.Next, we mount the lever part assembly with the upper holder using two washers...
  • Parts list

  • Magnets - each clock needs 8  https://www.amazon.com/gp/product/B097HBZ39T/ref=ppx_yo_dt_b_asin_title_o01_s00?ie=UTF8&psc=1 Rubber Bands https://www.amazon.com/dp/B07849G52M?psc=1&ref=ppx_yo2ov_dt_b_product_details Aligator clips  (used to...
  • First meeting

  • The clock can be built in 4 or 5 meetings with kids.  Recommend ages 10 - 18.  Younger kids will need more help.  One person can handle 8 - 10, with more you will need some help First meeting     1.  I talk about what an...
  • Second meeting

  • Second meeting   1.  Hand out the Arduino, RTC module, wires, alligator clips, USB power block and USB cable 2.  I ask them how we are going to have the Arduino control the meters ?  I explain what PWM signal is and how we can use...
  • Third meeting

  • I recommend splitting the group up into two sections.   A lot of prep work is required for this meeting.  You need to have milled all the faceplates (hours and min), I made a couple of extras.  The plywood boxes also need to be lasered...
  • CODE

  • Here's the code that was used in this build, and its a simple one: it measures analog voltage using a voltage divider circuit and displays the corresponding voltage value on a 128x64 OLED screen using the Adafruit SSD1306 library.#include #include #include...
  • CODE

  • #define FASTLED_ALLOW_INTERRUPTS 0 #include FASTLED_USING_NAMESPACE #define DATA_PIN D0 #define NUM_LEDS 15 #define MAX_POWER_MILLIAMPS 500 #define LED_TYPE WS2812B #define COLOR_ORDER GRB //////////////////////////////////////////////////////////////////////////...
  • CODE

  • Here's the code used in this project.#include PCF8563 pcf; #include #include #include #include #define OLED_WIDTH 128 #define OLED_HEIGHT 64 #define OLED_ADDR 0x3C Adafruit_SSD1306 display(OLED_WIDTH, OLED_HEIGHT); void setup() { display.begin(SSD1306_SWITCHCAPVCC,...
  • Cell Phone App

  • I built a cell phone app to complement this project as I feel that we are entering an age when everyone expects their electronics to seamlessly connect to their phone. A cell phone app offers convenient access to real-time electricity data...