Close

6761 Results for "《〈 문의 OIO↗5793↗7458 》〉 셔츠룸후기た 《〈 문의 OIO↗5793↗7458 》〉 ⑷plenty㎋셔츠룸후기셔츠룸후기んteeth 셔츠룸후기선릉셔츠룸 강남셔츠룸₩셔츠룸ⓤsilverⓞ"

  • 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...
  • Fourth meeting

  • If you were able to get all the magnets glue in at the third meeting everything will be wrapped up at this meeting.  If you were not able too, then we will need to have a short fifth meeting. I do the same steps as the Third meeting.  Skip...
  • Fifth meeting

  • We are going to put shellac on the box.   1.  Again give everyone wax paper and set of rubber gloves 2.  I use Bulls Eye Shellac Clear.   3.  I use a paper tower to spread it around. 4.  Have them do each side.  They...
  • 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 //////////////////////////////////////////////////////////////////////////...
  • Main Assembly

  • First, we inserted two M3 screw inserts into the rear side of the main body to begin the major assembly procedure.Next, we used four M2 screws to attach the center portion of the main body to the upper part.After that, we positioned the switch on top...
  • Design

  • Initially, we had the idea of reviving an outdated CASIO vintage watch frame that I had with the XIAO expansion board. The expansion board contains the display, microcontroller, RTC and even the battery, so we prepared a rectangular holder that will...
  • Assembly Process

  • The holder part is added from the bottom side of the frame after the top part has been assembled onto the watch frame. Two M2 screws are used to secure everything in place
  • Assembly Process: Final

  • Next, we connected the JST connector of the expansion board to the JST connector of the LiPo cell.Next, we insert the battery into the top part and secure the expansion board in its proper position.Next, by using four m2 screws, we secure the expansion...
  • 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,...
  • Part 1 - The PCB

  • What’s up my friends, welcome back. This below is the PCB that I’ve designed for my project. I’ve tried to make it as small as I could so it could fit inside of a basic wall electric box. This project works at 220V so make sure you stay safe and...