esp8266(8)
-
Arduino와 SpringBoot를 사용한 온습도 측정 사이트(2) - Arduino편
이전글 : https://codepracticeroom.tistory.com/198 이번에는 NodeMCU와 DHT-22를 연결하고 온습도 데이터를 출력한다. 먼저 NodeMCU의 PINMAP은 여기를 참고해 주세요.https://www.studiopieters.nl/esp8266-node-mcu-pinout/ ESP8266 – NodeMCU PinOut -For those that starting with the Node MCU ESP modules, I have made some pinout diagrams, their functions and how to use them. The Node MCU ESP8266 12-E chip comes with 30 GPIO pins.www.studi..
2024.06.13 -
Arduino와 SpringBoot를 사용한 온습도 측정 사이트(1) - Arduino편
아두이노로 측정한 온습도 값을 JSON 데이터로 내 웹에 보낼 것이다. Spring에서는 받은 데이터를 DB에 저장하고, 사용자가 웹에 접속하면 값을 볼 수 있도록 할 것이다. 준비물 : NodeMCU EPS-12f, DHT-22(온습도 센서),점퍼케이블 수수 3개,브레드보드(필수 아님)만약 브레드보드가 없다면 점퍼케이블을 암암으로 준비해야 한다. 1. 먼저ArduinoIDE를 설치하자https://www.arduino.cc/en/software SoftwareOpen-source electronic prototyping platform enabling users to create interactive electronic objects.www.arduino.cc 위 링크로 들어가서 Arduino..
2024.06.13