일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 아두이노
- Server
- Python
- Android
- STM32F4
- uno
- mqtt
- 개발환경
- BLE
- ubuntu
- Beacon
- odroid-x2
- flask
- python3
- parser
- Raspberry Pi 3
- Raspberry Pi
- nano
- 라즈베리파이
- JSON
- Arduino
- Nginx
- 오렌지파이
- orange pi
- ruby on rails
- IOT
- rails
- java
- dht11
- RUBY
- Today
- Total
목록Arduino (18)
[熱情]
https://brtech.tistory.com/52 아두이노 미세먼지,초미세먼지 센서 요즘 미세먼지로 맑은 하늘 보기가 어려운 가운데 갑자기 새로 구입한 미세먼지 센서가 생각이 나서 아이들이 잠들자마자 늦은밤에 바로 아두이노와 센서를 찾아 책상위에 놓고 조립을 시작했다. 앞번 PM1001 센서.. brtech.tistory.com 이센서의 수명은 8000시간이라고한다.. 24시간으로 나누면... 약 1년동안 연속으로 사용이 가능한다...... Datasheet 커넥터 연결, pin map UART 프로토콜 Laser Dust Sensor Control Protocol
https://lastminuteengineers.com/bme280-arduino-tutorial/ Interface BME280 Temperature, Humidity & Pressure Sensor with Arduino Learn about BME280 Module along with its Specifications, Pinout, Wiring & Arduino Code for reading Temperature, Humidity, Barometric Pressure & Altitude lastminuteengineers.com
https://webnautes.tistory.com/736 Ubuntu 16.04 /14.04에서 Arduino UNO 보드 사용하기 ubuntu-make를 먼저 설치해주어야 합니다. 1 2 3 webnautes@webnautes-notebook ~ $ sudo apt-add-repository ppa:ubuntu-desktop/ubuntu-make webnautes@webnautes-notebook ~ $ sudo apt-get update webnautes@w.. webnautes.tistory.com
Wifi Scan 샘플 코드 http://henrysbench.capnfatz.com/henrys-bench/arduino-projects-tips-and-more/arduino-esp8266-lolin-nodemcu-getting-started/ #include "ESP8266WiFi.h" void setup() { Serial.begin(115200); // Set WiFi to station mode and disconnect from an AP if it was previously connected WiFi.mode(WIFI_STA); WiFi.disconnect(); delay(2000); Serial.println("Setup done"); } void loop() { Serial.printl..
다른 개발자의 블로그를 참조. - arduino IDE를 이용하여 개발해보장.. - lua를 사용해서 코딩안해도 된다.. - https://www.arduino.cc/en/main/software 참조 사이트 - http://www.sensorsiot.org/installing-the-arduino-ide-including-esp8266-support/ - https://blog.naver.com/roboholic84/221187841348 arduino ID > Preferences > Additional Boards Managerr USRLs 에 다음과 같이 추가한다. http://arduino.esp8266.com/stable/package_esp8266com_index.json Boards Man..