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"

  • Counting Muscle Impulses

  • Determine the Maximum Output ValueFirst let's see what range our output falls into. The following Arduino code will show the maximum and current value of the measurement from the shield on the serial monitor. Load this in your Arduino IDE, run it and...
  • Color Sensor

  • Explanation circuitThe circuit has two main parts, the transimpedance amplifier and resistors settings RGB LED:Transimpedance amplifierThis circuit serves to convert the intensity of the photodiode into a voltage and amplifying the signal of this, the...
  • Cree Dimming Level

  • Wire the Cree Zigbee board to the LTC2644 and Arduino as shown in the schematic or picture. Note that pin 1 on the Cree board is towards the middle of the board, and pin 4 is towards the outer edge.Everything is currently powered by the USB to TTL programmer...
  • Have data in USB with AD8232 and Wemos

  • To detect the Wemos, you have to add library on arduino. This link explains how to install them. http://www.instructables.com/id/Programming-the-WeMos-Using-Arduino-SoftwareIDE/ Arduino Leonardo pin (Arduino that I used previously) is different from...
  • 2nd step : Code

  • int led = 9;           // the PWM pin the LED is attached toint brightness = 0;    // how bright the LED isint fadeAmount = 100000000;    // how many points to fade the LED byint photocellPin = 0; //...
  • Step 3 Reporting Results

  • While the sketch from Step 2 will run a stepper, it would be desirable to have some information reported to the screen. This makes it easy to experiment and build intuition. Let's add some code to report speed and position every second. To begin, load...
  • Pressure sensor

  • First we begin with a weight sensor. ( A little advice: check that everything is functional because in our case we had to weld cables back in place). In order to build a scale using this weight sensor you need two plaques (ours is made out of thin wood...
  • Window Fan Controller

  • // Temperature Controler for window fan// Written by mike, public domain/*-------------------------------------------------------------------------------------- Includes--------------------------------------------------------------------------------------*/#include...
  • 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...
  • ARDUINO CODE

  • // Libraries #include #include #include #include #include #include #include "Adafruit_AHRS_Mahony.h" #include //MOTOR // Pins for all inputs, keep in mind the PWM defines must be on PWM pins #define STBY D7 #define AIN1 D8 #define AIN2 D9 #define PWMA...
  • Spectrum Analyser Code

  • Preparing the Digispark and Arduino IDEThe Digispark is not the easiest Arduino development board to use. There is a custom version of the Arduino IDE you can use but it is old (version 1.06!). Better to bite the bullet and use the latest Arduino IDE...
  • Flashing the Bootloader

  • The keyboard module is based on the ATMEGA32U4.  You can flash thebootloader using the ISP 6 pins connector on the back side of the PCBYou will need to use a bootloader .HEX file which is compatible with the ATMEGA32U4 16 MHZ crystal version. (5v...
  • Front sub frame and steering position sensor mount

  • This strange looking frame goes at the very front of the robot and performs two important functions. One is to mount a load of the sensors and antennae for the control system, and the other to mount an everyday 10K potentiometer to measure the steering...