전체 글 171

MQTT on ESP32- Publish- Subscribe Beginners Guide

https://www.electronicwings.com/esp32/esp32-mqtt-client MQTT on ESP32- Publish- Subscribe Beginners Guide | ESP32 MQTT (Message Queue Telemetry Transport) is a lightweight messaging protocol that is built on TCP protocol. Using ESP32, we can implement MQTT server/client which is useful for IoT applications. www.electronicwings.com Description MQTT는 경량 게시-구독 기반 메시징 프로토콜입니다. publish-subscribe-base..

ESP32 2023.12.22

MAX7219 7-Segment Display Interfacing with ESP32

https://www.electronicwings.com/esp32/max7219-7-segment-display-interfacing-with-esp32 MAX7219 7-Segment Display Interfacing with ESP32 | ESP32 In this guide, we will learn how to Interface the MAX7219 7-Segment Display with ESP32 and print the 0 to 7 digits on the display using Arduino IDE and ESP32. www.electronicwings.com SPI 통신을 사용하여 여러 7세그먼트 디스플레이를 구동하기 위해 MAX7219와 같은 IC를 사용하는 다양한 디스플레이 모듈이..

ESP32 2023.12.22

Raspberry Pi Pico: DHT11/DHT22 Temperature and Humidity Sensor (MicroPython)

https://randomnerdtutorials.com/raspberry-pi-pico-dht11-dht22-micropython/ Raspberry Pi Pico: DHT11/DHT22 Temperature and Humidity Sensor (MicroPython) | Random Nerd Tutorials Read temperature and humidity from the DHT11 or DHT22 sensors using the Raspberry Pi Pico board with MicroPython firmware. There is a dht module that comes with the MicroPython firmware by default. randomnerdtutorials.com

라즈베리파이 2023.09.19

한자한글처리 WTOPCSvr.dll

한자를 지원하는 OPC 서버 개발 키트 WTOPCSvr.dll 현재 중국에서 WTOPCsvr.dll을 사용하는 분들이 많습니다. WTOPCSvr.dll을 사용하여 OPC 서버를 개발하는 것이 매우 편리하고 소스 코드도 매우 훌륭합니다. 유일한 것은 이 개발 키트를 Laomei에서 개발한 것입니다. 결국 그들은 처음에 중국에 이렇게 많은 사용자가있을지 모르고 한자를 지원하지 않을 것이라고 추정했습니다. 해결책은 유니코드를 지원하도록 코드를 수정하는 것입니다. 또한 VB 환경에서 OPC 서버를 개발할 때 StringToByte 함수를 다음과 같이 수정한다 Sub StringToByte(strString As String, ByteArray() As Byte) ' 문자열을 바이트 배열로 변환, 한자는 2바이트..

OPC UA/win-tech 2023.03.25

Arduino의 PLC 래더 로직: OpenPLC 소개

https://control.com/technical-articles/plc-ladder-logic-on-an-arduino-introduction-to-openplc/ OpenPLC는 널리 사용되는 마이크로컨트롤러를 프로그래밍 가능한 논리 컨트롤러(PLC)로 변환할 수 있는 오픈 소스 산업용 제어 플랫폼입니다. OpenPLC는 기능적 프로그래밍 언어에 대한 IEC( International Electrotechnical Commission)의 표준 61131-3을 기반으로 하는 완전한 기능의 오픈 소스 PLC입니다 . IEC 61131-3 표준과 관련된 5가지 기능적 프로그래밍 언어가 있습니다. LD(Ladder Diagram), ST(Structured Text), IL(Instruction List..

카테고리 없음 2023.02.06

Python으로 Modbus 통신

https://theprismdata.medium.com/python%EC%9C%BC%EB%A1%9C-modbus-%ED%86%B5%EC%8B%A0-8faae3351be8 Python으로 Modbus 통신 Python을 이용하여 Serial Interface를 이용해 공장 설비를 직접 제어, 모니터가 가능하다. 아직 많은 FA개발자들은 주로 VB, VC를 쓰겠지만, MS계열 운영체제에 최적화되어 Linux 유사 OS나 MacOS같은 시스템 theprismdata.medium.com Python을 이용하여 Serial Interface를 이용해 공장 설비를 직접 제어, 모니터가 가능하다. 아직 많은 FA개발자들은 주로 VB, VC를 쓰겠지만, MS계열 운영체제에 최적화되어 Linux 유사 OS나 MacOS..

MODBUS 2023.01.31