Close

671 Results for "%EC%9D%B8%EC%B2%9C%EC%98%A4%ED%94%BC%EC%82%AC%EC%9D%B4%ED%8A%B8%EF%BC%9Coptime4.com%EC%9D%B8%EC%B2%9C%EC%98%A4%ED%94%BC %EC%9D%B8%EC%B2%9C%EB%A7%88%EC%82%AC%EC%A7%80 %EF%BC%9E %EC%9D%B8%EC%B2%9C%EC%98%A4%ED%94%BC%E1%98%A3 %EC%9D%B8%EC%B2%9C%EC%98%A4%ED%94%BC%EC%82%AC%EC%9D%B4%ED%8A%B8%E1%98%A3 %EC%9D%B8%EC%B2%9C%ED%9C%B4%EA%B2%8C%ED%85%94 %EC%9D%B8%EC%B2%9C%ED%82%A4%EC%8A%A4%EB%B0%A9 %ED%83%80%EC%9E%84"

  • Download it

  • The instruction set is available as PDF for A4 and US Letter size paper, as well as a ZIP archive of the raw images. It's in the FILES section...
  • I2C Sensors and debugging

  • I wanted to use a BMP280 I had in my parts bin for altitude measurements. I have used it in the past for a simple weather station and it works great! Turns out, it is even the go to sensor for Stratux, so I went ahead and plugged it in, activated it...
  • July 7, 2023

  • Begin with 200ml filtered water from the fridge tap, carried in an empty coffee pot. Using 4-6 ratio to calculate. 10x20 = 200ml H2O 4 grams sodium hydroxide x20 = 80 grams NaOH 6 grams silica x20 = 120 grams Unfortunately we only have 92.8 grams of...
  • 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...
  • Simple digital watch

  • Wiring the displayTo Wire the display you just need two wires for communication because it uses a I2C protocol and two for power so 4 in total. The two wires for the communication need to go to pin A4 and A5 and power to power. The wiring:A4 - SDAA5...
  • Clock in a Box

  • In order to access A4 and A5 of the Arduino, you will need to solder two (2) headers onto the board (at least on my version). I used male right-angle headers to save space.
  • Mounting the ESP8266

  • I use a Wemos ESP8266 board mounted on a small piece of veroboard to connect the ESP8266 to the relevant pins on the mainboard I2C connector.  In my case I use GPIO12 and GPIO13 (SDA A4, SCL A5) for my interface.
  • Connect all hardware components

  • Connect the accelerometer to the Arduino Mini VCC -> VCC GND -> GND SCL -> A5  SDA -> A4  Don't connect the battery, we will have to power up the Arduino Mini and upload the code first using an FTDI basic USB converter
  • Connections

  • // Connections // Raspberry Pi 4 : // L298N Motor Driver Module // GPIO 17 ----------------------- IN_1 // GPIO 27 ----------------------- IN_2 // GPIO 22 ----------------------- EN_A // GPIO 10 ----------------------- IN_3 // GPIO 9 -----------------------...