2018年2月1日 星期四

IOT Projects



Visit my Facebook

In the first place, what is IOT (Internet Of Things) ?

According to Wikipedia, IOT was
"The internet of things (IoT) is the network of physical devices, vehicles, buildings and other items—embedded with electronics, software, sensors, actuators, and network connectivity that enable these objects to collect and exchange data."
Sound interesting? Ya, this is the trend of future where "everything" is connect and communicate together.
I would prefer to test the IOT with Nodemcu, a tiny gadget which is cheap and simple that embedded with Wifi module. Tough it is using LUA programming language, it can perform many functions within expectation.
Setup Instructions :-
1) Install the firmware into nodemcu using ESP8266Flasher.exe
2) Run the LuaLoader.exe (connect the correct comm port with 9600 setting)download LuaLoader.zip
3) That's it!
© 2013 ikanbilis

沒有留言:

張貼留言

ESP32 微控制器 採集的環境數據,經由 MQTT 協定 轉換並寫入工業標準的 Modbus 暫存器 中

  一個典型的 IoT(物聯網)與工業自動化系統整合(SCADA/機台連線) 的架構圖。它透過 Node-RED 作為核心資料網關,將前端 ESP32 微控制器 採集的環境數據,經由 MQTT 協定 轉換並寫入工業標準的 Modbus 暫存器 中。 1. 各模組功能拆解...