일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- Rasrpberry Pi
- bme280
- 중성단자
- mptt
- 기계설계
- 활성단자
- 침수감지
- ubuntu
- 일본 자격증
- Arduino
- 전기공사사
- FFT
- RevPi Core3
- mf2200
- 상태진단
- raspbeey pi
- solidwors
- 아두이노
- Grafana
- Node-RED
- 누설전류센서
- 출력신호
- soildworks
- InfluxDB
- 온습도
- Raspberry Pi
- 실용영어능력검정
- 주파수분석
- sensor
- 공유폴더
- Today
- Total
목록Grafana (2)
라즈베리팡팡

Raspberry Pi를 Node-RED로 AWS IoT에 연결하는 방법 라즈베리파이에서 수집한 데이터를 AWS IoT에 연결하는 방법에 대해서 정리한다. 아래는 사용한 도구들. (3, 4, 5는 테스트를 위해서 사용) AWS계정 (프리티어) Raspberry Pi4 (Raspbian 설치됨) Arduino nano BM prasowa.tistory.com 라즈베리파이에 설치된 Node-RED를 사용해서 AWS IoT에 데이터를 전송하는 내용에 대해서 정리했었는데, 이번에는 MQTT로 전송받은 데이터를 가시화하는 방법에 대해서 기록한다🥺 Node-RED 설치 https://prasowa.tistory.com/24 InfluxDB 설치 https://prasowa.tistory.com/25 Grafana ..

Download Grafana Overview of how to download and install different versions of Grafana on different operating systems. grafana.com 리눅스, grafana 8.4.5 버전으로 아래의 순서대로 설치 진행. sudo apt-get install -y adduser libfontconfig1 wget https://dl.grafana.com/enterprise/release/grafana-enterprise_8.4.5_amd64.deb sudo dpkg -i grafana-enterprise_8.4.5_amd64.deb sudo apt-get update sudo apt-get upgrade sudo syst..