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

沒有留言:

張貼留言

MQTT 協定與 Modbus 通訊的遠端監控與控制系統架構

MQTT 協定與 Modbus 通訊的遠端監控與控制系統架構 這張圖片展示了一個 結合 MQTT 協定與 Modbus 通訊的遠端監控與控制系統架構 (主要透過 Node-RED 進行資料整合)。 系統包含三個核心部分,其運作功能說明如下: 1. ESP32 終端設備(硬體控制層...