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 |
Tags
- 라즈베리파이3
- openssl
- w5500-evb-pico
- aws
- nodejs
- Linux
- circuitPython
- vscode
- Azure
- W5500
- micropython
- ubuntu
- SSH
- Python
- putty
- adafruitio
- RP2040
- WIZnet
- thonny
- PuTTYgen
- W5100S
- x.509
- PIR
- ChatGPT
- W5100S-EVB-Pico
- IoT Central
- Ethernet
- Raspberry Pi
- raspberrypi
- Private Key
Archives
- Today
- Total
목록블루투스 (1)
Develop Note
[RaspberryPi3] 블루투스 사용하기 (Command line)
라즈베리파이3 (model B)에는 블루투스가 내장되어 사용이 가능하다. bluetoothctl 명령을 사용해 다른 블루투스 기기를 스캔/페어링/연결해 본다.핸드폰(갤럭시S7)을 사용해 연결 테스트를 진행했다. * 보안 문제로 mac 주소 일부는 XX..XX로 표현하였다. // 블루투스 컨트롤 시작 $ sudo bluetoothctl [NEW] Controller B8:27:XX:XX:XX:XX raspberrypi [default] [bluetooth]# power on Changing power on succeeded // 주변 블루투스 기기 스캔 [bluetooth]# scan on Discovery started [CHG] Controller B8:27:XX:XX:XX:XX Discovering:..
개발 (Ko)/Raspberry Pi
2017. 10. 28. 16:37