<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Develop Note</title>
    <link>https://inmile.tistory.com/</link>
    <description>개발 공부, 개발 내용, 일상, 고양이를 기록합니다.</description>
    <language>ko</language>
    <pubDate>Fri, 8 May 2026 12:07:17 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>Chalsu</managingEditor>
    <image>
      <title>Develop Note</title>
      <url>https://tistory1.daumcdn.net/tistory/2742198/attach/03c075fb47a84f73a1810b3d331063c9</url>
      <link>https://inmile.tistory.com</link>
    </image>
    <item>
      <title>IoT 모션 감지 조명: W5500-EVB-Pico, Adafruit IO, PIR 센서, IFTTT 연동</title>
      <link>https://inmile.tistory.com/67</link>
      <description>&amp;nbsp;
Introduction
개인적으로 모션 인식 LED 센서등을 유용하게 사용하고 있다. 모션이 인식되면 LED가 켜지고 일정 시간 내에 꺼지는 방식으로 동작한다.
집의 형광등 버튼이 현관문에서 멀리 있어서 저녁 늦게 들어갈 때면 불빛 없는 방에 조심히 들어가야 한다. 센서등을 구입해 설치한 이후에는 모션 인식에 의해 센서등이 켜져서 보다 안전하게 들어갈 수 있다.

Pico 보드를 사용해서 이와 비슷한 기능을 구현해보고, 추가로 서비스를 연동..</description>
      <category>개발 (Ko)</category>
      <category>adafruitio</category>
      <category>circuitPython</category>
      <category>Ethernet</category>
      <category>PIR</category>
      <category>Raspberry Pi</category>
      <category>RP2040</category>
      <category>thonny</category>
      <category>W5500</category>
      <category>w5500-evb-pico</category>
      <category>WIZnet</category>
      <author>Chalsu</author>
      <guid isPermaLink="true">https://inmile.tistory.com/67</guid>
      <comments>https://inmile.tistory.com/67#entry67comment</comments>
      <pubDate>Tue, 19 Sep 2023 13:27:05 +0900</pubDate>
    </item>
    <item>
      <title>W5500-EVB-Pico를 활용한 ChatGPT 기반 Slack 뉴스 봇 만들기 (Slack project V2)</title>
      <link>https://inmile.tistory.com/65</link>
      <description>Overview
이것은 이전 프로젝트의 두 번째 버전이다. 지난 프로젝트에서 W5100S-EVB-Pico, Slack, ChatGPT API를 연동해서 특정 메시지를 보내는 내용을 진행했었다.

Integrating ChatGPT with Slack API on W5100S-EVB-Pico: Making English Study Bot

이전 버전에서는 requests를 사용해서 요청-응답 위주로 사용했다면, 이번에는 센서 데이터와 추가 서비스 API를..</description>
      <category>개발 (Ko)</category>
      <category>API</category>
      <category>ChatGPT</category>
      <category>Ethernet</category>
      <category>micropython</category>
      <category>newsapi</category>
      <category>openai</category>
      <category>Slack</category>
      <category>W5500</category>
      <category>w5500-evb-pico</category>
      <author>Chalsu</author>
      <guid isPermaLink="true">https://inmile.tistory.com/65</guid>
      <comments>https://inmile.tistory.com/65#entry65comment</comments>
      <pubDate>Wed, 9 Aug 2023 10:34:46 +0900</pubDate>
    </item>
    <item>
      <title>W5500-EVB-Pico에서 TCP 소켓 통신을 Rust 기반으로 구현해 보기 (with embassy)</title>
      <link>https://inmile.tistory.com/63</link>
      <description>개요
embassy라는 Rust 기반 프레임워크를 알게 되었고, 이 프레임워크에서 W5500-EVB-Pico 라이브러리와 예제를 제공하고 있어 테스트를 해보기로 했다.
키워드 검색하다 보니 대사관 홈페이지가 나와서 뜻을 보니 대사관, 대사관 직원을 의미하는 명사였다. 그래서 embassy로 검색하기보다는 embassy rust로 검색하면 페이지를 바로 찾을 수 있다.
ChatGPT에게 물어보니 다음과 같이 답해주었다.

Github에 embassy-rs..</description>
      <category>개발 (Ko)/Raspberry Pi</category>
      <category>CARGO</category>
      <category>ChatGPT</category>
      <category>embassy</category>
      <category>pico</category>
      <category>RP2040</category>
      <category>Rust</category>
      <category>ubuntu</category>
      <category>w5500-evb-pico</category>
      <category>WIZnet</category>
      <author>Chalsu</author>
      <guid isPermaLink="true">https://inmile.tistory.com/63</guid>
      <comments>https://inmile.tistory.com/63#entry63comment</comments>
      <pubDate>Wed, 19 Jul 2023 10:38:22 +0900</pubDate>
    </item>
    <item>
      <title>ChatGPT API와 Tistory: 자동화된 영어 학습 블로그 만들기</title>
      <link>https://inmile.tistory.com/62</link>
      <description>Introduction
ChatGPT API를 통합하여 자동화된 영어 학습 콘텐츠를 만드는 시리즈의 세 번째입니다.
다양한 플랫폼을 통합해보고 있습니다. 첫 번째는 SendGrid(이메일), 두 번째는 Slack을 연동했습니다.
API를 사용하면 리소스가 적은 장치에서도 요청 및 응답 형태로 특정 기능을 자동화할 수 있습니다.
저는 WIZnet의 RP2040과 W5500, W5100S 이더넷 기반의 장치를 사용했습니다.

W5100S-EVB-Pico
W..</description>
      <category>개발 (Ko)</category>
      <category>ChatGPT</category>
      <category>Ethernet</category>
      <category>Learn English</category>
      <category>RP2040</category>
      <category>Tistory</category>
      <category>W5500</category>
      <category>w5500-evb-pico</category>
      <category>WIZnet</category>
      <author>Chalsu</author>
      <guid isPermaLink="true">https://inmile.tistory.com/62</guid>
      <comments>https://inmile.tistory.com/62#entry62comment</comments>
      <pubDate>Thu, 22 Jun 2023 16:19:18 +0900</pubDate>
    </item>
    <item>
      <title>W5100S-EVB-Pico에서 ChatGPT와 Slack API를 활용한 영어공부 Bot 만들기</title>
      <link>https://inmile.tistory.com/60</link>
      <description>Slack은 협업과 생산성을 향상시키기 위해 기업에서 사용하는 인기 있는 팀 커뮤니케이션 플랫폼이다. AI 기반 언어 모델인 ChatGPT를 Slack과 통합하면 다양한 작업을 자동화하고 워크플로를 개선할 수 있다.
이 글에서는 PC 환경에서 Python 요청을 사용하고 W5100S-EVB-Pico 보드 환경에서 Micropython urequest를 사용하여 Slack 앱을 설정하고 ChatGPT를 통합하는 단계를 안내한다.
주제는 영어 단어 공부로 ..</description>
      <category>개발 (Ko)</category>
      <author>Chalsu</author>
      <guid isPermaLink="true">https://inmile.tistory.com/60</guid>
      <comments>https://inmile.tistory.com/60#entry60comment</comments>
      <pubDate>Wed, 19 Apr 2023 16:18:46 +0900</pubDate>
    </item>
  </channel>
</rss>