Close

299 Results for "%EC%9E%A1%ED%86%A0%ED%86%A0%EB%94%94%EB%B9%84 %ED%85%94%EA%B7%B8%EB%9E%A8 DBmong %ED%86%A0%ED%86%A0abc %E1%92%A4 %EC%9E%A1%ED%86%A0%ED%86%A0%EC%82%AC%ED%96%89%EC%82%B0%EC%97%85 %ED%86%A0%ED%86%A0db%EC%B5%9C%EC%A0%80%EA%B0%80 %E1%92%A3 %EC%8B%A0%EC%9A%A9%EB%94%94%EB%B9%84%ED%8C%90%EB%A7%A4"

  • Spectrum Analyser Code

  • SchematicHere is my strip-layout for the version that I built:Notes:The three inline black circles (pins) above the resistors are for the two pin shunt. Short the upper pins and the LCD lights up. Short the lower pins and the LCD does not light.The project...
  • Solder it Up!

  • Solder the circuit according to this diagram: In case this is hard to read, the gist of it is:  Arduino A0 to Sensor Signal out Arduino 5V to Sensor VCC 5Vin Arduino Ground to Sensor Ground Switch Center Pin (Throw)  to Arduino D2 Switch Pin...
  • TMP36 analog temperature sensor

  • Not the most versatile and modern device to measure temperatures, but when you happen to have an ADC free and a bag of TMP36s, it's an easy, space efficient and reliable way to add temperature measurement to your project. The TMP36 outputs measured...
  • Motor current setup #1

  • The final task is to set up the proper motor current. In this step, we should find the perfect balance. If we apply too much coil current, the system's heat dissipation will increase and after a certain point, we risk the possibility of burning our motor....
  • Study the schematic diagram

  • Before jumping into the electronics part you need to get familiar with the circuit so it holds no surprises. This isn't too hard. Grab the schematics off github or the files section and take a look. I'll wait while you download and view the diagram.......
  • Hardware setup

  • 1. Plug in the Ethernet FeatherWing into the Feather board.  2. Connect one end of the Ethernet cable to the Ethernet FeatherWing and the other to your hub, router, or switch. Step 3. Programming With the following example code, we will publish...
  • Understanding how to disconnect the speaker

  • moThe big black device in the middle of the printed circuit board (PCB) is the speaker (aka buzzer, or transducer). You can see a little slit in the one side where the sound comes out. There is a back side to the circuit board that you cannot easily...
  • Arduino Sketch

  • #include#include#include "math.h" // 7Seg Module connection pins (Digital Pins)#define CLK 8#define DIO 7TM1637Display display(CLK, DIO); const int R[] = {2, 3, 4, 5}; //Rellay output pinsint del[5]; //RonDellay Mapped valueint A[] = {A0, A1}; //potentiometer...
  • Arduino Code, by Jim Lindblom

  • /* HID Joystick Mouse Example by: Jim Lindblom date: 1/12/2012 license: MIT License - Feel free to use this code for any purpose. No restrictions. Just keep this license if you go on to use this code in your future endeavors! Reuse and share. This is...
  • Raspberry Pi 3 Gameboy

  • 13. Adding a battery monitor with auto-shutdownTake an Arduino UNO, and turn it into a low battery indicator as well as an automatic safe-shutdown circuit when the battery is too low. For that, connect everything on a breadboard and use a lab bench power...
  • Step 1: testing the Wireless Charging

  • Use an Arduino UNO. Program and upload a simple blinking:// We will connect 5V of the big wireless coil here int my_led =7; // the setup function runs once when you press reset or power the board void setup() { // initialize digital pin LED_BUILTIN as...