본문 바로가기

전체 글

(385)
팔굽혀펴기 자동 체크 개발 내용 거리센서를 이용한 팔굽혀펴기 기록 LED strip를 이용한 기록 표시 부저를 이용한 비프음 출력 개발진행 1. ESP32 2. LED Strip LED strip 2개 제어 소스코드 #include #define NUM_LEDS 20 #define LED_PIN 2 #define NUM_LEDS2 32 #define LED_PIN2 4 CRGB leds[NUM_LEDS]; CRGB leds2[NUM_LEDS2]; void setup() { Serial.begin(115200); FastLED.addLeds(leds, NUM_LEDS); FastLED.addLeds(leds2, NUM_LEDS2); FastLED.setBrightness(50); tf_mini_setup(); } int j =..
How to make Mysql Ubuntu Server mysql 설치 참조 사이트 https://velog.io/@seungsang00/Ubuntu-%EC%9A%B0%EB%B6%84%ED%88%AC%EC%97%90-MySQL-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0 [Ubuntu] 우분투에 MySQL 설치하기 apt-get 이라는 패키지 매니저를 이용해 설치를 진행한다. (우분투 리눅스를 설치했다면 이미 설치되어 있다.) 1. 우분투 서버 업데이트 2. mysql-server 설치 $ sudo apt-get install mysql-server 설치 중간 중간 velog.io MySQL 연결 시 "Public Key Retrieval is not allowed" 에러 https://velog.io/@dailylifecoding/DB..
by using smartwatch, checking heart-rate and blood pressure. 삼성 갤럭시 워치 4를 사용하여 심박수와 혈압을 확인할 수 있습니다. ​ 삼성 스마트워치를 사용하는 이유로 국가기관과 관공서, 국방부 등은 가격이 비싸지만 인증된 제품이 필요합니다. ​ 심장 박동수, 혈압, 산소 포화도 등의 기능을 검사한 결과를 보여드리겠습니다. ​ by using smartwatch, checking heart-rate and blood pressure. ​ by using samsung galaxy watch, I can check heart-rate and blood pressure ​ for the reason to use samsung smartwatch, State agencies and goverment offices and the Ministry of National De..
Raspberry + WIFI Relay + LED Dimmer Raspberry + Mic Wifi Relay + LED Dimmer + Flash Light 공유기 smps 12v 테스트 동영상
조명 네트워크 WIFI - RF Dimmer - Device(DC 12V, LED or Fan etc) 파이썬을 이용하여 네트워크 통신으로 DC 12V 전압을 제어하여 LED 나 FAN에 Dimming 기능을 적용한다. 앱을 통하여 제어하도록 되어있지만 다양한 오픈소스를 이용하여 피시나 안드로이드 또는 라즈베리파이와같은 서버에서 직접 제어한다. 구성 Wifi-Relay DC 12V Flash Light LED Dimmer Dimming Dimming Wifi -Gateway - RF - Dimmer 테스트 동영상 Protocol Reference https://community.home-assistant.io/t/skydance-2-4g-rf/99399/17 TestCode 55aa5aa57e0d80008039af00000100790000007e 55aa5aa57e378000800868000001000a0..
Mqtt 서버 + LTE 스마트워치 연동 라즈베리파이 이미지 굽기 라즈베리파이 설정 와이파이 설정 IP 확인 SSH / VNC 활성화 Installing the Mosquitto MQTT Server to the Raspberry Pi 참조 https://pimylifeup.com/raspberry-pi-mosquitto-mqtt-server/ mqtt test mosquitto 실행 mosquitto_sub mosquitto_pub Mosquitto on windows 설치 참조 https://mosquitto.org/download/ 외부 어드레스 허용 참조 https://www.gloriouscoding.com/fa639ca4-0b97-4345-8dd7-66722ecdf421 Python 에서 mqtt publish 구현 MQTT + LT..
스마트팜 센서 현장 설치 현장 설치 컨트롤 시스템- 데이터 수집 & 업로드 스마트팜 센서 현장 설치 수집된 데이터 서버에서 확인 수집 컨트롤러에서 데이터를 전송하여 서버에서 표시 스마트팜 센서 RainFall Sensor Address 201(0xC9) -> Address 217(0xD9)로 변경 데이터 수집 illumination, Radiation Sensor 0xCC (204) -> 0xDC (220) 데이터 수집 * 어드레스 변경후 Wind Sensor 0xC8(200) -> 0xD8(216) 데이터 수집 온도 / 습도 센서 0x66(102) -> 0x76(118) 어드레스 변경 변경된 어드레스로 데이터 수집 참고 - 아두이노 rs485 쉴드 OFF 시 아두이노 프로그래밍 가능 ON 시 rs485 기능 활성화 참조 htt..
Node-RED 기존 데이터 삭제후 json 파일 업데이트 Dashboard - Layout 삭제 플로우 삭제 정보 삭제 삭제전 삭제후 복구 가져오기 복구 완료