Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 기계설계
- Node-RED
- 전기공사사
- 활성단자
- FFT
- 온습도
- 누설전류센서
- 출력신호
- 침수감지
- 중성단자
- sensor
- 주파수분석
- 공유폴더
- bme280
- 상태진단
- 아두이노
- InfluxDB
- Arduino
- 일본 자격증
- solidwors
- RevPi Core3
- Rasrpberry Pi
- Raspberry Pi
- Grafana
- mptt
- raspbeey pi
- soildworks
- mf2200
- ubuntu
- 실용영어능력검정
Archives
- Today
- Total
목록아두이노 (2)
라즈베리팡팡
Arduino nano + BME280
삼각형 표시 나노에서 업로드시 에러발생. (avrdude: verification error; content mismatch) bme280센서 덕분에 간단하게 온습도를 측정 할 수 있었지만, 간혹가다 스케치가 업로드 되지 않는 경우도 있는데, 아래 링크를 참고하면 문제없이 사용 할 수 있다🤲 https://lastminuteengineers.com/bme280-arduino-tutorial/ 샘플 스케치 #include #include #include #define SEALEVELPRESSURE_HPA (1013.25) Adafruit_BME280 bme; void setup() { Serial.begin(9600); if (!bme.begin(0x76)) { Serial.println("Could no..
전자공작/Arduino
2022. 3. 31. 16:39