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"

  • Mount the PCB

  • The PCB Mount Frame is designed to mount the V3.0 PCB ( 100 x 86 mm). The PCB mount has text on it to show orientation and the battery goes to the top of the assembly. Align the PCB in such a way that the battery holder on the PCB and the mounting plate...
  • Step 6: Arduino Codes

  • The platform's construction is complete. However, our project still need code to function. This code should be uploaded to Arduino:#include //defining Servoss #define TOLERANCE 10 #define STEP_DELAY 7 Servo servohori; int servoh = 0; int servohLimitHigh...
  • Connect

  • Connect the Purza Sensor Stick with Arduino as follows: First pin (+V) with the 5V on ArduinoSecond pin (Sensor) with A0 Analog pin on ArduinoThird pin (Ground) with the Ground on ArduinoFourth pin with 5V pin on Arduino if you want your sensor (TCRT500)...
  • Run a Code

  • #include LiquidCrystal lcd(7,6,5,4,3,2); const int Sensor = A0; byte degree_symbol[8] = { 0b00111, 0b00101, 0b00111, 0b00000, 0b00000, 0b00000, 0b00000, 0b00000 }; void setup() { pinMode(Sensor, INPUT); lcd.begin(16,2); lcd.createChar(1, degree_symbol);...
  • Basic Build

  • Instructions for this device are rather simple. Connect GND, +5V and analog signals from the sensor to the respective ones in the ESP8266 (The D1 Mini only has one analog input A0). Then replace the SSID details along with the bot token and chat id to...
  • The Spinning Spectrometer

  • Arduino Code// Arduino code for THE SPINNING SPECTROMETER // // This code is released under the beerware license: As long as you // retain this notice you can do whatever you want with this stuff. If we // meet some day, and you think this stuff is worth...
  • Controller

  • Then came the part of how to control a Raspberry Pi over WiFi, because Bluetooth has too little range. I decided on using a Flask server running on the Raspberry PI and an ESP8266 ESP12E module to send data to it. The ESP8266 only has one analog input,...