일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- dht11
- Server
- python3
- STM32F4
- odroid-x2
- BLE
- rails
- Nginx
- nano
- 오렌지파이
- 개발환경
- Android
- Python
- java
- 아두이노
- mqtt
- ubuntu
- flask
- Beacon
- Arduino
- uno
- 라즈베리파이
- IOT
- Raspberry Pi
- RUBY
- ruby on rails
- parser
- orange pi
- JSON
- Raspberry Pi 3
- Today
- Total
목록Arduino/NodeMCU - ESP8266 (2)
[熱情]
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..