임베디드 보드/ESP32 18

ESP8266 on thingsboard server

https://blog.naver.com/cherrychance/222330644477 ESP8266 on thingsboard server WIFI를 이용한 ESP8266 GPIO 릴레이제어 참고사이트 https://thingsboard.io/docs/samples/esp8... blog.naver.com 소스코드 경로 e:\PROJECT_SMARTFARM_1908\arduino\ESP8266_thingsboard\ WIFI를 이용한 ESP8266 GPIO 릴레이제어 참고사이트 https://thingsboard.io/docs/samples/esp8266/gpio/ ESP8266 GPIO control over MQTT using ThingsBoard ThingsBoard IoT Platform sam..

1 loadcell + hx711

WEMOS ESP32 WIFI BLUETOOTH Servo Motor Loadcell + HX711 loadcell 을 당기거나 밀면 무게가 측정됩니다. 테스트 영상 Refercences blog.naver.com/jangstargosu/222163093592 녹칸다 아두이노/C# 공짜강의 로드셀(HX711)/디지털저울 관련 모음.zip(포로리야공대가자) https://youtu.be/Q58JKZtaXiE녹칸다 아두이노 강의 33편에서 처음으로 로드셀과 HX711을 이용한 ... blog.naver.com bota.tistory.com/1327 [아두이노#105] 블루투스 모듈 HC06/14편 디지털저울/로드셀/HX711(녹칸다/포로리야공대가자) (블루투스 모듈 HC06/14편 디지털저울/로드셀/HX71..

WEMOS 서보모터 제어 (Servo Motor)

wemos esp32 보드에서 서보모터를 제어합니다. 시리얼모니터 와 블루투스 통신을 이용하여 서보모터를 제어합니다. // Include the Servo library #include "esp32_Servo.h" //This example code is in the Public Domain (or CC0 licensed, at your option.) //By Evandro Copercini - 2018 // //This example creates a bridge between Serial and Classical Bluetooth (SPP) //and also demonstrate that SerialBT have the same functionalities of a normal Serial #in..

WEMOS - WIFI & Bluetooth battery UART 통신

ESP32 ESP-32S for WeMos WiFi Wireless Bluetooth Development Board CP2102 CP2104 Module with 18650 Battery Shield Case for Lua 2.4GHz 듀얼 모드 Wi-Fi 및 Bluetooth 칩 ESP32 프로젝트 18650 배터리 0.5A 충전 전류 1A 출력 과충전 보호 과방 전 보호 LWIP 프로토콜, Freertos 세 가지 모드 지원 : AP, STA 및 AP + STA Lua 프로그램 지원 ESP32 ESP-32S For WeMos WiFi 무선 Bluetooth 배터리 개발 보드 PINMAP BLUETOOTH Example BLUETOOTH Example 스마트폰과 블루투스 통신을 합니다. 테스트 ESP..

ESP32 LED Display 제어 UART & WIFI & BLUETOOTH

www.youtube.com/watch?v=vWhnQxRCvig&feature=youtu.be SPIFFS(Serial Peripheral Interface Flash File System) lightweight filesystem Reference ESP32 SPIFFS filesystem arsviator.blogspot.com/2018/11/esp32-spiffs.html ESP32에서 SPIFFS 사용하기 ESP32는 SPIFFS(Serial Peripheral Interface Flash File System)을 가지고 있다. SPIFFS는 SPI 버스에 연결된 플래쉬 칩을 가지고 있는 ESP32같은 마이크로 컨트롤러를 위해 만들어 진 경랑(light... arsviator.blogspot.co..

ESP32 CAM + VIDEO MOTION DETECT

비디오 영상이 플레이 되고 있는지 체크합니다. 테스트영상 참조 ESP32-CAM Installation in Arduino IDE https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-windows-instructions/ Installing ESP32 in Arduino IDE (Windows, Mac OS X, Linux) | Random Nerd Tutorials Learn how to install the ESP32 board add-on in Arduino IDE in less than 1 minute. This guides works in any operating system: Windows PC, Mac OS X,..

ESP32-CAM - 스틸사진 캡쳐 & FTP 업로드

ESP32-CAM은 저가이지만 와이파이 와 카메라를 장착한 소형 모듈입니다. 버튼 기능 구현 D16 번 핀을 버튼과 연결하여 버튼 신호를 받습니다. 사진 촬영 & FTP 업로드 함수를 프로그래밍합니다. 버튼을 눌러 사진 촬영후 FTP로 이미지 업로드 버튼을 누르면 사진을 촬영하고 FTP 로 이미지를 업로드합니다. NTP 현재시간 얻어오기 https://www.arduinolibraries.info/libraries/ntp-client NTPClient An NTPClient to connect to a time server www.arduinolibraries.info 일정시간마다 사진 촬영후 업로드 1분마다 FTP업로드하도록 프로그래밍 합니다. esp32_CameraWebServer.ino #inclu..