일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- W5500
- w5500-evb-pico
- putty
- Linux
- ChatGPT
- W5100S-EVB-Pico
- nodejs
- Python
- RP2040
- micropython
- Ethernet
- Private Key
- WIZnet
- vscode
- Azure
- raspberrypi
- SSH
- IoT Central
- Raspberry Pi
- PIR
- PuTTYgen
- adafruitio
- x.509
- thonny
- circuitPython
- 라즈베리파이3
- ubuntu
- openssl
- aws
- W5100S
- Today
- Total
목록micropython (4)
Develop Note
Overview 이것은 이전 프로젝트의 두 번째 버전이다. 지난 프로젝트에서 W5100S-EVB-Pico, Slack, ChatGPT API를 연동해서 특정 메시지를 보내는 내용을 진행했었다. Integrating ChatGPT with Slack API on W5100S-EVB-Pico: Making English Study Bot 이전 버전에서는 requests를 사용해서 요청-응답 위주로 사용했다면, 이번에는 센서 데이터와 추가 서비스 API를 사용하여 더 실용적이고 풍부한 메시지를 만들어 보려고 했다. 또한 이번에는 W5500-EVB-Pico를 사용하고, Picobricks 라는 개발 키트를 추가로 사용했다. Component Hardware W5500-EVB-Pico Picobricks Plat..
Let's connect to AWS IoT Core using the W5100S-EVB-Pico board. I will implement it using Micropython and connect it with the MQTT protocol. Proceed to the following process. AWS services AWS IoT Core and device creation Download device certificate Upload Micropython firmware Write the main code Certificate conversion Check operation Prerequisite For reference, the host PC environment uses Wi..
내가 참고하려고 올리는 글 환경 WSL2 (Ubuntu 20.04.4 LTS) 환경 rena@Rena-PC:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.4 LTS Release: 20.04 Codename: focal Tool 설치 등 빌드 환경 구축에 대한 내용은 Micropython의 공식 문서에서 참조할 수 있다. 빌드 과정은 Micropython Repositroy 내 README에서 참조했다. https://github.com/micropython/micropython/tree/master/ports/rp2 Micropython firmware Repository cl..
Micropython을 사용하여 W5100S-EVB-Pico를 Azure IoT Hub에 MQTT로 연결하고 메시지를 송수신하는 과정에 대해 설명한다. IoT Hub 인증 방식은 SAS Token을 사용했고, 이후 기회가 되면 인증서로 인증하는 방법도 작성해 볼 생각이다. 준비 H/W W5100S-EVB-Pico Micro 5pin USB cable LAN cable S/W Thonny RP2040 Micropython 개발환경 Azure IoT Explorer 장치 정보 확인 데이터 모니터링 C2D 전송 Azure 리소스 준비 Azure IoT Hub 생성 Azure IoT Hub를 생성하는 방법은 Azure Portal, Azure CLI, REST API 등 다양하다. 처음에는 주로 Azure Po..