라즈베리파이 4

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..

GPIO 신호시 라즈베리파이 카메라촬영 + FTP 업로드

쪼물락에 라즈베리파이 카메라 부착 촬영된 사진 라즈베리파이 제로 W 1GHz BCM2835 싱글코어 프로세서 / Bluetooth Low Energy 4.1 (BLE) / HAT 호환 가능 40핀 / Size : 65mm X 30mm 아두이노에서 GPIO OUTPUT을 이용하여 라즈베리파이의 LED를 제어합니다. 라즈베리파이에서는 GPIO 버튼을 하여 제어신호를 수신합니다. 아두이노 소스코드 void setup() { // put your setup code here, to run once: pinMode(2, OUTPUT); pinMode(LED_BUILTIN, OUTPUT); } void loop() { // put your main code here, to run repeatedly: digital..

쪼물락 비젼 AI 2020.07.02