본문 바로가기
반응형

분류 전체보기273

mqtt 참고사이트 https://jeong-f.tistory.com/172 [ 파이썬 ] HiveMQ MQTT 통신 테스트 MQTT 통신 M2M, IOT를 위한 프로토콜로서, 최소한의 전력과 패킷량으로 통신하므로, IOT와 모바일 애플리케이션 등의 통신에 매우 적합한 프로토콜 PUBLISH : 발행 SUBSCRIBE : 구독(모니터링) MQTT 브로커 jeong-f.tistory.com MQTT 통신 M2M, IOT를 위한 프로토콜로서, 최소한의 전력과 패킷량으로 통신하므로, IOT와 모바일 애플리케이션 등의 통신에 매우 적합한 프로토콜 PUBLISH : 발행 SUBSCRIBE : 구독(모니터링) MQTT 브로커 구동 하기 Mosquitto HiveMQ mosca ActiveMQ RabbitMQ HiveMQ를 이용하여 테.. 2024. 3. 19.
[C# console]Modbus RTU simple example using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO.Ports; namespace ModbusRTU_Float { class Program { static void Main(string[] args) { // Define serial port settings string portName = "COM6"; // Modify this with your COM port name int baudRate = 38400; // Modify this with your baud rate Parity parity = Parity.None;.. 2024. 3. 14.
Object Distance & Direction Detection for Blind and Low Vision People https://medium.com/@batuhansenerr/object-distance-direction-detection-for-blind-and-low-vision-people-c3f3fd83cbef Object Distance & Direction Detection for Blind and Low Vision People In this article, I demonstrate how an application can be created using computer vision to detect objects from voice commands, estimate the… medium.com In this article, I demonstrate how an application can be creat.. 2024. 1. 26.
kalman filter 참고 사이트 파이썬으로 구현하는 칼만 필터 (Kalman Filter in Python) "칼만 필터는 어렵지 않아 (저자: 김성필 님)"에서 소개된 예제 코드를 파이썬으로 구현합니다. https://github.com/tbmoon/kalman_filter/tree/master GitHub - tbmoon/kalman_filter: Kalman Filter in Python (파이썬으로 구현하는 칼만 필터) Kalman Filter in Python (파이썬으로 구현하는 칼만 필터). Contribute to tbmoon/kalman_filter development by creating an account on GitHub. github.com https://github.com/tbmoon/kalman_filter.. 2024. 1. 4.
반응형