{"id":18771185,"url":"https://github.com/ksatriow/intro-to-modbus","last_synced_at":"2026-04-14T00:01:50.260Z","repository":{"id":192972520,"uuid":"364781059","full_name":"ksatriow/intro-to-Modbus","owner":"ksatriow","description":"This repository provide practical documentation using Modbus integrated with all Microcontroller","archived":false,"fork":false,"pushed_at":"2021-05-07T11:28:48.000Z","size":1570,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-24T22:37:18.934Z","etag":null,"topics":["esp32","esp32cam","lora","modbus","mqtt","nodered","pm8000","stm32","wifi"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ksatriow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-05-06T04:10:53.000Z","updated_at":"2024-07-03T16:07:02.000Z","dependencies_parsed_at":"2023-09-06T06:55:55.002Z","dependency_job_id":"be4ab5b9-5dcf-4810-8e46-2da5a9a57d1d","html_url":"https://github.com/ksatriow/intro-to-Modbus","commit_stats":null,"previous_names":["ksatriow/intro-to-modbus"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ksatriow/intro-to-Modbus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksatriow%2Fintro-to-Modbus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksatriow%2Fintro-to-Modbus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksatriow%2Fintro-to-Modbus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksatriow%2Fintro-to-Modbus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ksatriow","download_url":"https://codeload.github.com/ksatriow/intro-to-Modbus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksatriow%2Fintro-to-Modbus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31776013,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["esp32","esp32cam","lora","modbus","mqtt","nodered","pm8000","stm32","wifi"],"created_at":"2024-11-07T19:23:43.853Z","updated_at":"2026-04-14T00:01:46.223Z","avatar_url":"https://github.com/ksatriow.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Intro To Modbus\nThis repository provide practical documentation using Modbus integrated with all Microcontroller\n\nThis project allows you to practice Modbus for all **Microcontroller**. It can be used as an alternative to `Premium Course` and offers useful features and customization using sensor.\n\nIt has been written **100% in C**. ❤️\n\n![](/assets/modbus.jpg)\n\n# Table of Contents\n* [Resource](#resource)\n    * [Tools](#tools)\n    * [Software](#software)\n* [Download](#download)\n* [Sample Project](#sample-project)\n* [Protocol](#protocol)\n    * [MQTT](#mqtt)\n    * [LoRa](#lora)\n    * [WiFi](#wifi)\n* [Step](#step)\n* [Contribution](#contribution)\n* [License](#license)\n\n### Spread Some :heart:\n[![GitHub followers](https://img.shields.io/badge/GitHub-100000?style=for-the-badge\u0026logo=github\u0026logoColor=white)](https://github.com/ksatriow)  [![Linkedin](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/in/kukuh-satrio-wibowo/) \n\n# Resource\n\nThis resources is all you need to implement this project\n\n## Tools\n* [Arduino Nano](https://www.arduino.cc/en/pmwiki.php?n=Main/ArduinoBoardNano)\n* [STM32](https://alselectro.wordpress.com/2018/11/18/stm32f103-bluepill-getting-started-with-arduino-core/)\n* [ESP32](https://makeradvisor.com/esp32-development-boards-review-comparison/)\n* [PM800](https://www.se.com/ww/en/product-range-presentation/918-powerlogic-pm800-series/)\n* [DHT22](https://learn.adafruit.com/dht)\n* [Relay](https://randomnerdtutorials.com/guide-for-relay-module-with-arduino/)\n* [Servo](https://www.arduino.cc/reference/en/libraries/servo/)\n* [RS485](https://www.lammertbies.nl/comm/info/rs-485)\n* [ESP32 CAM](https://randomnerdtutorials.com/esp32-cam-video-streaming-face-recognition-arduino-ide/)\n* [LoRa Ebyte](https://www.mischianti.org/2019/10/15/lora-e32-device-for-arduino-esp32-or-esp8266-specs-and-basic-usage-part-1/)\n\n## Software\n* [Arduino IDE](https://www.arduino.cc/en/software)\n* [Node Js](https://nodejs.org/en/)\n* [NodeRed](https://nodered.org/)\n* [Lora Ebyte](https://github.com/xreef/LoRa_E32_Series_Library)\n\n# Download\n\nYou can download the resources in here\n \n\n\n# Sample Project\n\nModbus Dashboard Arduino Nano [here](https://drive.google.com/file/d/1CxAxw0Gray2S3W_t7_ukUqG_CtLuLOVO/view?usp=sharing) \nModbus Dashboard ES32 [here](https://drive.google.com/file/d/1GDzSGdal77F_KD4pnuZhEQZ5CB_iB7EQ/view?usp=sharing)\nModbus Dashboard STM32 [here](https://drive.google.com/file/d/1c_MFyv9rzcxqOYhDzN8kAOSUK-KZSq0C/view?usp=sharing)\n\n# Protocol\nIoT communication protocols are modes of communication that protect and ensure optimum security to the data being exchanged between connected devices. The IoT devices are typically connected to the Internet via an IP (Internet Protocol) network. (https://www.kelltontech.com/kellton-tech-blog/internet-of-things-protocols-standards)\n\n## MQTT\nMQTT is an OASIS standard messaging protocol for the Internet of Things (IoT). It is designed as an extremely lightweight publish/subscribe messaging transport that is ideal for connecting remote devices with a small code footprint and minimal network bandwidth. (https://mqtt.org/)\n\n## LoRa\nLoRa is a wireless modulation technique derived from Chirp Spread Spectrum (CSS) technology. It encodes information on radio waves using chirp pulses - similar to the way dolphins and bats communicate! LoRa modulated transmission is robust against disturbances and can be received across great distances. LoRaWAN is a media access control (MAC) protocol for wide area networks. It is designed to allow low-powered devices to communicate with Internet-connected applications over long range wireless connections. (https://www.thethingsnetwork.org/docs/lorawan/what-is-lorawan/)\n\n## WiFi\nWi-Fi is a term for certain types of WLAN that use specifications in the 802.11 family. The term Wi-Fi was created by an organization called the Wi-Fi Alliance, which oversees tests that certify product interoperability. A wireless LAN node that provides a public Internet connection via Wi-Fi from a given location is called a hot spot. Many airports, hotels, and fast-food facilities offer public access to Wi-Fi networks. (https://searchnetworking.techtarget.com/tutorial/Wireless-protocols-learning-guide)\n\n# Step\nProcedurw to create this project \n\n- [ ] Buy the Tools\n- [ ] Download the software\n- [ ] Build use schematic in document\n- [ ] Display in NodeRed\n\n# Contribution\n\nI highly encourage the community to step forward and improve this library further. You can fix any reported bug, propose or implement new features, write tests, etc.\n\nHere is a quick list of things to remember -\n* Check the open issues before creating a new one,\n* Help me in reducing the number of open issues by fixing any existing bugs,\n* Check the roadmap to see if you can help in implementing any new feature,\n* You can contribute by writing unit and integration tests for this library,\n* If you have any new idea that aligns with the goal of this library, feel free to raise a feature request and discuss it.\n\n# About The Author\n\n### Kukuh Satrio Wibowo\n\nSkilled Android, DevOps and IoT Engineer with 3+ years of hands-on experience supporting, automating, and optimizing mission critical deployments in AWS, leveraging configuration management, CI/CD, and DevOps processes. \n\n\u003ca href=\"https://www.linkedin.com/in/kukuh-satrio-wibowo/\"\u003e\u003cimg src=\"https://github.com/aritraroy/social-icons/blob/master/linkedin-icon.png?raw=true\" width=\"60\"\u003e\u003c/a\u003e\n\n\n# License\n\n```\nCopyright 2021 kukuhsw\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksatriow%2Fintro-to-modbus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fksatriow%2Fintro-to-modbus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksatriow%2Fintro-to-modbus/lists"}