일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- RUBY
- Beacon
- flask
- Nginx
- STM32F4
- 개발환경
- python3
- 라즈베리파이
- Python
- dht11
- JSON
- parser
- Android
- Server
- nano
- rails
- odroid-x2
- uno
- Raspberry Pi 3
- Arduino
- ubuntu
- java
- 아두이노
- Raspberry Pi
- orange pi
- ruby on rails
- 오렌지파이
- mqtt
- IOT
- BLE
- Today
- Total
목록Raspberry Pi (3)
[熱情]
https://youtu.be/HsrwrBjkdrU blog.hypriot.com 1. Raspbian jessie lite install 2. updata OS $ sudo apt-get update$ sudo apt-get upgrade$ sudo shutdown -new 3. install docker arm architecture of the raspberry $ curl -sSL https://get.docket.com | sh 4. docker demons running $ sodu docker info $ sudo docker run hello-world $ sudo docker info $ sudo docker run hello-world ; error~~~ T_T https://hub.d..
http://www.uugear.com/portfolio/dht11-humidity-temperature-sensor-module/
Raspberry pi 3에 ubuntu mate를 설치해서 사용한다. eth0가 제대로 표시 되지 않는다. ifconfig로 했을때 envXXXXX로 표시된다. 참고 사이트 - http://www.discuzfeed.com/raspberrypi/pltoz-raspberry-pi-3-eth0-wrongfully-named-enx.html sudo su vi /etc/udev/rules.d/70-persistent-net.rules SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="b8:xx:xx:xx:xx:xx", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" 해당 ma..